Skip to content

ProjectFile

QuantConnect.Api.ProjectFile

Bases: Object

File for a project

name

name: str

Name of a project file

code

code: str

Contents of the project file

date_modified

date_modified: datetime

DateTime project file was modified

is_library

is_library: bool

Indicates if the project file is a library or not

open

open: bool

Indicates if the project file is open or not

project_id

project_id: int

ID of the project

id

id: Optional[int]

ID of the project file, can be null