Lean
$LEAN_TAG$
|
Collection container for a list of backtest summaries for a project More...
Properties | |
List< BacktestSummary > | Backtests [get, set] |
Collection of summarized backtest summary objects More... | |
int | Count [get, set] |
Number of backtest summaries retrieved in the response 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... | |
Collection container for a list of backtest summaries for a project
Definition at line 317 of file Backtest.cs.
|
getset |
Collection of summarized backtest summary objects
Definition at line 322 of file Backtest.cs.
|
getset |
Number of backtest summaries retrieved in the response
Definition at line 327 of file Backtest.cs.