Lean  $LEAN_TAG$
QuantConnect.Messages.StopMarketOrder Class Reference

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

Static Public Member Functions

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

Detailed Description

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

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

Member Function Documentation

◆ Tag()

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

Returns an empty string as a tag

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

Here is the caller graph for this function:

◆ ToString()

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

Parses a given StopMarketOrder object into a string message

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