Skip to content

LiveAlgorithmSummary

QuantConnect.Api.LiveAlgorithmSummary

LiveAlgorithmSummary()

Bases: BaseLiveAlgorithm

Response from List Live Algorithms request to QuantConnect Rest API.

JSON Constructor

status

Algorithm status: running, stopped or runtime error.

launched

launched: datetime

Datetime the algorithm was launched in UTC.

stopped

stopped: Optional[datetime]

Datetime the algorithm was stopped in UTC, null if its still running.

brokerage

brokerage: str

Brokerage

subscription

subscription: str

Chart we're subscribed to

error

error: str

Live algorithm error message from a crash or algorithm runtime error.

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

project_id

project_id: int

Project id for the live instance

deploy_id

deploy_id: str

Unique live algorithm deployment identifier (similar to a backtest id).

to_string

to_string() -> str

Returns the string representation of this object