Lean
$LEAN_TAG$
|
Response from reading a project by id. More...
Properties | |
int | ProjectId [get, set] |
Project id More... | |
string | Name [get, set] |
Name of the project More... | |
DateTime | Created [get, set] |
Date the project was created More... | |
DateTime | Modified [get, set] |
Modified date for the project More... | |
Language | Language [get, set] |
Programming language of the project More... | |
int | OwnerId [get, set] |
The projects owner id More... | |
string | OrganizationId [get, set] |
The organization ID More... | |
List< Collaborator > | Collaborators [get, set] |
List of collaborators More... | |
int | LeanVersionId [get, set] |
The version of LEAN this project is running on More... | |
bool | LeanPinnedToMaster [get, set] |
Indicate if the project is pinned to the master branch of LEAN More... | |
bool | Owner [get, set] |
Indicate if you are the owner of the project More... | |
string | Description [get, set] |
The project description More... | |
string | ChannelId [get, set] |
Channel id More... | |
List< Parameter > | Parameters [get, set] |
Optimization parameters More... | |
List< Library > | Libraries [get, set] |
The library projects More... | |
Grid | Grid [get, set] |
Configuration of the backtest view grid More... | |
Grid | LiveGrid [get, set] |
Configuration of the live view grid More... | |
decimal? | PaperEquity [get, set] |
The equity value of the last paper trading instance More... | |
DateTime? | LastLiveDeployment [get, set] |
The last live deployment active time More... | |
object | LiveForm [get, set] |
The last live wizard content used More... | |
bool? | Encrypted [get, set] |
Indicates if the project is encrypted More... | |
bool | CodeRunning [get, set] |
Indicates if the project is running or not More... | |
int | LeanEnvironment [get, set] |
LEAN environment of the project running on More... | |
EncryptionKey | EncryptionKey [get, set] |
Text file with at least 32 characters to be used to encrypt the project 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... | |
Response from reading a project by id.
Definition at line 236 of file Project.cs.
|
getset |
Project id
Definition at line 242 of file Project.cs.
|
getset |
Name of the project
Definition at line 248 of file Project.cs.
|
getset |
Date the project was created
Definition at line 254 of file Project.cs.
|
getset |
Modified date for the project
Definition at line 260 of file Project.cs.
|
getset |
Programming language of the project
Definition at line 266 of file Project.cs.
|
getset |
The projects owner id
Definition at line 272 of file Project.cs.
|
getset |
The organization ID
Definition at line 278 of file Project.cs.
|
getset |
List of collaborators
Definition at line 284 of file Project.cs.
|
getset |
The version of LEAN this project is running on
Definition at line 290 of file Project.cs.
|
getset |
Indicate if the project is pinned to the master branch of LEAN
Definition at line 296 of file Project.cs.
|
getset |
Indicate if you are the owner of the project
Definition at line 302 of file Project.cs.
|
getset |
The project description
Definition at line 308 of file Project.cs.
|
getset |
Channel id
Definition at line 314 of file Project.cs.
|
getset |
Optimization parameters
Definition at line 320 of file Project.cs.
|
getset |
The library projects
Definition at line 326 of file Project.cs.
|
getset |
Configuration of the backtest view grid
Definition at line 332 of file Project.cs.
|
getset |
Configuration of the live view grid
Definition at line 338 of file Project.cs.
|
getset |
The equity value of the last paper trading instance
Definition at line 344 of file Project.cs.
|
getset |
The last live deployment active time
Definition at line 350 of file Project.cs.
|
getset |
The last live wizard content used
Definition at line 356 of file Project.cs.
|
getset |
Indicates if the project is encrypted
Definition at line 362 of file Project.cs.
|
getset |
Indicates if the project is running or not
Definition at line 368 of file Project.cs.
|
getset |
LEAN environment of the project running on
Definition at line 374 of file Project.cs.
|
getset |
Text file with at least 32 characters to be used to encrypt the project
Definition at line 380 of file Project.cs.