Lean  $LEAN_TAG$
QuantConnect.Commands.CommandResultPacket Class Reference

Contains data held as the result of executing a command More...

Inheritance diagram for QuantConnect.Commands.CommandResultPacket:
[legend]

Public Member Functions

 CommandResultPacket (ICommand command, bool success)
 Initializes a new instance of the CommandResultPacket class More...
 
- Public Member Functions inherited from QuantConnect.Packets.Packet
 Packet (PacketType type)
 Initialize the base class and setup the packet type. More...
 

Properties

string CommandName [get, set]
 Gets or sets the command that produced this packet More...
 
bool Success [get, set]
 Gets or sets whether or not the More...
 
- Properties inherited from QuantConnect.Packets.Packet
PacketType Type = PacketType.None [get, set]
 Packet type defined by a string enum More...
 
virtual string Channel = "" [get, set]
 User unique specific channel endpoint to send the packets More...
 

Detailed Description

Contains data held as the result of executing a command

Definition at line 24 of file CommandResultsPacket.cs.

Constructor & Destructor Documentation

◆ CommandResultPacket()

QuantConnect.Commands.CommandResultPacket.CommandResultPacket ( ICommand  command,
bool  success 
)

Initializes a new instance of the CommandResultPacket class

Definition at line 39 of file CommandResultsPacket.cs.

Property Documentation

◆ CommandName

string QuantConnect.Commands.CommandResultPacket.CommandName
getset

Gets or sets the command that produced this packet

Definition at line 29 of file CommandResultsPacket.cs.

◆ Success

bool QuantConnect.Commands.CommandResultPacket.Success
getset

Gets or sets whether or not the

Definition at line 34 of file CommandResultsPacket.cs.


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