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

金融商品取引の数量ステップ。