Skip to content

Version

QuantConnect.Api.Version

Bases: Object

API response for version

id

id: int

ID of the LEAN version

created

created: Optional[datetime]

Date when this version was created

description

description: str

Description of the LEAN version

lean_hash

lean_hash: str

Commit Hash in the LEAN repository

lean_cloud_hash

lean_cloud_hash: str

Commit Hash in the LEAN Cloud repository

name

name: str

Name of the branch where the commit is

ref

ref: str

Reference to the branch where the commit is

public

public: bool

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