LevelQuotingBehavior
StockSharp.Algo.Strategies.Quoting
Quoting behavior based on a specified level in the order book.
Implements: IQuotingBehavior
Constructors
LevelQuotingBehavior(Range<int>, bool)
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.