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...
 

Properties

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

Detailed Description

Wrapper for algorithm status enum to include the charting subscription.

Definition at line 517 of file Global.cs.

Constructor & Destructor Documentation

◆ AlgorithmControl()

QuantConnect.AlgorithmControl.AlgorithmControl ( )

Default initializer for algorithm control class.

Definition at line 522 of file Global.cs.

Property Documentation

◆ Initialized

bool QuantConnect.AlgorithmControl.Initialized
getset

Register this control packet as not defaults.

Definition at line 534 of file Global.cs.

◆ Status

AlgorithmStatus QuantConnect.AlgorithmControl.Status
getset

Current run status of the algorithm id.

Definition at line 539 of file Global.cs.

◆ ChartSubscription

string QuantConnect.AlgorithmControl.ChartSubscription
getset

Currently requested chart.

Definition at line 544 of file Global.cs.

◆ HasSubscribers

bool QuantConnect.AlgorithmControl.HasSubscribers
getset

True if there's subscribers on the channel

Definition at line 549 of file Global.cs.


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