Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Brokerages.TradierBrokerageModel class and its consumers or related classes
Definition at line 432 of file Messages.Brokerages.cs.
|
static |
Unsupported Security Type string message
Definition at line 437 of file Messages.Brokerages.cs.
|
static |
Unsupported Time In Force Type string message
Definition at line 442 of file Messages.Brokerages.cs.
|
static |
Extended Market Hours Trading Not Supported string message
Definition at line 447 of file Messages.Brokerages.cs.
|
static |
Order Quantity Update Not Supported string message
Definition at line 453 of file Messages.Brokerages.cs.
|
static |
Open Orders Cancel On Reverse Split Symbols string message
Definition at line 458 of file Messages.Brokerages.cs.
|
static |
Short Order Is GTC string message
Definition at line 463 of file Messages.Brokerages.cs.
|
static |
Sell Short Order Last Price Below 5 string message
Definition at line 468 of file Messages.Brokerages.cs.
|
static |
Incorrect Order Quantity string message
Definition at line 473 of file Messages.Brokerages.cs.