Lean  $LEAN_TAG$
QuantConnect.Packets.Packet Class Reference

Base class for packet messaging system More...

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

Public Member Functions

 Packet (PacketType type)
 Initialize the base class and setup the packet type. More...
 

Properties

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

Base class for packet messaging system

Definition at line 25 of file Packet.cs.

Constructor & Destructor Documentation

◆ Packet()

QuantConnect.Packets.Packet.Packet ( PacketType  type)

Initialize the base class and setup the packet type.

Parameters
typePacketType for the class.

Definition at line 41 of file Packet.cs.

Property Documentation

◆ Type

PacketType QuantConnect.Packets.Packet.Type = PacketType.None
getset

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: