BaseLiveAlgorithm
QuantConnect.Api.BaseLiveAlgorithm
BaseLiveAlgorithm()
Bases: RestResponse
Class representing the REST response from QC API when creating or reading a live algorithm
JSON Constructor
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).
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