Lean  $LEAN_TAG$
QuantConnect.Messages.StopLimitOrder Class Reference

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

Static Public Member Functions

static string Tag (Orders.StopLimitOrder order)
 Returns an empty string as a tag More...
 
static string ToString (Orders.StopLimitOrder order)
 Parses the given StopLimitOrder object into a string message More...
 

Detailed Description

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

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

Member Function Documentation

◆ Tag()

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

Returns an empty string as a tag

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

Here is the caller graph for this function:

◆ ToString()

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

Parses the given StopLimitOrder object into a string message

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