Table of Contents

Class LastTradeQuotingStrategy

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

The quoting by the last trade price.

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

Constructors

LastTradeQuotingStrategy()

Initializes a new instance of the LastTradeQuotingStrategy.

public LastTradeQuotingStrategy()

LastTradeQuotingStrategy(Order, Unit)

Initializes a new instance of the LastTradeQuotingStrategy.

public LastTradeQuotingStrategy(Order order, Unit bestPriceOffset)

Parameters

order Order

Quoting order.

bestPriceOffset Unit

The shift from the best price, on which the quoted order can be changed.

LastTradeQuotingStrategy(Sides, decimal)

Initializes a new instance of the LastTradeQuotingStrategy.

public LastTradeQuotingStrategy(Sides quotingDirection, decimal quotingVolume)

Parameters

quotingDirection Sides

Quoting direction.

quotingVolume decimal

Total quoting volume.

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?