Lean  $LEAN_TAG$
QuantConnect.Messages.OrderCommand Class Reference

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

Static Public Member Functions

static string CommandInfo (OrderType orderType, QuantConnect.Symbol symbol, decimal quantity, Orders.OrderResponse response)
 Returns a string message with basic information about a command, such us: order type, symbol, quantity and response More...
 

Detailed Description

Provides user-facing messages for the Commands.OrderCommand class and its consumers or related classes

Definition at line 87 of file Messages.Commands.cs.

Member Function Documentation

◆ CommandInfo()

static string QuantConnect.Messages.OrderCommand.CommandInfo ( OrderType  orderType,
QuantConnect.Symbol  symbol,
decimal  quantity,
Orders.OrderResponse  response 
)
static

Returns a string message with basic information about a command, such us: order type, symbol, quantity and response

Definition at line 94 of file Messages.Commands.cs.

Here is the caller graph for this function:

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