Enum InteractiveBrokersOrderCondition.OcaTypes
Orders modes such as OCA (One-Cancels All).
Namespace: StockSharp.InteractiveBrokers
Assembly: StockSharp.InteractiveBrokers.dll
Syntax
public enum OcaTypes
Fields
Name | Description |
---|---|
CancelAll | To cancel all remaining blocks. |
ReduceWithBlock | The remaining orders proportionally to decrease by the size of the block. |
ReduceWithNoBlock | The remaining orders proportionally to decrease by the size out of the block. |