Lean  $LEAN_TAG$
QuantConnect.Messages.OrderResponse Class Reference

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

Static Public Member Functions

static string ToString (Orders.OrderResponse response)
 
static string InvalidStatus (Orders.OrderRequest request, Orders.Order order)
 
static string InvalidNewStatus (Orders.OrderRequest request, Orders.Order order)
 
static string UnableToFindOrder (Orders.OrderRequest request)
 
static string ZeroQuantity (Orders.OrderRequest request)
 
static string MissingSecurity (Orders.SubmitOrderRequest request)
 
static string WarmingUp (Orders.OrderRequest request)
 

Static Public Attributes

static string DefaultErrorMessage = "An unexpected error occurred."
 
static string UnprocessedOrderResponseErrorMessage = "The request has not yet been processed."
 

Detailed Description

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

Definition at line 245 of file Messages.Orders.cs.


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