Table of Contents

Class BestByPriceQuotingBehavior

Namespace
StockSharp.Algo.Strategies.Quoting
Assembly
StockSharp.Algo.dll

Quoting behavior based on the best price with a configurable offset.

public class BestByPriceQuotingBehavior : IQuotingBehavior
Inheritance
BestByPriceQuotingBehavior
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the BestByPriceQuotingBehavior class.

Constructors

BestByPriceQuotingBehavior(Unit)

Quoting behavior based on the best price with a configurable offset.

public BestByPriceQuotingBehavior(Unit bestPriceOffset)

Parameters

bestPriceOffset Unit

The minimum deviation triggering order adjustment.

Remarks

Initializes a new instance of the BestByPriceQuotingBehavior class.