LimitQuotingStrategy

StockSharp.Algo.Strategies.Quoting

The strategy realizing volume quoting algorithm by the limited price.

Inherits: QuotingStrategy

Constructors

LimitQuotingStrategy
public LimitQuotingStrategy()
limitQuotingStrategy = LimitQuotingStrategy()

Initializes a new instance of the LimitQuotingStrategy.

Properties

LimitPrice
public decimal LimitPrice { get; set; }
value = limitQuotingStrategy.LimitPrice
limitQuotingStrategy.LimitPrice = value

The limited price for quoted orders.

Methods

CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = limitQuotingStrategy.CreateBehavior()

Create IQuotingBehavior.

Returns: IQuotingBehavior