TheorPriceQuotingStrategy
StockSharp.Algo.Strategies.Quoting
选取理论价格引用.
继承自: BestByPriceQuotingStrategy
构造函数
TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()
初始化了 & ##TheorPriceQuotingStrategy+#的新实例.
属性
TheorPriceOffset
public Range<Unit> TheorPriceOffset { get; set; }
value = theorPriceQuotingStrategy.TheorPriceOffset
theorPriceQuotingStrategy.TheorPriceOffset = value
理论价格相抵.
方法
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = theorPriceQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
返回值: IQuotingBehavior