Lean  $LEAN_TAG$
QuantConnect.Api.LiveLog Class Reference

Logs from a live algorithm More...

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

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...
 

Detailed Description

Logs from a live algorithm

Definition at line 24 of file LiveLog.cs.

Property Documentation

◆ Logs

List<string> QuantConnect.Api.LiveLog.Logs
getset

List of logs from the live algorithm

Definition at line 29 of file LiveLog.cs.

◆ Length

int QuantConnect.Api.LiveLog.Length
getset

Total amount of rows in the logs

Definition at line 34 of file LiveLog.cs.

◆ DeploymentOffset

int QuantConnect.Api.LiveLog.DeploymentOffset
getset

Amount of log rows before the current deployment

Definition at line 39 of file LiveLog.cs.


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