BestByVolumeQuotingBehavior

StockSharp.Algo.Strategies.Quoting

Quoting behavior based on the best price by volume, allowing a specified volume delta ahead of the quoted order.

Implements: IQuotingBehavior

Constructors

BestByVolumeQuotingBehavior
public BestByVolumeQuotingBehavior(Unit volumeExchange)
bestByVolumeQuotingBehavior = BestByVolumeQuotingBehavior(volumeExchange)

Quoting behavior based on the best price by volume, allowing a specified volume delta ahead of the quoted order.

volumeExchange
The volume delta that can stand in front of the quoted order.