Lean  $LEAN_TAG$
QuantConnect.Api.InsightResponse Class Reference

Class containing insights and the number of insights of the live algorithm in the request criteria More...

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

Properties

List< InsightInsights [get, set]
 Collection of insights More...
 
int Length [get, set]
 Total number of returned insights 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

Class containing insights and the number of insights of the live algorithm in the request criteria

Definition at line 24 of file InsightResponse.cs.

Property Documentation

◆ Insights

List<Insight> QuantConnect.Api.InsightResponse.Insights
getset

Collection of insights

Definition at line 29 of file InsightResponse.cs.

◆ Length

int QuantConnect.Api.InsightResponse.Length
getset

Total number of returned insights

Definition at line 34 of file InsightResponse.cs.


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