Lean
$LEAN_TAG$
|
Provides user-facing messages for the Brokerages.BinanceBrokerageModel class and its consumers or related classes More...
Static Public Member Functions | |
static string | UnsupportedOrderTypeForSecurityType (Orders.Order order, Securities.Security security) |
Returns a string message saying the type of the given order is unsupported for the symbol of the given security More... | |
static string | UnsupportedOrderTypeWithLinkToSupportedTypes (Orders.Order order, Securities.Security security) |
Returns a string message saying the type of the given order is unsupported for the symbol of the given security. The message also contains a link to the supported order types in Binance More... | |
Provides user-facing messages for the Brokerages.BinanceBrokerageModel class and its consumers or related classes
Definition at line 181 of file Messages.Brokerages.cs.
|
static |
Returns a string message saying the type of the given order is unsupported for the symbol of the given security
Definition at line 188 of file Messages.Brokerages.cs.
|
static |
Returns a string message saying the type of the given order is unsupported for the symbol of the given security. The message also contains a link to the supported order types in Binance
Definition at line 198 of file Messages.Brokerages.cs.