Lean  $LEAN_TAG$
QuantConnect.Messages.LimitOrder Class Reference

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

Static Public Member Functions

static string Tag (Orders.LimitOrder order)
 Returns an empty string tag More...
 
static string ToString (Orders.LimitOrder order)
 Parses a Limit order to a string message with basic information about it More...
 

Detailed Description

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

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

Member Function Documentation

◆ Tag()

static string QuantConnect.Messages.LimitOrder.Tag ( Orders.LimitOrder  order)
static

Returns an empty string tag

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

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.LimitOrder.ToString ( Orders.LimitOrder  order)
static

Parses a Limit order to a string message with basic information about it

Definition at line 114 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: