Compile
QuantConnect.Api.Compile
Compile()
Bases: RestResponse
Response from the compiler on a build event
JSON Constructor
compile_id
compile_id: str
Compile Id for a sucessful build
logs
logs: List[str]
Logs of the compilation request
project_id
project_id: int
Project Id we sent for compile
signature
signature: str
Signature key of compilation
signature_order
signature_order: List[str]
Signature order of files to be compiled
success
success: bool
Indicate if the API request was successful.
errors
errors: List[str]
List of errors with the API call.
to_string
to_string() -> str
Returns the string representation of this object