Lean
$LEAN_TAG$
|
Algorithm status update information packet More...
Public Member Functions | |
AlgorithmStatusPacket () | |
Default constructor for JSON More... | |
AlgorithmStatusPacket (string algorithmId, int projectId, AlgorithmStatus status, string message="") | |
Initialize algorithm state packet: More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
Packet (PacketType type) | |
Initialize the base class and setup the packet type. More... | |
Properties | |
AlgorithmStatus | Status [get, set] |
Current algorithm status More... | |
string | ChartSubscription [get, set] |
Chart we're subscribed to for live trading. More... | |
string | Message [get, set] |
Optional message or reason for state change. More... | |
string | AlgorithmId [get, set] |
Algorithm Id associated with this status packet More... | |
string | OptimizationId [get, set] |
OptimizationId for this result packet if any More... | |
int | ProjectId [get, set] |
Project Id associated with this status packet More... | |
string | ChannelStatus [get, set] |
The current state of the channel 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... | |
Algorithm status update information packet
Definition at line 25 of file AlgorithmStatusPacket.cs.
QuantConnect.Packets.AlgorithmStatusPacket.AlgorithmStatusPacket | ( | ) |
Default constructor for JSON
Definition at line 66 of file AlgorithmStatusPacket.cs.
QuantConnect.Packets.AlgorithmStatusPacket.AlgorithmStatusPacket | ( | string | algorithmId, |
int | projectId, | ||
AlgorithmStatus | status, | ||
string | message = "" |
||
) |
Initialize algorithm state packet:
Definition at line 74 of file AlgorithmStatusPacket.cs.
|
getset |
Current algorithm status
Definition at line 31 of file AlgorithmStatusPacket.cs.
|
getset |
Chart we're subscribed to for live trading.
Definition at line 36 of file AlgorithmStatusPacket.cs.
|
getset |
Optional message or reason for state change.
Definition at line 41 of file AlgorithmStatusPacket.cs.
|
getset |
Algorithm Id associated with this status packet
Definition at line 46 of file AlgorithmStatusPacket.cs.
|
getset |
OptimizationId for this result packet if any
Definition at line 51 of file AlgorithmStatusPacket.cs.
|
getset |
Project Id associated with this status packet
Definition at line 56 of file AlgorithmStatusPacket.cs.
|
getset |
The current state of the channel
Definition at line 61 of file AlgorithmStatusPacket.cs.