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 = 4
- Increase or decrease of the current best price before the stop price. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "ByDefault")] Default = 0
- For NASDAQ Stock and US Option the DoubleBidAsk condition is used. Otherwise, the BidAsk condition is used. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "DoubleBidAsk")] DoubleBidAsk = 1
- Double increase or decrease of the current best price before the stop price. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "DoubleLast")] DoubleLast = 3
- Double increase or decrease of the last trade price before the stop price. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "Last")] Last = 2
- Increase or decrease of the last trade price before the stop price. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "Any")] LastOrBidAsk = 7
- Increase or decrease of the current best price or the last trade price before the stop price. 
- [Display(ResourceType = typeof(LocalizedStrings), Name = "Spread")] MidpointMethod = 8
- Increase or decrease of the mid-spread before the stop price.