Lean  $LEAN_TAG$
QuantConnect.Api.BacktestResponseWrapper Class Reference

Wrapper class for Backtest/* endpoints JSON response Currently used by Backtest/Read and Backtest/Create More...

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

Properties

Backtest Backtest [get, set]
 Backtest Object More...
 
bool Debugging [get, set]
 Indicates if the backtest is run under debugging mode 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...
 

Detailed Description

Wrapper class for Backtest/* endpoints JSON response Currently used by Backtest/Read and Backtest/Create

Definition at line 290 of file Backtest.cs.

Property Documentation

◆ Backtest

Backtest QuantConnect.Api.BacktestResponseWrapper.Backtest
getset

Backtest Object

Definition at line 295 of file Backtest.cs.

◆ Debugging

bool QuantConnect.Api.BacktestResponseWrapper.Debugging
getset

Indicates if the backtest is run under debugging mode

Definition at line 300 of file Backtest.cs.


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