Order type (market, limit, stop, stop limit)


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Enum OrderType
C#
public enum OrderType
C++
public enum class OrderType
J#
public enum OrderType
JScript
public enum OrderType

Members

Member NameDescription
MarketMarket order
LimitLimit order
StopStop order
StopLimitStop limit order
TrailTrailing stop order

See Also