Lean
$LEAN_TAG$
|
Contains data held as the result of executing a command More...
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... | |
Contains data held as the result of executing a command
Definition at line 24 of file CommandResultsPacket.cs.
QuantConnect.Commands.CommandResultPacket.CommandResultPacket | ( | ICommand | command, |
bool? | success | ||
) |
Initializes a new instance of the CommandResultPacket class
Definition at line 39 of file CommandResultsPacket.cs.
|
getset |
Gets or sets the command that produced this packet
Definition at line 29 of file CommandResultsPacket.cs.
|
getset |
Gets or sets whether or not the
Definition at line 34 of file CommandResultsPacket.cs.