|
Lean
$LEAN_TAG$
|
Base class for backtest result object response More...
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... | |
Base class for backtest result object response
Definition at line 54 of file Backtest.cs.
|
getset |
Backtest error message
Definition at line 59 of file Backtest.cs.
|
getset |
Backtest error stacktrace
Definition at line 64 of file Backtest.cs.
|
getset |
Assigned backtest Id
Definition at line 69 of file Backtest.cs.
|
getset |
Status of the backtest
Definition at line 74 of file Backtest.cs.
|
getset |
Name of the backtest
Definition at line 79 of file Backtest.cs.
|
getset |
Backtest creation date and time
Definition at line 85 of file Backtest.cs.
|
getset |
Progress of the backtest in percent 0-1.
Definition at line 90 of file Backtest.cs.
|
getset |
Optimization task ID, if the backtest is part of an optimization
Definition at line 95 of file Backtest.cs.
|
getset |
Number of tradeable days
Definition at line 100 of file Backtest.cs.
|
getset |
Optimization parameters
Definition at line 105 of file Backtest.cs.
|
getset |
Snapshot id of this backtest result
Definition at line 110 of file Backtest.cs.