Lean  $LEAN_TAG$
QuantConnect.Api.Version Class Reference

API response for version More...

Properties

int Id [get, set]
 ID of the LEAN version More...
 
DateTime? Created [get, set]
 Date when this version was created More...
 
string Description [get, set]
 Description of the LEAN version More...
 
string LeanHash [get, set]
 Commit Hash in the LEAN repository More...
 
string LeanCloudHash [get, set]
 Commit Hash in the LEAN Cloud repository More...
 
string Name [get, set]
 Name of the branch where the commit is More...
 
string Ref [get, set]
 Reference to the branch where the commit is More...
 
bool Public [get, set]
 Indicates if the version is available for the public (1) or not (0) More...
 

Detailed Description

API response for version

Definition at line 380 of file Project.cs.

Property Documentation

◆ Id

int QuantConnect.Api.Version.Id
getset

ID of the LEAN version

Definition at line 386 of file Project.cs.

◆ Created

DateTime? QuantConnect.Api.Version.Created
getset

Date when this version was created

Definition at line 392 of file Project.cs.

◆ Description

string QuantConnect.Api.Version.Description
getset

Description of the LEAN version

Definition at line 398 of file Project.cs.

◆ LeanHash

string QuantConnect.Api.Version.LeanHash
getset

Commit Hash in the LEAN repository

Definition at line 404 of file Project.cs.

◆ LeanCloudHash

string QuantConnect.Api.Version.LeanCloudHash
getset

Commit Hash in the LEAN Cloud repository

Definition at line 410 of file Project.cs.

◆ Name

string QuantConnect.Api.Version.Name
getset

Name of the branch where the commit is

Definition at line 416 of file Project.cs.

◆ Ref

string QuantConnect.Api.Version.Ref
getset

Reference to the branch where the commit is

Definition at line 422 of file Project.cs.

◆ Public

bool QuantConnect.Api.Version.Public
getset

Indicates if the version is available for the public (1) or not (0)

Definition at line 428 of file Project.cs.


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