Lean
$LEAN_TAG$
|
Provides user-facing messages for the Brokerages.FxcmBrokerageModel class and its consumers or related classes More...
Static Public Member Functions | |
static string | InvalidOrderQuantityForLotSize (Securities.Security security) |
Returns a string message saying the order quantity must be a multiple of LotSize. It also contains the security's Lot Size More... | |
static string | PriceOutOfRange (OrderType orderType, OrderDirection orderDirection, decimal orderPrice, decimal currentPrice) |
Returns a string message saying the order price is too far from the current market price More... | |
Static Public Attributes | |
static string | InvalidOrderPrice |
String message saying: Limit Buy orders and Stop Sell orders must be below market, Limit Sell orders and Stop Buy orders must be above market More... | |
Provides user-facing messages for the Brokerages.FxcmBrokerageModel class and its consumers or related classes
Definition at line 352 of file Messages.Brokerages.cs.
|
static |
Returns a string message saying the order quantity must be a multiple of LotSize. It also contains the security's Lot Size
Definition at line 366 of file Messages.Brokerages.cs.
|
static |
Returns a string message saying the order price is too far from the current market price
Definition at line 375 of file Messages.Brokerages.cs.
|
static |
String message saying: Limit Buy orders and Stop Sell orders must be below market, Limit Sell orders and Stop Buy orders must be above market
Definition at line 358 of file Messages.Brokerages.cs.