MatchingSettings

StockSharp.MatchingEngine

Configurações para correspondência de pedidos.

Propriedades

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

Se deve corresponder às encomendas de mercado a qualquer preço.

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

Profundidade máxima do livro de encomendas.

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

Passo de preço do instrumento financeiro.

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

Tamanho de espalhamento em etapas de preço.

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

Quando verdadeiro, use o preço da ordem em vez do preço de mercado para comércios de ordem limite. Isto é usado para correspondência à base de velas.

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

Passo de volume do instrumento financeiro.