Lean
$LEAN_TAG$
|
Simple log message instruction from the lean engine. More...
Public Member Functions | |
LogPacket () | |
Default constructor for JSON More... | |
LogPacket (string algorithmId, string message) | |
Create a new instance of the notify Log packet: More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
Packet (PacketType type) | |
Initialize the base class and setup the packet type. More... | |
Properties | |
string | Message [get, set] |
Log message to the users console: More... | |
string | AlgorithmId [get, set] |
Algorithm Id requesting this logging 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... | |
Simple log message instruction from the lean engine.
Definition at line 24 of file LogPacket.cs.
QuantConnect.Packets.LogPacket.LogPacket | ( | ) |
Default constructor for JSON
Definition at line 39 of file LogPacket.cs.
QuantConnect.Packets.LogPacket.LogPacket | ( | string | algorithmId, |
string | message | ||
) |
Create a new instance of the notify Log packet:
Definition at line 46 of file LogPacket.cs.
|
getset |
Log message to the users console:
Definition at line 29 of file LogPacket.cs.
|
getset |
Algorithm Id requesting this logging
Definition at line 34 of file LogPacket.cs.