Lean  $LEAN_TAG$
QuantConnect.Api.BacktestReport Class Reference

Backtest Report Response wrapper More...

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

Properties

string Report [get, set]
 HTML data of the report with embedded base64 images 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

Backtest Report Response wrapper

Definition at line 22 of file BacktestReport.cs.

Property Documentation

◆ Report

string QuantConnect.Api.BacktestReport.Report
getset

HTML data of the report with embedded base64 images

Definition at line 28 of file BacktestReport.cs.


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