BestByPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

The quoting by the best price. For this quoting the shift from the best price BestPriceOffset is specified, on which quoted order can be changed.

继承自: QuotingStrategy

构造函数

BestByPriceQuotingStrategy()

Initializes a new instance of the BestByPriceQuotingStrategy.

属性

BestPriceOffset : Unit

The shift from the best price, on which quoted order can be changed.

方法

CreateBehavior() : IQuotingBehavior

Create IQuotingBehavior.

返回值: IQuotingBehavior