Lean  $LEAN_TAG$
QuantConnect.Api.BasicBacktest Class Reference

Base class for backtest result object response More...

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

Properties

string BacktestId [get, set]
 Assigned backtest Id More...
 
string Status [get, set]
 Status of the backtest More...
 
string Name [get, set]
 Name of the backtest More...
 
DateTime Created [get, set]
 Backtest creation date and time More...
 
decimal Progress [get, set]
 Progress of the backtest in percent 0-1. More...
 
string OptimizationId [get, set]
 Optimization task ID, if the backtest is part of an optimization More...
 
int TradeableDates [get, set]
 Number of tradeable days More...
 
ParameterSet ParameterSet [get, set]
 Optimization parameters More...
 
int SnapShotId [get, set]
 Snapshot id of this backtest result 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

Base class for backtest result object response

Definition at line 57 of file Backtest.cs.

Property Documentation

◆ BacktestId

string QuantConnect.Api.BasicBacktest.BacktestId
getset

Assigned backtest Id

Definition at line 63 of file Backtest.cs.

◆ Status

string QuantConnect.Api.BasicBacktest.Status
getset

Status of the backtest

Definition at line 69 of file Backtest.cs.

◆ Name

string QuantConnect.Api.BasicBacktest.Name
getset

Name of the backtest

Definition at line 75 of file Backtest.cs.

◆ Created

DateTime QuantConnect.Api.BasicBacktest.Created
getset

Backtest creation date and time

Definition at line 81 of file Backtest.cs.

◆ Progress

decimal QuantConnect.Api.BasicBacktest.Progress
getset

Progress of the backtest in percent 0-1.

Definition at line 87 of file Backtest.cs.

◆ OptimizationId

string QuantConnect.Api.BasicBacktest.OptimizationId
getset

Optimization task ID, if the backtest is part of an optimization

Definition at line 93 of file Backtest.cs.

◆ TradeableDates

int QuantConnect.Api.BasicBacktest.TradeableDates
getset

Number of tradeable days

Definition at line 99 of file Backtest.cs.

◆ ParameterSet

ParameterSet QuantConnect.Api.BasicBacktest.ParameterSet
getset

Optimization parameters

Definition at line 105 of file Backtest.cs.

◆ SnapShotId

int QuantConnect.Api.BasicBacktest.SnapShotId
getset

Snapshot id of this backtest result

Definition at line 111 of file Backtest.cs.


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