Table of Contents

Class MarketQuotingStrategy

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

The quoting by the market price.

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

Constructors

MarketQuotingStrategy()

Initializes a new instance of the MarketQuotingStrategy.

public MarketQuotingStrategy()

Properties

PriceOffset

The price shift for the registering order. It determines the amount of shift from the best quote (for the buy it is added to the price, for the sell it is subtracted).

public Unit PriceOffset { get; set; }

Property Value

Unit

PriceType

The market price type. The default value is Following.

public MarketPriceTypes PriceType { get; set; }

Property Value

MarketPriceTypes

Methods

CreateBehavior()

protected override IQuotingBehavior CreateBehavior()

Returns

IQuotingBehavior

IQuotingBehavior