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)