Table of Contents

Class BestByVolumeQuotingStrategy

Namespace
StockSharp.Algo.Strategies.Quoting
Assembly
StockSharp.Algo.dll

The quoting according to the Best By Volume rule. For this quoting the volume delta VolumeExchange is specified, which can stand in front of the quoted order.

[Obsolete("Use QuotingProcessor.")]
public class BestByVolumeQuotingStrategy : QuotingStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ISecurityMessageProvider, ITransactionProvider, IPositionProvider, IPortfolioProvider, IScheduledTask, ICustomTypeDescriptor, ITimeProvider, ILogSource, IDisposable
Inheritance
BestByVolumeQuotingStrategy
Implements
Inherited Members
Extension Methods

Constructors

BestByVolumeQuotingStrategy()

Initializes a new instance of the BestByVolumeQuotingStrategy.

public BestByVolumeQuotingStrategy()

Properties

VolumeExchange

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

public Unit VolumeExchange { get; set; }

Property Value

Unit

Methods

CreateBehavior()

protected override IQuotingBehavior CreateBehavior()

Returns

IQuotingBehavior

IQuotingBehavior