Lean  $LEAN_TAG$
QuantConnect.Commands.AddSecurityCommand.Result Class Reference

Result packet type for the AddSecurityCommand command More...

Inheritance diagram for QuantConnect.Commands.AddSecurityCommand.Result:
[legend]

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...
 

Detailed Description

Result packet type for the AddSecurityCommand command

Definition at line 86 of file AddSecurityCommand.cs.

Constructor & Destructor Documentation

◆ Result()

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.

Property Documentation

◆ Symbol

Symbol QuantConnect.Commands.AddSecurityCommand.Result.Symbol
getset

The symbol result from the add security command

Definition at line 91 of file AddSecurityCommand.cs.


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