|
Lean
$LEAN_TAG$
|
Result packet type for the AddSecurityCommand command More...
Public Member Functions | |
| Result (AddSecurityCommand command, bool success, Symbol symbol) | |
| Initializes a new instance of the Result class More... | |
Public Member Functions inherited from QuantConnect.Commands.CommandResultPacket | |
| 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 | |
| Symbol | Symbol [get, set] |
| The symbol result from the add security command More... | |
Properties inherited from QuantConnect.Commands.CommandResultPacket | |
| 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... | |
Result packet type for the AddSecurityCommand command
Definition at line 86 of file AddSecurityCommand.cs.
| QuantConnect.Commands.AddSecurityCommand.Result.Result | ( | AddSecurityCommand | command, |
| bool | success, | ||
| Symbol | symbol | ||
| ) |
Initializes a new instance of the Result class
Definition at line 96 of file AddSecurityCommand.cs.
|
getset |
The symbol result from the add security command
Definition at line 91 of file AddSecurityCommand.cs.