Lean  $LEAN_TAG$
QuantConnect.Messages.InteractiveBrokersFeeModel Class Reference

Provides user-facing messages for the Orders.Fees.InteractiveBrokersFeeModel class and its consumers or related classes More...

Static Public Member Functions

static string UnexpectedOptionMarket (string market)
 Returns a string message saying the given option market was unexpected More...
 
static string UnexpectedFutureMarket (string market)
 Returns a string message saying the given future market was unexpected More...
 
static string UnexpectedEquityMarket (string market)
 Returns a string message saying the given equity market was unexpected More...
 
static string UnitedStatesFutureFeesUnsupportedSecurityType (Securities.Security security)
 Returns a string message saying the type of the given security was unsupported More...
 
static string EUREXFutureFeesUnsupportedSecurityType (Securities.Security security)
 Returns a string message saying the type of the given security was unsupported More...
 
static string HongKongFutureFeesUnexpectedQuoteCurrency (Securities.Security security)
 Returns a string message saying the quote currency of the given security was unexpected for Hong Kong futures exchange More...
 

Detailed Description

Provides user-facing messages for the Orders.Fees.InteractiveBrokersFeeModel class and its consumers or related classes

Definition at line 77 of file Messages.Orders.Fees.cs.

Member Function Documentation

◆ UnexpectedOptionMarket()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.UnexpectedOptionMarket ( string  market)
static

Returns a string message saying the given option market was unexpected

Definition at line 83 of file Messages.Orders.Fees.cs.

Here is the caller graph for this function:

◆ UnexpectedFutureMarket()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.UnexpectedFutureMarket ( string  market)
static

Returns a string message saying the given future market was unexpected

Definition at line 92 of file Messages.Orders.Fees.cs.

Here is the caller graph for this function:

◆ UnexpectedEquityMarket()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.UnexpectedEquityMarket ( string  market)
static

Returns a string message saying the given equity market was unexpected

Definition at line 101 of file Messages.Orders.Fees.cs.

Here is the caller graph for this function:

◆ UnitedStatesFutureFeesUnsupportedSecurityType()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.UnitedStatesFutureFeesUnsupportedSecurityType ( Securities.Security  security)
static

Returns a string message saying the type of the given security was unsupported

Definition at line 110 of file Messages.Orders.Fees.cs.

◆ EUREXFutureFeesUnsupportedSecurityType()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.EUREXFutureFeesUnsupportedSecurityType ( Securities.Security  security)
static

Returns a string message saying the type of the given security was unsupported

Definition at line 119 of file Messages.Orders.Fees.cs.

◆ HongKongFutureFeesUnexpectedQuoteCurrency()

static string QuantConnect.Messages.InteractiveBrokersFeeModel.HongKongFutureFeesUnexpectedQuoteCurrency ( Securities.Security  security)
static

Returns a string message saying the quote currency of the given security was unexpected for Hong Kong futures exchange

Definition at line 129 of file Messages.Orders.Fees.cs.


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