TriggerMethods

StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition

停止命令激活的条件

字段

BidAsk
public const TriggerMethods BidAsk
value = TriggerMethods.BidAsk

停止行驶前提高或降低当期最佳价格.

Default
public const TriggerMethods Default
value = TriggerMethods.Default

对于纳斯达克股票和美国选项,则使用DoubleBidAsk条件。否则,则使用BidAsk条件。

DoubleBidAsk
public const TriggerMethods DoubleBidAsk
value = TriggerMethods.DoubleBidAsk

停止行驶价格前,当期最佳价格的双倍上调或下调.

DoubleLast
public const TriggerMethods DoubleLast
value = TriggerMethods.DoubleLast

停止行驶价格前上个贸易价格的双倍上调或下调.

Last
public const TriggerMethods Last
value = TriggerMethods.Last

停止行驶价格前最后一笔贸易价格的增减.

LastOrBidAsk
public const TriggerMethods LastOrBidAsk
value = TriggerMethods.LastOrBidAsk

提高或降低当期最佳价格或停价前最后贸易价格.

MidpointMethod
public const TriggerMethods MidpointMethod
value = TriggerMethods.MidpointMethod

中途涨价后停价再增减.