Table of Contents

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, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ISecurityMessageProvider, ITransactionProvider, IPositionProvider, IPortfolioProvider, IScheduledTask, ICustomTypeDescriptor, ITimeProvider, ILogSource, IDisposable
Inheritance
TheorPriceQuotingStrategy
Implements
Inherited Members
Extension Methods

Constructors

TheorPriceQuotingStrategy()

Initializes a new instance of the TheorPriceQuotingStrategy.

public TheorPriceQuotingStrategy()

Properties

TheorPriceOffset

Theoretical price offset.

public Range<Unit> TheorPriceOffset { get; set; }

Property Value

Range<Unit>

Methods

CreateBehavior()

protected override IQuotingBehavior CreateBehavior()

Returns

IQuotingBehavior

IQuotingBehavior