LevelQuotingBehavior

StockSharp.Algo.Strategies.Quoting

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

Implements: IQuotingBehavior

Constructors

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

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

level
The range of levels in the order book (min and max depth from the best quote).
ownLevel
Whether to create a custom price level if the desired quote is not present.