Skip to content

AlgorithmNameUpdatePacket

QuantConnect.Packets.AlgorithmNameUpdatePacket

AlgorithmNameUpdatePacket()
AlgorithmNameUpdatePacket(algorithm_id: str, name: str)

Bases: Packet

Packet to communicate updates to the algorithm's name

Signature descriptions:

  • Default constructor for JSON

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

algorithm_id

algorithm_id: str

Algorithm id for this order event

name

name: str

The new name

type

type: PacketType

Packet type defined by a string enum

channel

channel: str

User unique specific channel endpoint to send the packets