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
-
IPersistableINotifyPropertyChangedExICloneable<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
SidesQuoting direction.
quotingVolume
decimalTotal quoting volume.
limitPrice
decimalThe 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
LimitPrice
The limited price for quoted orders.
public decimal LimitPrice { get; set; }