Order type to be submitted to the broker.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum OrderType |
| Visual Basic (Declaration) |
|---|
Public Enumeration OrderType |
| Visual C++ |
|---|
public enum class OrderType |
Members
| Member name | Description | |
|---|---|---|
| Market |
Market order.
| |
| MarketOnOpen |
Market on open order.
| |
| MarketOnClose |
Market on close order.
| |
| Limit |
Limit order.
| |
| LimitOnClose |
Limit on close order.
| |
| PeggedToMarket |
Pegged to market order.
| |
| Stop |
Stop order.
| |
| StopLimit |
Stop limit order.
| |
| TrailingStop |
Trailing stop order.
|