|
Lean
$LEAN_TAG$
|
Response from the compiler on a build event More...
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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
| override string | ToString () |
| Returns the string representation of this object More... | |
Response from the compiler on a build event
Definition at line 25 of file Compile.cs.
|
getset |
Compile Id for a sucessful build
Definition at line 30 of file Compile.cs.
|
getset |
True on successful compile
Definition at line 36 of file Compile.cs.
|
getset |
Logs of the compilation request
Definition at line 41 of file Compile.cs.
|
getset |
Project Id we sent for compile
Definition at line 46 of file Compile.cs.
|
getset |
Signature key of compilation
Definition at line 51 of file Compile.cs.
|
getset |
Signature order of files to be compiled
Definition at line 56 of file Compile.cs.