Lean  $LEAN_TAG$
QuantConnect.Api.Project Class Reference

Response from reading a project by id. More...

Inheritance diagram for QuantConnect.Api.Project:
[legend]

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< CollaboratorCollaborators [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< ParameterParameters [get, set]
 Optimization parameters More...
 
List< LibraryLibraries [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...
 

Detailed Description

Response from reading a project by id.

Definition at line 230 of file Project.cs.

Property Documentation

◆ ProjectId

int QuantConnect.Api.Project.ProjectId
getset

Project id

Definition at line 236 of file Project.cs.

◆ Name

string QuantConnect.Api.Project.Name
getset

Name of the project

Definition at line 242 of file Project.cs.

◆ Created

DateTime QuantConnect.Api.Project.Created
getset

Date the project was created

Definition at line 248 of file Project.cs.

◆ Modified

DateTime QuantConnect.Api.Project.Modified
getset

Modified date for the project

Definition at line 254 of file Project.cs.

◆ Language

Language QuantConnect.Api.Project.Language
getset

Programming language of the project

Definition at line 260 of file Project.cs.

◆ OwnerId

int QuantConnect.Api.Project.OwnerId
getset

The projects owner id

Definition at line 266 of file Project.cs.

◆ OrganizationId

string QuantConnect.Api.Project.OrganizationId
getset

The organization ID

Definition at line 272 of file Project.cs.

◆ Collaborators

List<Collaborator> QuantConnect.Api.Project.Collaborators
getset

List of collaborators

Definition at line 278 of file Project.cs.

◆ LeanVersionId

int QuantConnect.Api.Project.LeanVersionId
getset

The version of LEAN this project is running on

Definition at line 284 of file Project.cs.

◆ LeanPinnedToMaster

bool QuantConnect.Api.Project.LeanPinnedToMaster
getset

Indicate if the project is pinned to the master branch of LEAN

Definition at line 290 of file Project.cs.

◆ Owner

bool QuantConnect.Api.Project.Owner
getset

Indicate if you are the owner of the project

Definition at line 296 of file Project.cs.

◆ Description

string QuantConnect.Api.Project.Description
getset

The project description

Definition at line 302 of file Project.cs.

◆ ChannelId

string QuantConnect.Api.Project.ChannelId
getset

Channel id

Definition at line 308 of file Project.cs.

◆ Parameters

List<Parameter> QuantConnect.Api.Project.Parameters
getset

Optimization parameters

Definition at line 314 of file Project.cs.

◆ Libraries

List<Library> QuantConnect.Api.Project.Libraries
getset

The library projects

Definition at line 320 of file Project.cs.

◆ Grid

Grid QuantConnect.Api.Project.Grid
getset

Configuration of the backtest view grid

Definition at line 326 of file Project.cs.

◆ LiveGrid

Grid QuantConnect.Api.Project.LiveGrid
getset

Configuration of the live view grid

Definition at line 332 of file Project.cs.

◆ PaperEquity

decimal? QuantConnect.Api.Project.PaperEquity
getset

The equity value of the last paper trading instance

Definition at line 338 of file Project.cs.

◆ LastLiveDeployment

DateTime? QuantConnect.Api.Project.LastLiveDeployment
getset

The last live deployment active time

Definition at line 344 of file Project.cs.

◆ LiveForm

object QuantConnect.Api.Project.LiveForm
getset

The last live wizard content used

Definition at line 350 of file Project.cs.

◆ Encrypted

bool? QuantConnect.Api.Project.Encrypted
getset

Indicates if the project is encrypted

Definition at line 356 of file Project.cs.

◆ CodeRunning

bool QuantConnect.Api.Project.CodeRunning
getset

Indicates if the project is running or not

Definition at line 362 of file Project.cs.

◆ LeanEnvironment

int QuantConnect.Api.Project.LeanEnvironment
getset

LEAN environment of the project running on

Definition at line 368 of file Project.cs.

◆ EncryptionKey

EncryptionKey QuantConnect.Api.Project.EncryptionKey
getset

Text file with at least 32 characters to be used to encrypt the project

Definition at line 374 of file Project.cs.


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