Table of Contents

Class BestByPriceQuotingStrategy

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

The quoting by the best price. For this quoting the shift from the best price BestPriceOffset is specified, on which quoted order can be changed.

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

Constructors

BestByPriceQuotingStrategy()

Initializes a new instance of the BestByPriceQuotingStrategy.

public BestByPriceQuotingStrategy()

Properties

BestPriceOffset

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

public Unit BestPriceOffset { get; set; }

Property Value

Unit

Methods

CreateBehavior()

protected override IQuotingBehavior CreateBehavior()

Returns

IQuotingBehavior

IQuotingBehavior