Lean  $LEAN_TAG$
QuantConnect.Messages.InteractiveBrokersBrokerageModel Class Reference

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

Static Public Member Functions

static string UnsupportedExerciseForIndexAndCashSettledOptions (Brokerages.InteractiveBrokersBrokerageModel brokerageModel, Orders.Order order)
 Returns a string message saying the given brokerage model does not support order exercises for index and cash-settled options More...
 
static string InvalidForexOrderSize (decimal min, decimal max, string currency)
 Returns a string message containing the minimum and maximum limits for the allowable order size as well as the currency More...
 

Detailed Description

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

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

Member Function Documentation

◆ UnsupportedExerciseForIndexAndCashSettledOptions()

static string QuantConnect.Messages.InteractiveBrokersBrokerageModel.UnsupportedExerciseForIndexAndCashSettledOptions ( Brokerages.InteractiveBrokersBrokerageModel  brokerageModel,
Orders.Order  order 
)
static

Returns a string message saying the given brokerage model does not support order exercises for index and cash-settled options

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

Here is the caller graph for this function:

◆ InvalidForexOrderSize()

static string QuantConnect.Messages.InteractiveBrokersBrokerageModel.InvalidForexOrderSize ( decimal  min,
decimal  max,
string  currency 
)
static

Returns a string message containing the minimum and maximum limits for the allowable order size as well as the currency

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


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