LiveAlgorithmResults
QuantConnect.Api.LiveAlgorithmResults
LiveAlgorithmResults()
Bases: RestResponse
Details a live algorithm from the "live/read" Api endpoint
JSON Constructor
message
message: str
Error message
status
status: str
Indicates the status of the algorihtm, i.e. 'Running', 'Stopped'
deploy_id
deploy_id: str
Algorithm deployment ID
clone_id
clone_id: int
The snapshot project ID for cloning the live development's source code.
launched
launched: datetime
Date the live algorithm was launched
stopped
stopped: Optional[datetime]
Date the live algorithm was stopped
brokerage
brokerage: str
Brokerage used in the live algorithm
security_types
security_types: str
Security types present in the live algorithm
project_name
project_name: str
Name of the project the live algorithm is in
datacenter
datacenter: str
Name of the data center where the algorithm is physically located.
public
public: bool
Indicates if the algorithm is being live shared
runtime_statistics
runtime_statistics: IDictionary[str, str]
Runtime banner/updating statistics in the title banner of the live algorithm GUI.
charts
charts: IDictionary[str, Chart]
Charts updates for the live algorithm since the last result packet
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