Skip to content

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

Classes

Class Description
ExtendedMarketHoursTradingNotSupportedOutsideExtendedSessionAnalysis Detects Tradier brokerage model rejections where an extended-hours order was placed outside a valid extended trading session.
IncorrectOrderQuantityAnalysis Detects Tradier brokerage model rejections where the order quantity is not a whole number.
SellShortOrderLastPriceBelow5Analysis Detects Tradier brokerage model rejections where a short-sell order was placed for a security priced below $5.
ShortOrderIsGtcAnalysis Detects Tradier brokerage model rejections where a GTC time-in-force was used for a short-sell order.
TradierUnsupportedSecurityTypeAnalysis Detects Tradier brokerage model rejections where the security type is not supported (only Equity and Option are supported).
UnsupportedTimeInForceTypeAnalysis Detects Tradier brokerage model rejections where the time-in-force type is not Day or GTC.