Lean
$LEAN_TAG$
|
Class containing insights and the number of insights of the live algorithm in the request criteria More...
Properties | |
List< Insight > | Insights [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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Class containing insights and the number of insights of the live algorithm in the request criteria
Definition at line 24 of file InsightResponse.cs.
|
getset |
Collection of insights
Definition at line 29 of file InsightResponse.cs.
|
getset |
Total number of returned insights
Definition at line 34 of file InsightResponse.cs.