InsightResponse
QuantConnect.Api.InsightResponse
InsightResponse()
Bases: RestResponse
Class containing insights and the number of insights of the live algorithm in the request criteria
JSON Constructor
length
length: int
Total number of returned insights
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