Lean  $LEAN_TAG$
QuantConnect.Messages.TradierBrokerageModel Class Reference

Provides user-facing messages for the Brokerages.TradierBrokerageModel class and its consumers or related classes More...

Static Public Attributes

static string UnsupportedSecurityType = "This model only supports equities and options."
 
static string UnsupportedTimeInForceType = $"This model only supports orders with the following time in force types: {typeof(DayTimeInForce)} and {typeof(GoodTilCanceledTimeInForce)}"
 
static string ExtendedMarketHoursTradingNotSupported
 
static string OrderQuantityUpdateNotSupported = "Tradier does not support updating order quantities."
 
static string OpenOrdersCancelOnReverseSplitSymbols = "Tradier Brokerage cancels open orders on reverse split symbols"
 
static string ShortOrderIsGtc = "You cannot place short stock orders with GTC, only day orders are allowed"
 
static string SellShortOrderLastPriceBelow5 = "Sell Short order cannot be placed for stock priced below $5"
 
static string IncorrectOrderQuantity = "Quantity should be between 1 and 10,000,000"
 

Detailed Description

Provides user-facing messages for the Brokerages.TradierBrokerageModel class and its consumers or related classes

Definition at line 278 of file Messages.Brokerages.cs.

Member Data Documentation

◆ ExtendedMarketHoursTradingNotSupported

string QuantConnect.Messages.TradierBrokerageModel.ExtendedMarketHoursTradingNotSupported
static
Initial value:
=
"Tradier does not support extended market hours trading. Your order will be processed at market open."

Definition at line 284 of file Messages.Brokerages.cs.


The documentation for this class was generated from the following file: