Lean
$LEAN_TAG$
|
Logs from a live algorithm More...
Properties | |
List< string > | Logs [get, set] |
List of logs from the live algorithm More... | |
int | Length [get, set] |
Total amount of rows in the logs More... | |
int | DeploymentOffset [get, set] |
Amount of log rows before the current deployment 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... | |
Logs from a live algorithm
Definition at line 24 of file LiveLog.cs.
|
getset |
List of logs from the live algorithm
Definition at line 29 of file LiveLog.cs.
|
getset |
Total amount of rows in the logs
Definition at line 34 of file LiveLog.cs.
|
getset |
Amount of log rows before the current deployment
Definition at line 39 of file LiveLog.cs.