MatchingSettings

StockSharp.MatchingEngine

Settings for order matching.

Propriedades

AllowMarketOrdersWithoutBook : bool

Whether to match market orders at any price.

MaxDepth : int

Maximum depth of the order book.

PriceStep : decimal

Price step of the security.

SpreadSize : int

Spread size in price steps.

UseOrderPriceForLimitTrades : bool

When true, use order price instead of market price for limit order trades. This is used for candle-based matching.

VolumeStep : decimal

Volume step of the security.