Class BestByVolumeQuotingBehavior
- Namespace
- StockSharp.Algo.Strategies.Quoting
- Assembly
- StockSharp.Algo.dll
Quoting behavior based on the best price by volume, allowing a specified volume delta ahead of the quoted order.
public class BestByVolumeQuotingBehavior : IQuotingBehavior- Inheritance
- 
      
      BestByVolumeQuotingBehavior
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the BestByVolumeQuotingBehavior class.
Constructors
BestByVolumeQuotingBehavior(Unit)
Quoting behavior based on the best price by volume, allowing a specified volume delta ahead of the quoted order.
public BestByVolumeQuotingBehavior(Unit volumeExchange)Parameters
- volumeExchangeUnit
- The volume delta that can stand in front of the quoted order. 
Remarks
Initializes a new instance of the BestByVolumeQuotingBehavior class.