Table of Contents

Class LimitQuotingStrategy

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

The strategy realizing volume quoting algorithm by the limited price.

public class LimitQuotingStrategy : QuotingStrategy, IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, IMarketRuleContainer, ILogReceiver, ILogSource, IDisposable, ICloneable<Strategy>, ICloneable, IMarketDataProvider, ISubscriptionProvider, ISecurityProvider, ISecurityMessageProvider, ITransactionProvider, IPositionProvider, IPortfolioProvider, IScheduledTask
Inheritance
LimitQuotingStrategy
Implements
IPersistable
INotifyPropertyChangedEx
ICloneable<Strategy>
Inherited Members
Extension Methods

Constructors

LimitQuotingStrategy()

Initializes a new instance of the LimitQuotingStrategy.

public LimitQuotingStrategy()

LimitQuotingStrategy(Sides, decimal, decimal)

Initializes a new instance of the LimitQuotingStrategy.

public LimitQuotingStrategy(Sides quotingDirection, decimal quotingVolume, decimal limitPrice)

Parameters

quotingDirection Sides

Quoting direction.

quotingVolume decimal

Total quoting volume.

limitPrice decimal

The limited price for quoted orders.

Properties

BestPrice

To get the preferrable quoting price. If it is impossible to calculate the it at the moment, then null will be returned.

protected override decimal? BestPrice { get; }

Property Value

decimal?

LimitPrice

The limited price for quoted orders.

public decimal LimitPrice { get; set; }

Property Value

decimal