ExtendedOrderTypes

StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition

Extended orders types which are specific to InteractiveBrokersMessageAdapter.

字段

Default : ExtendedOrderTypes

It used for delta neutral orders types.

LimitIfTouched : ExtendedOrderTypes

With the specified price when the condition is fulfilled.

LimitOnClose : ExtendedOrderTypes

To match at the specified price, if the closing price is higher than the expected price.

MarketIfTouched : ExtendedOrderTypes

With the market price when the condition is fulfilled.

MarketOnClose : ExtendedOrderTypes

To match at the market price, if the closing price is higher than the expected price.

None : ExtendedOrderTypes

It used for delta orders.

Relative : ExtendedOrderTypes

With offset.

Scale : ExtendedOrderTypes

To be changed on price increment.

Stop : ExtendedOrderTypes

The stop with the market activation price.

StopLimit : ExtendedOrderTypes

Stop with the specified activation price.

TrailingStop : ExtendedOrderTypes

Trailing stop-loss.

TrailingStopLimit : ExtendedOrderTypes

Limit trailing stop.