TriggerMethods
StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition
Conditions for stop orders activation.
Fields
BidAsk
public const TriggerMethods BidAsk
value = TriggerMethods.BidAsk
Increase or decrease of the current best price before the stop price.
Default
public const TriggerMethods Default
value = TriggerMethods.Default
For NASDAQ Stock and US Option the DoubleBidAsk condition is used. Otherwise, the BidAsk condition is used.
DoubleBidAsk
public const TriggerMethods DoubleBidAsk
value = TriggerMethods.DoubleBidAsk
Double increase or decrease of the current best price before the stop price.
DoubleLast
public const TriggerMethods DoubleLast
value = TriggerMethods.DoubleLast
Double increase or decrease of the last trade price before the stop price.
Last
public const TriggerMethods Last
value = TriggerMethods.Last
Increase or decrease of the last trade price before the stop price.
LastOrBidAsk
public const TriggerMethods LastOrBidAsk
value = TriggerMethods.LastOrBidAsk
Increase or decrease of the current best price or the last trade price before the stop price.
MidpointMethod
public const TriggerMethods MidpointMethod
value = TriggerMethods.MidpointMethod
Increase or decrease of the mid-spread before the stop price.