Lean  $LEAN_TAG$
QuantConnect.Packets.SystemDebugPacket Class Reference

Debug packets generated by Lean More...

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

Public Member Functions

 SystemDebugPacket ()
 Default constructor for JSON More...
 
 SystemDebugPacket (int projectId, string algorithmId, string compileId, string message, bool toast=false)
 Create a new instance of the system debug packet More...
 
- Public Member Functions inherited from QuantConnect.Packets.DebugPacket
 DebugPacket ()
 Default constructor for JSON More...
 
 DebugPacket (int projectId, string algorithmId, string compileId, string message, bool toast=false)
 Create a new instance of the notify debug packet: More...
 
- Public Member Functions inherited from QuantConnect.Packets.Packet
 Packet (PacketType type)
 Initialize the base class and setup the packet type. More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.Packets.DebugPacket
 DebugPacket (PacketType packetType)
 Constructor for inherited types More...
 
- Properties inherited from QuantConnect.Packets.DebugPacket
string Message [get, set]
 String debug message to send to the users console More...
 
string AlgorithmId [get, set]
 Associated algorithm Id. More...
 
string CompileId [get, set]
 Compile id of the algorithm sending this message More...
 
int ProjectId [get, set]
 Project Id for this message More...
 
bool Toast [get, set]
 True to emit message as a popup notification (toast), false to emit message in console as text 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...
 

Detailed Description

Debug packets generated by Lean

Definition at line 22 of file SystemDebugPacket.cs.

Constructor & Destructor Documentation

◆ SystemDebugPacket() [1/2]

QuantConnect.Packets.SystemDebugPacket.SystemDebugPacket ( )

Default constructor for JSON

Definition at line 27 of file SystemDebugPacket.cs.

◆ SystemDebugPacket() [2/2]

QuantConnect.Packets.SystemDebugPacket.SystemDebugPacket ( int  projectId,
string  algorithmId,
string  compileId,
string  message,
bool  toast = false 
)

Create a new instance of the system debug packet

Definition at line 34 of file SystemDebugPacket.cs.


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