Lean  $LEAN_TAG$
QuantConnect.Api.Compile Class Reference

Response from the compiler on a build event More...

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

Properties

string CompileId [get, set]
 Compile Id for a sucessful build More...
 
CompileState State [get, set]
 True on successful compile More...
 
List< string > Logs [get, set]
 Logs of the compilation request More...
 
int ProjectId [get, set]
 Project Id we sent for compile More...
 
string Signature [get, set]
 Signature key of compilation More...
 
List< string > SignatureOrder [get, set]
 Signature order of files to be compiled 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 the compiler on a build event

Definition at line 25 of file Compile.cs.

Property Documentation

◆ CompileId

string QuantConnect.Api.Compile.CompileId
getset

Compile Id for a sucessful build

Definition at line 31 of file Compile.cs.

◆ State

CompileState QuantConnect.Api.Compile.State
getset

True on successful compile

Definition at line 38 of file Compile.cs.

◆ Logs

List<string> QuantConnect.Api.Compile.Logs
getset

Logs of the compilation request

Definition at line 44 of file Compile.cs.

◆ ProjectId

int QuantConnect.Api.Compile.ProjectId
getset

Project Id we sent for compile

Definition at line 50 of file Compile.cs.

◆ Signature

string QuantConnect.Api.Compile.Signature
getset

Signature key of compilation

Definition at line 56 of file Compile.cs.

◆ SignatureOrder

List<string> QuantConnect.Api.Compile.SignatureOrder
getset

Signature order of files to be compiled

Definition at line 62 of file Compile.cs.


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