LastTradeQuotingBehavior

StockSharp.Algo.Strategies.Quoting

Quoting behavior based on the last trade price with a configurable offset.

Implements: IQuotingBehavior

Constructors

LastTradeQuotingBehavior
public LastTradeQuotingBehavior(Unit bestPriceOffset)
lastTradeQuotingBehavior = LastTradeQuotingBehavior(bestPriceOffset)

Quoting behavior based on the last trade price with a configurable offset.

bestPriceOffset
The minimum deviation from the last trade price that triggers order adjustment.