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

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...
 

Detailed Description

Definition at line 21 of file LiveAlgorithm.cs.

Property Documentation

◆ ProjectId

int QuantConnect.Api.BaseLiveAlgorithm.ProjectId
getset

Project id for the live instance

Definition at line 26 of file LiveAlgorithm.cs.

◆ DeployId

string QuantConnect.Api.BaseLiveAlgorithm.DeployId
getset

Unique live algorithm deployment identifier (similar to a backtest id).

Definition at line 31 of file LiveAlgorithm.cs.


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