Lean  $LEAN_TAG$
QuantConnect.Api.BacktestList Class Reference

Collection container for a list of backtests for a project More...

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

Properties

List< BacktestBacktests [get, set]
 Collection of summarized backtest objects 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 backtests for a project

Definition at line 137 of file Backtest.cs.

Property Documentation

◆ Backtests

List<Backtest> QuantConnect.Api.BacktestList.Backtests
getset

Collection of summarized backtest objects

Definition at line 143 of file Backtest.cs.


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