Lean
$LEAN_TAG$
|
Class representing the REST response from QC API when creating or reading a live algorithm More...
Properties | |
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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Class representing the REST response from QC API when creating or reading a live algorithm
Definition at line 24 of file LiveAlgorithm.cs.
|
getset |
Project id for the live instance
Definition at line 29 of file LiveAlgorithm.cs.
|
getset |
Unique live algorithm deployment identifier (similar to a backtest id).
Definition at line 34 of file LiveAlgorithm.cs.