Lean  $LEAN_TAG$
QuantConnect.Api.CreateLiveAlgorithmResponse Class Reference
Inheritance diagram for QuantConnect.Api.CreateLiveAlgorithmResponse:
[legend]

Properties

int VersionId [get, set]
 The version of the Lean used to run the algorithm More...
 
string Source [get, set]
 Id of the node that will run the algorithm More...
 
string ResponseCode [get, set]
 HTTP status response code More...
 
- Properties inherited from QuantConnect.Api.BaseLiveAlgorithm
int ProjectId [get, set]
 Project id for the live instance More...
 
string DeployId [get, set]
 Unique live algorithm deployment identifier (similar to a backtest id). More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

Definition at line 34 of file LiveAlgorithm.cs.

Property Documentation

◆ VersionId

int QuantConnect.Api.CreateLiveAlgorithmResponse.VersionId
getset

The version of the Lean used to run the algorithm

Definition at line 39 of file LiveAlgorithm.cs.

◆ Source

string QuantConnect.Api.CreateLiveAlgorithmResponse.Source
getset

Id of the node that will run the algorithm

Definition at line 44 of file LiveAlgorithm.cs.

◆ ResponseCode

string QuantConnect.Api.CreateLiveAlgorithmResponse.ResponseCode
getset

HTTP status response code

Definition at line 49 of file LiveAlgorithm.cs.


The documentation for this class was generated from the following file: