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.
Inherits: QuotingStrategy
Constructors
BestByPriceQuotingStrategy
public BestByPriceQuotingStrategy()
bestByPriceQuotingStrategy = BestByPriceQuotingStrategy()
Initializes a new instance of the BestByPriceQuotingStrategy.
Properties
BestPriceOffset
public Unit BestPriceOffset { get; set; }
value = bestByPriceQuotingStrategy.BestPriceOffset
bestByPriceQuotingStrategy.BestPriceOffset = value
The shift from the best price, on which quoted order can be changed.
Methods
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = bestByPriceQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
Returns: IQuotingBehavior