Enum InteractiveBrokersOrderCondition.OcaTypes
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
Orders modes such as OCA (One-Cancels All).
public enum InteractiveBrokersOrderCondition.OcaTypes
- Extension Methods
Fields
[Display(ResourceType = typeof(LocalizedStrings), Name = "CancelAll")] CancelAll = 1
To cancel all remaining blocks.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Proportion")] ReduceWithBlock = 2
The remaining orders proportionally to decrease by the size of the block.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Proportion2")] ReduceWithNoBlock = 3
The remaining orders proportionally to decrease by the size out of the block.