Lean  $LEAN_TAG$
QuantConnect.Messages.TradingTechnologiesBrokerageModel Class Reference

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

Static Public Attributes

static string InvalidStopMarketOrderPrice
 
static string InvalidStopLimitOrderPrice
 
static string InvalidStopLimitOrderLimitPrice
 

Detailed Description

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

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

Member Data Documentation

◆ InvalidStopMarketOrderPrice

string QuantConnect.Messages.TradingTechnologiesBrokerageModel.InvalidStopMarketOrderPrice
static
Initial value:
=
"StopMarket Sell orders must be below market, StopMarket Buy orders must be above market."

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

◆ InvalidStopLimitOrderPrice

string QuantConnect.Messages.TradingTechnologiesBrokerageModel.InvalidStopLimitOrderPrice
static
Initial value:
=
"StopLimit Sell orders must be below market, StopLimit Buy orders must be above market."

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

◆ InvalidStopLimitOrderLimitPrice

string QuantConnect.Messages.TradingTechnologiesBrokerageModel.InvalidStopLimitOrderLimitPrice
static
Initial value:
=
"StopLimit Buy limit price must be greater than or equal to stop price, StopLimit Sell limit price must be smaller than or equal to stop price."

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


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