Skip to content

CreateLiveAlgorithmResponse

QuantConnect.Api.CreateLiveAlgorithmResponse

CreateLiveAlgorithmResponse()

Bases: BaseLiveAlgorithm

Class representing the REST response from QC API when creating a live algorithm

JSON Constructor

version_id

version_id: int

The version of the Lean used to run the algorithm

source

source: str

Id of the node that will run the algorithm

response_code

response_code: str

HTTP status response code

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