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
-
MarketRuleHelper.WhenPartiallyFinishedCandles<TCandle>(ISubscriptionProvider, Subscription, decimal)
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
Methods
CreateBehavior()
Create IQuotingBehavior.
protected override IQuotingBehavior CreateBehavior()