OcaTypes

StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition

命令模式,如OCA(One-Cancels All).

字段

CancelAll
public const OcaTypes CancelAll
value = OcaTypes.CancelAll

取消所有剩余的区块。

ReduceWithBlock
public const OcaTypes ReduceWithBlock
value = OcaTypes.ReduceWithBlock

其余的订单按区块大小按比例减少.

ReduceWithNoBlock
public const OcaTypes ReduceWithNoBlock
value = OcaTypes.ReduceWithNoBlock

其余的订单按区块外的大小按比例减少.