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
 Invalid Stop Market Order Price string message More...
 
static string InvalidStopLimitOrderPrice
 Invalid Stop Limit Order Price string message More...
 
static string InvalidStopLimitOrderLimitPrice
 Invalid Stop Limit Order Limit Price string message More...
 

Detailed Description

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

Definition at line 479 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."

Invalid Stop Market Order Price string message

Definition at line 484 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."

Invalid Stop Limit Order Price string message

Definition at line 490 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."

Invalid Stop Limit Order Limit Price string message

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


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