Lean  $LEAN_TAG$
QuantConnect.Packets.AlgorithmNameUpdatePacket Class Reference

Packet to communicate updates to the algorithm's name More...

Inheritance diagram for QuantConnect.Packets.AlgorithmNameUpdatePacket:
[legend]

Public Member Functions

 AlgorithmNameUpdatePacket ()
 Default constructor for JSON More...
 
 AlgorithmNameUpdatePacket (string algorithmId, string name)
 Create a new instance of the algorithm tags up[date packet More...
 
- Public Member Functions inherited from QuantConnect.Packets.Packet
 Packet (PacketType type)
 Initialize the base class and setup the packet type. More...
 

Public Attributes

string AlgorithmId
 Algorithm id for this order event More...
 
string Name
 The new name More...
 

Additional Inherited Members

- 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

Packet to communicate updates to the algorithm's name

Definition at line 25 of file AlgorithmNameUpdatePacket.cs.

Constructor & Destructor Documentation

◆ AlgorithmNameUpdatePacket() [1/2]

QuantConnect.Packets.AlgorithmNameUpdatePacket.AlgorithmNameUpdatePacket ( )

Default constructor for JSON

Definition at line 40 of file AlgorithmNameUpdatePacket.cs.

◆ AlgorithmNameUpdatePacket() [2/2]

QuantConnect.Packets.AlgorithmNameUpdatePacket.AlgorithmNameUpdatePacket ( string  algorithmId,
string  name 
)

Create a new instance of the algorithm tags up[date packet

Definition at line 47 of file AlgorithmNameUpdatePacket.cs.

Member Data Documentation

◆ AlgorithmId

string QuantConnect.Packets.AlgorithmNameUpdatePacket.AlgorithmId

Algorithm id for this order event

Definition at line 30 of file AlgorithmNameUpdatePacket.cs.

◆ Name

string QuantConnect.Packets.AlgorithmNameUpdatePacket.Name

The new name

Definition at line 35 of file AlgorithmNameUpdatePacket.cs.


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