Class BestByPriceQuotingStrategy
- Namespace
- StockSharp.Algo.Strategies.Quoting
- Assembly
- StockSharp.Algo.dll
The quoting by the best price. For this quoting the shift from the best price BestPriceOffset is specified, on which quoted order can be changed.
[Obsolete("Use QuotingProcessor.")]
public class BestByPriceQuotingStrategy : QuotingStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ILogSource, IDisposable, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ISecurityMessageProvider, ITransactionProvider, IScheduledTask, ICustomTypeDescriptor, ITimeProvider, IPortfolioProvider, IPositionProvider- Inheritance
- 
      
      
      
      
      
      
      BestByPriceQuotingStrategy
- Implements
- Derived
- Inherited Members
- Extension Methods
- 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  MarketRuleHelper.WhenPartiallyFinishedCandles<TCandle>(ISubscriptionProvider, Subscription, decimal)
Constructors
BestByPriceQuotingStrategy()
Initializes a new instance of the BestByPriceQuotingStrategy.
public BestByPriceQuotingStrategy()Properties
BestPriceOffset
The shift from the best price, on which quoted order can be changed.
public Unit BestPriceOffset { get; set; }Property Value
Methods
CreateBehavior()
Create IQuotingBehavior.
protected override IQuotingBehavior CreateBehavior()