Class LastTradeQuotingBehavior
- Namespace
- StockSharp.Algo.Strategies.Quoting
- Assembly
- StockSharp.Algo.dll
Quoting behavior based on the last trade price with a configurable offset.
public class LastTradeQuotingBehavior : IQuotingBehavior
- Inheritance
-
LastTradeQuotingBehavior
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the LastTradeQuotingBehavior class.
Constructors
LastTradeQuotingBehavior(Unit)
Quoting behavior based on the last trade price with a configurable offset.
public LastTradeQuotingBehavior(Unit bestPriceOffset)
Parameters
bestPriceOffset
UnitThe minimum deviation from the last trade price that triggers order adjustment.
Remarks
Initializes a new instance of the LastTradeQuotingBehavior class.