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."
 Unsupported Security Type string message More...
 
static string UnsupportedTimeInForceType = $"This model only supports orders with the following time in force types: {typeof(DayTimeInForce)} and {typeof(GoodTilCanceledTimeInForce)}"
 Unsupported Time In Force Type string message More...
 
static string ExtendedMarketHoursTradingNotSupported
 Extended Market Hours Trading Not Supported string message More...
 
static string OrderQuantityUpdateNotSupported = "Tradier does not support updating order quantities."
 Order Quantity Update Not Supported string message More...
 
static string OpenOrdersCancelOnReverseSplitSymbols = "Tradier Brokerage cancels open orders on reverse split symbols"
 Open Orders Cancel On Reverse Split Symbols string message More...
 
static string ShortOrderIsGtc = "You cannot place short stock orders with GTC, only day orders are allowed"
 Short Order Is GTC string message More...
 
static string SellShortOrderLastPriceBelow5 = "Sell Short order cannot be placed for stock priced below $5"
 Sell Short Order Last Price Below 5 string message More...
 
static string IncorrectOrderQuantity = "Quantity should be between 1 and 10,000,000"
 Incorrect Order Quantity string message More...
 

Detailed Description

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

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

Member Data Documentation

◆ UnsupportedSecurityType

string QuantConnect.Messages.TradierBrokerageModel.UnsupportedSecurityType = "This model only supports equities and options."
static

Unsupported Security Type string message

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

◆ UnsupportedTimeInForceType

string QuantConnect.Messages.TradierBrokerageModel.UnsupportedTimeInForceType = $"This model only supports orders with the following time in force types: {typeof(DayTimeInForce)} and {typeof(GoodTilCanceledTimeInForce)}"
static

Unsupported Time In Force Type string message

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

◆ 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."

Extended Market Hours Trading Not Supported string message

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

◆ OrderQuantityUpdateNotSupported

string QuantConnect.Messages.TradierBrokerageModel.OrderQuantityUpdateNotSupported = "Tradier does not support updating order quantities."
static

Order Quantity Update Not Supported string message

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

◆ OpenOrdersCancelOnReverseSplitSymbols

string QuantConnect.Messages.TradierBrokerageModel.OpenOrdersCancelOnReverseSplitSymbols = "Tradier Brokerage cancels open orders on reverse split symbols"
static

Open Orders Cancel On Reverse Split Symbols string message

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

◆ ShortOrderIsGtc

string QuantConnect.Messages.TradierBrokerageModel.ShortOrderIsGtc = "You cannot place short stock orders with GTC, only day orders are allowed"
static

Short Order Is GTC string message

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

◆ SellShortOrderLastPriceBelow5

string QuantConnect.Messages.TradierBrokerageModel.SellShortOrderLastPriceBelow5 = "Sell Short order cannot be placed for stock priced below $5"
static

Sell Short Order Last Price Below 5 string message

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

◆ IncorrectOrderQuantity

string QuantConnect.Messages.TradierBrokerageModel.IncorrectOrderQuantity = "Quantity should be between 1 and 10,000,000"
static

Incorrect Order Quantity string message

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


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