Base class for packet messaging system
More...
Base class for packet messaging system
Definition at line 25 of file Packet.cs.
◆ Packet()
QuantConnect.Packets.Packet.Packet |
( |
PacketType |
type | ) |
|
Initialize the base class and setup the packet type.
- Parameters
-
type | PacketType for the class. |
Definition at line 41 of file Packet.cs.
◆ Type
Packet type defined by a string enum
Definition at line 30 of file Packet.cs.
◆ Channel
virtual string QuantConnect.Packets.Packet.Channel = "" |
|
getset |
User unique specific channel endpoint to send the packets
Definition at line 35 of file Packet.cs.
The documentation for this class was generated from the following file: