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
金融工具的量级步骤。