Skip to content

BacktestResponseWrapper

QuantConnect.Api.BacktestResponseWrapper

BacktestResponseWrapper()

Bases: RestResponse

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

JSON Constructor

backtest

backtest: Backtest

Backtest Object

debugging

debugging: bool

Indicates if the backtest is run under debugging mode

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