Table of Contents

Class LimitQuotingStrategy

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

The strategy realizing volume quoting algorithm by the limited price.

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

Constructors

LimitQuotingStrategy()

Initializes a new instance of the LimitQuotingStrategy.

public LimitQuotingStrategy()

Properties

LimitPrice

The limited price for quoted orders.

public decimal LimitPrice { get; set; }

Property Value

decimal

Methods

CreateBehavior()

protected override IQuotingBehavior CreateBehavior()

Returns

IQuotingBehavior

IQuotingBehavior