OcaTypes

StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition

Orders modes such as OCA (One-Cancels All).

Fields

CancelAll
public const OcaTypes CancelAll
value = OcaTypes.CancelAll

To cancel all remaining blocks.

ReduceWithBlock
public const OcaTypes ReduceWithBlock
value = OcaTypes.ReduceWithBlock

The remaining orders proportionally to decrease by the size of the block.

ReduceWithNoBlock
public const OcaTypes ReduceWithNoBlock
value = OcaTypes.ReduceWithNoBlock

The remaining orders proportionally to decrease by the size out of the block.