Table of Contents

Class LevelQuotingBehavior

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

Quoting behavior based on a specified level in the order book.

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

Constructors

LevelQuotingBehavior(Range<int>, bool)

Initializes a new instance of the LevelQuotingBehavior class.

public LevelQuotingBehavior(Range<int> level, bool ownLevel)

Parameters

level Range<int>

The range of levels in the order book (min and max depth from the best quote).

ownLevel bool

Whether to create a custom price level if the desired quote is not present.