Lean  $LEAN_TAG$
QuantConnect.Messages.OrderEvent Class Reference

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

Static Public Member Functions

static string ToString (Orders.OrderEvent orderEvent)
 Parses the given order event into a string message containing basic information about it More...
 
static string ShortToString (Orders.OrderEvent orderEvent)
 Parses the given order event into a string message which summarizes the basic information about it More...
 

Detailed Description

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

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

Member Function Documentation

◆ ToString()

static string QuantConnect.Messages.OrderEvent.ToString ( Orders.OrderEvent  orderEvent)
static

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShortToString()

static string QuantConnect.Messages.OrderEvent.ShortToString ( Orders.OrderEvent  orderEvent)
static

Parses the given order event into a string message which summarizes the basic information about it

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

Here is the call graph for this function:
Here is the caller graph for this function:

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