Lean  $LEAN_TAG$
QuantConnect.Packets.AlgorithmTagsUpdatePacket Class Reference

Packet to communicate updates to the algorithm tags More...

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

Public Member Functions

 AlgorithmTagsUpdatePacket ()
 Default constructor for JSON More...
 
 AlgorithmTagsUpdatePacket (string algorithmId, HashSet< string > tags)
 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...
 
HashSet< string > Tags = new()
 The new tags 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 tags

Definition at line 24 of file AlgorithmTagsUpdatePacket.cs.

Constructor & Destructor Documentation

◆ AlgorithmTagsUpdatePacket() [1/2]

QuantConnect.Packets.AlgorithmTagsUpdatePacket.AlgorithmTagsUpdatePacket ( )

Default constructor for JSON

Definition at line 39 of file AlgorithmTagsUpdatePacket.cs.

◆ AlgorithmTagsUpdatePacket() [2/2]

QuantConnect.Packets.AlgorithmTagsUpdatePacket.AlgorithmTagsUpdatePacket ( string  algorithmId,
HashSet< string >  tags 
)

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

Definition at line 46 of file AlgorithmTagsUpdatePacket.cs.

Member Data Documentation

◆ AlgorithmId

string QuantConnect.Packets.AlgorithmTagsUpdatePacket.AlgorithmId

Algorithm id for this order event

Definition at line 29 of file AlgorithmTagsUpdatePacket.cs.

◆ Tags

HashSet<string> QuantConnect.Packets.AlgorithmTagsUpdatePacket.Tags = new()

The new tags

Definition at line 34 of file AlgorithmTagsUpdatePacket.cs.


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