Lean
$LEAN_TAG$
|
Backtest Report Response wrapper More...
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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Backtest Report Response wrapper
Definition at line 22 of file BacktestReport.cs.
|
getset |
HTML data of the report with embedded base64 images
Definition at line 27 of file BacktestReport.cs.