Enum InteractiveBrokersOrderCondition.TriggerMethods
- Namespace
- StockSharp.InteractiveBrokers
- Assembly
- StockSharp.InteractiveBrokers.dll
Conditions for stop orders activation.
public enum InteractiveBrokersOrderCondition.TriggerMethods
- Extension Methods
Fields
[Display(ResourceType = typeof(LocalizedStrings), Name = "Quote")] BidAsk = 4Increase or decrease of the current best price before the stop price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ByDefault")] Default = 0For NASDAQ Stock and US Option the DoubleBidAsk condition is used. Otherwise, the BidAsk condition is used.
[Display(ResourceType = typeof(LocalizedStrings), Name = "DoubleBidAsk")] DoubleBidAsk = 1Double increase or decrease of the current best price before the stop price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "DoubleLast")] DoubleLast = 3Double increase or decrease of the last trade price before the stop price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Last")] Last = 2Increase or decrease of the last trade price before the stop price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Any")] LastOrBidAsk = 7Increase or decrease of the current best price or the last trade price before the stop price.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Spread")] MidpointMethod = 8Increase or decrease of the mid-spread before the stop price.