BestByPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

引用最佳价格。 引用BestPriceOffset最佳价格的转变是明确的, 引用的顺序可以更改 。

继承自: QuotingStrategy

构造函数

BestByPriceQuotingStrategy
public BestByPriceQuotingStrategy()
bestByPriceQuotingStrategy = BestByPriceQuotingStrategy()

初始化了 & ##BestByPriceQuotingStrategy+#的新实例.

属性

BestPriceOffset
public Unit BestPriceOffset { get; set; }
value = bestByPriceQuotingStrategy.BestPriceOffset
bestByPriceQuotingStrategy.BestPriceOffset = value

由最佳价格转变,可改变报价。

方法

CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = bestByPriceQuotingStrategy.CreateBehavior()

Create IQuotingBehavior.

返回值: IQuotingBehavior