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 Start [get, set]
 Epoch time in seconds when the first log was generated More...
 
int End [get, set]
 Epoch time in seconds when the last log retrieved 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...
 

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 30 of file LiveLog.cs.

◆ Start

int QuantConnect.Api.LiveLog.Start
getset

Epoch time in seconds when the first log was generated

Definition at line 36 of file LiveLog.cs.

◆ End

int QuantConnect.Api.LiveLog.End
getset

Epoch time in seconds when the last log retrieved

Definition at line 42 of file LiveLog.cs.


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