Skip to content

BacktestSummaryList

QuantConnect.Api.BacktestSummaryList

BacktestSummaryList()

Bases: RestResponse

Collection container for a list of backtest summaries for a project

JSON Constructor

backtests

backtests: List[BacktestSummary]

Collection of summarized backtest summary objects

count

count: int

Number of backtest summaries retrieved in the response

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object