Lean  $LEAN_TAG$
QuantConnect.Messages.OrderTicket Class Reference

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

Static Public Member Functions

static string GetFieldError (Orders.OrderTicket ticket, OrderField field)
 Returns a string message saying it was impossible to get the given field on the order type from the given ticket More...
 
static string CancelRequestAlreadySubmitted (Orders.OrderTicket ticket)
 Returns a string message saying the order associated with the given ticket has already received a cancellation request More...
 
static string ToString (Orders.OrderTicket ticket, Orders.Order order, int requestCount, int responseCount)
 Parses the given order ticket into a string message containing basic information about it More...
 

Detailed Description

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

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

Member Function Documentation

◆ GetFieldError()

static string QuantConnect.Messages.OrderTicket.GetFieldError ( Orders.OrderTicket  ticket,
OrderField  field 
)
static

Returns a string message saying it was impossible to get the given field on the order type from the given ticket

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

Here is the caller graph for this function:

◆ CancelRequestAlreadySubmitted()

static string QuantConnect.Messages.OrderTicket.CancelRequestAlreadySubmitted ( Orders.OrderTicket  ticket)
static

Returns a string message saying the order associated with the given ticket has already received a cancellation request

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

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.OrderTicket.ToString ( Orders.OrderTicket  ticket,
Orders.Order  order,
int  requestCount,
int  responseCount 
)
static

Parses the given order ticket into a string message containing basic information about it

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

Here is the caller graph for this function:

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