MatchingSettings

StockSharp.MatchingEngine

Настройки для сопоставления заказов.

Свойства

AllowMarketOrdersWithoutBook
public bool AllowMarketOrdersWithoutBook { get; set; }
value = matchingSettings.AllowMarketOrdersWithoutBook
matchingSettings.AllowMarketOrdersWithoutBook = value

Соответствует ли рыночный заказ любой цене.

MaxDepth
public int MaxDepth { get; set; }
value = matchingSettings.MaxDepth
matchingSettings.MaxDepth = value

Максимальная глубина книги заказов.

PriceStep
public decimal PriceStep { get; set; }
value = matchingSettings.PriceStep
matchingSettings.PriceStep = value

Ценовой шаг финансового инструмента.

SpreadSize
public int SpreadSize { get; set; }
value = matchingSettings.SpreadSize
matchingSettings.SpreadSize = value

Размер спреда в ценовых шагах.

UseOrderPriceForLimitTrades
public bool UseOrderPriceForLimitTrades { get; set; }
value = matchingSettings.UseOrderPriceForLimitTrades
matchingSettings.UseOrderPriceForLimitTrades = value

Если это правда, то используйте цену ордера вместо рыночной цены для сделок лимитного ордера.

VolumeStep
public decimal VolumeStep { get; set; }
value = matchingSettings.VolumeStep
matchingSettings.VolumeStep = value

Объемный этап финансового инструмента.