Class TheorPriceQuotingStrategy
- Namespace
 - StockSharp.Algo.Strategies.Quoting
 
- Assembly
 - StockSharp.Algo.dll
 
Option theoretical price quoting.
[Obsolete("Use QuotingProcessor.")]
public class TheorPriceQuotingStrategy : BestByPriceQuotingStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ILogSource, IDisposable, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ISecurityMessageProvider, ITransactionProvider, IScheduledTask, ICustomTypeDescriptor, ITimeProvider, IPortfolioProvider, IPositionProvider
  - Inheritance
 - 
      
      
      
      
      
      
      
      TheorPriceQuotingStrategy
 
- Implements
 
- Inherited Members
 
- Extension Methods
 - 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  MarketRuleHelper.WhenPartiallyFinishedCandles<TCandle>(ISubscriptionProvider, Subscription, decimal)
 
Constructors
TheorPriceQuotingStrategy()
Initializes a new instance of the TheorPriceQuotingStrategy.
public TheorPriceQuotingStrategy()
  Properties
TheorPriceOffset
Theoretical price offset.
public Range<Unit> TheorPriceOffset { get; set; }
  Property Value
Methods
CreateBehavior()
Create IQuotingBehavior.
protected override IQuotingBehavior CreateBehavior()