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

ブロックの外の大きさで比例して減少する残りの注文。