Lean  $LEAN_TAG$
QuantConnect.Api.LiveAlgorithmResults Class Reference

Details a live algorithm from the "live/read" Api endpoint More...

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

Properties

LiveResultsData LiveResults [get, set]
 Represents data about the live running algorithm returned from the server 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

Details a live algorithm from the "live/read" Api endpoint

Definition at line 25 of file LiveAlgorithmResults.cs.

Property Documentation

◆ LiveResults

LiveResultsData QuantConnect.Api.LiveAlgorithmResults.LiveResults
getset

Represents data about the live running algorithm returned from the server

Definition at line 30 of file LiveAlgorithmResults.cs.


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