Skip to content

LiveList

QuantConnect.Api.LiveList

LiveList()

Bases: RestResponse

List of the live algorithms running which match the requested status

JSON Constructor

algorithms

algorithms: List[LiveAlgorithmSummary]

Algorithm list matching the requested status.

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object