Lean  $LEAN_TAG$
QuantConnect.Messages.BinanceBrokerageModel Class Reference

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

Detailed Description

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

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

Member Function Documentation

◆ UnsupportedOrderTypeForSecurityType()

static string QuantConnect.Messages.BinanceBrokerageModel.UnsupportedOrderTypeForSecurityType ( Orders.Order  order,
Securities.Security  security 
)
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.

Here is the caller graph for this function:

◆ UnsupportedOrderTypeWithLinkToSupportedTypes()

static string QuantConnect.Messages.BinanceBrokerageModel.UnsupportedOrderTypeWithLinkToSupportedTypes ( Orders.Order  order,
Securities.Security  security 
)
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.

Here is the caller graph for this function:

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