|
Lean
$LEAN_TAG$
|
Packet to communicate updates to the algorithm's name More...
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... | |
Properties | |
| string | AlgorithmId [get, set] |
| Algorithm id for this order event More... | |
| string | Name [get, set] |
| The new name 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... | |
Packet to communicate updates to the algorithm's name
Definition at line 25 of file AlgorithmNameUpdatePacket.cs.
| QuantConnect.Packets.AlgorithmNameUpdatePacket.AlgorithmNameUpdatePacket | ( | ) |
Default constructor for JSON
Definition at line 40 of file AlgorithmNameUpdatePacket.cs.
| 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.
|
getset |
Algorithm id for this order event
Definition at line 30 of file AlgorithmNameUpdatePacket.cs.
|
getset |
The new name
Definition at line 35 of file AlgorithmNameUpdatePacket.cs.