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 Error [get, set]
 Backtest error message More...
 
string Stacktrace [get, set]
 Backtest error stacktrace More...
 
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...
 
- Public Member Functions inherited from QuantConnect.Api.StringRepresentation
override string ToString ()
 Returns the string representation of this object More...
 

Detailed Description

Base class for backtest result object response

Definition at line 54 of file Backtest.cs.

Property Documentation

◆ Error

string QuantConnect.Api.BasicBacktest.Error
getset

Backtest error message

Definition at line 59 of file Backtest.cs.

◆ Stacktrace

string QuantConnect.Api.BasicBacktest.Stacktrace
getset

Backtest error stacktrace

Definition at line 64 of file Backtest.cs.

◆ BacktestId

string QuantConnect.Api.BasicBacktest.BacktestId
getset

Assigned backtest Id

Definition at line 69 of file Backtest.cs.

◆ Status

string QuantConnect.Api.BasicBacktest.Status
getset

Status of the backtest

Definition at line 74 of file Backtest.cs.

◆ Name

string QuantConnect.Api.BasicBacktest.Name
getset

Name of the backtest

Definition at line 79 of file Backtest.cs.

◆ Created

DateTime QuantConnect.Api.BasicBacktest.Created
getset

Backtest creation date and time

Definition at line 85 of file Backtest.cs.

◆ Progress

decimal QuantConnect.Api.BasicBacktest.Progress
getset

Progress of the backtest in percent 0-1.

Definition at line 90 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 95 of file Backtest.cs.

◆ TradeableDates

int QuantConnect.Api.BasicBacktest.TradeableDates
getset

Number of tradeable days

Definition at line 100 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 110 of file Backtest.cs.


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