Table of Contents

Class MarketQuotingBehavior

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

Quoting behavior based on market price with configurable offset and type.

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

Remarks

Initializes a new instance of the MarketQuotingBehavior class.

Constructors

MarketQuotingBehavior(Unit, Unit, MarketPriceTypes)

Quoting behavior based on market price with configurable offset and type.

public MarketQuotingBehavior(Unit priceOffset, Unit bestPriceOffset, MarketPriceTypes priceType = MarketPriceTypes.Following)

Parameters

priceOffset Unit

The price offset from the best quote.

bestPriceOffset Unit

The minimum deviation triggering order adjustment.

priceType MarketPriceTypes

The type of market price to use.

Remarks

Initializes a new instance of the MarketQuotingBehavior class.