Skip to content

QuantConnect.Lean.Engine.Results.Analysis.Analyses.Messages.DefaultBrokerageModel

Classes

Class Description
InvalidOrderQuantityAnalysis Detects brokerage model rejections where the order quantity (in quote currency) is below the security's minimum order size.
InvalidOrderSizeAnalysis Detects brokerage model rejections where the order value (price ×
NoDataForSymbolAnalysis Detects brokerage model rejections where no data is available for the ordered security.
OrderUpdateNotSupportedAnalysis Detects brokerage model rejections where the brokerage does not support updating orders.
UnsupportedCrossZeroByOrderTypeAnalysis Detects brokerage model rejections where the order type does not support crossing zero (flipping position direction in a single order).
UnsupportedCrossZeroOrderUpdateAnalysis Detects brokerage model rejections where an order update would cause the position to cross zero.
UnsupportedMarketOnOpenOrdersForFutureAndFutureOptionsAnalysis Detects brokerage model rejections where a MarketOnOpen order was placed for a Futures or Future Options contract.
UnsupportedMarketOnOpenOrderTimeAnalysis Detects brokerage model rejections where a MarketOnOpen order was placed without the required...
UnsupportedOrderTypeAnalysis Detects brokerage model rejections where the submitted or updated order type is not supported.
UnsupportedSecurityTypeAnalysis Detects brokerage model rejections where the security type is not supported.
UnsupportedTimeInForceAnalysis Detects brokerage model rejections where the order's time-in-force setting is not supported.
UnsupportedUpdateQuantityOrderAnalysis Detects brokerage model rejections where the order type does not allow its quantity to be updated.