Lean  $LEAN_TAG$
QuantConnect.AlgorithmControl Class Reference

Wrapper for algorithm status enum to include the charting subscription. More...

Public Member Functions

 AlgorithmControl ()
 Default initializer for algorithm control class. More...
 

Public Attributes

bool Initialized
 Register this control packet as not defaults. More...
 
AlgorithmStatus Status
 Current run status of the algorithm id. More...
 
string ChartSubscription
 Currently requested chart. More...
 
bool HasSubscribers
 True if there's subscribers on the channel More...
 

Detailed Description

Wrapper for algorithm status enum to include the charting subscription.

Definition at line 516 of file Global.cs.

Constructor & Destructor Documentation

◆ AlgorithmControl()

QuantConnect.AlgorithmControl.AlgorithmControl ( )

Default initializer for algorithm control class.

Definition at line 521 of file Global.cs.

Member Data Documentation

◆ Initialized

bool QuantConnect.AlgorithmControl.Initialized

Register this control packet as not defaults.

Definition at line 533 of file Global.cs.

◆ Status

AlgorithmStatus QuantConnect.AlgorithmControl.Status

Current run status of the algorithm id.

Definition at line 538 of file Global.cs.

◆ ChartSubscription

string QuantConnect.AlgorithmControl.ChartSubscription

Currently requested chart.

Definition at line 543 of file Global.cs.

◆ HasSubscribers

bool QuantConnect.AlgorithmControl.HasSubscribers

True if there's subscribers on the channel

Definition at line 548 of file Global.cs.


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