Lean  $LEAN_TAG$
QuantConnect.Api.BacktestSummaryList Class Reference

Collection container for a list of backtest summaries for a project More...

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

Properties

List< BacktestSummaryBacktests [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...
 

Detailed Description

Collection container for a list of backtest summaries for a project

Definition at line 354 of file Backtest.cs.

Property Documentation

◆ Backtests

List<BacktestSummary> QuantConnect.Api.BacktestSummaryList.Backtests
getset

Collection of summarized backtest summary objects

Definition at line 360 of file Backtest.cs.

◆ Count

int QuantConnect.Api.BacktestSummaryList.Count
getset

Number of backtest summaries retrieved in the response

Definition at line 366 of file Backtest.cs.


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