Lean
$LEAN_TAG$
|
Wrapper class for Backtest/* endpoints JSON response Currently used by Backtest/Read and Backtest/Create More...
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... | |
Wrapper class for Backtest/* endpoints JSON response Currently used by Backtest/Read and Backtest/Create
Definition at line 290 of file Backtest.cs.
|
getset |
Backtest Object
Definition at line 295 of file Backtest.cs.
|
getset |
Indicates if the backtest is run under debugging mode
Definition at line 300 of file Backtest.cs.