Order limit type
The enumeration type "Order limit type" provides the way in which the order is limited.
Keyword | MM-Talk | Description |
---|---|---|
Cheapest/Best | OrderLimitTypeMarket | Market order. |
Limit | OrderLimitTypeLimit | Limitorder. |
Market-To-Limit | OrderLimitTypeMarketToLimit | Market order. A limit order follows in the event of partial fulfillment. |
One-Cancels-Other | OrderLimitTypeOneCancelsOther | Combination of limit and stop orders. |
Stop | OrderLimitTypeStop | Stop order that triggers a market order when the stop value is reached. |
Stop limit | OrderLimitTypeStopLimit | Stop order that triggers a limit order when the stop value is reached. |
Trailing-Stop-Absolute | OrderLimitTypeTrailingStopAbsolute | Trailing stop order with value difference. |
Trailing-Stop-Percent | OrderLimitTypeTrailingStopPercent | Trailing stop order with percentage difference |
n/a | OrderLimitTypeNA | The limit type of the order is unknown. |