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


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