Table of Contents

Class LimitQuotingBehavior

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

Quoting behavior based on a fixed limit price.

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

Remarks

Initializes a new instance of the LimitQuotingBehavior class.

Constructors

LimitQuotingBehavior(decimal)

Quoting behavior based on a fixed limit price.

public LimitQuotingBehavior(decimal limitPrice)

Parameters

limitPrice decimal

The fixed price for quoting.

Remarks

Initializes a new instance of the LimitQuotingBehavior class.