Lean  $LEAN_TAG$
QuantConnect.Api.LiveList Class Reference

List of the live algorithms running which match the requested status More...

Inheritance diagram for QuantConnect.Api.LiveList:
[legend]

Properties

List< LiveAlgorithmAlgorithms [get, set]
 Algorithm list matching the requested status. More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

List of the live algorithms running which match the requested status

Definition at line 81 of file LiveAlgorithm.cs.

Property Documentation

◆ Algorithms

List<LiveAlgorithm> QuantConnect.Api.LiveList.Algorithms
getset

Algorithm list matching the requested status.

Definition at line 87 of file LiveAlgorithm.cs.


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