Lean  $LEAN_TAG$
QuantConnect.Api.LiveResultsData Class Reference

Holds information about the state and operation of the live running algorithm More...

Properties

int Version [get, set]
 Results version More...
 
Resolution Resolution [get, set]
 Temporal resolution of the results returned from the Api More...
 
LiveResult Results [get, set]
 Class to represent the data groups results return from the Api More...
 

Detailed Description

Holds information about the state and operation of the live running algorithm

Definition at line 117 of file LiveAlgorithmResults.cs.

Property Documentation

◆ Version

int QuantConnect.Api.LiveResultsData.Version
getset

Results version

Definition at line 123 of file LiveAlgorithmResults.cs.

◆ Resolution

Resolution QuantConnect.Api.LiveResultsData.Resolution
getset

Temporal resolution of the results returned from the Api

Definition at line 129 of file LiveAlgorithmResults.cs.

◆ Results

LiveResult QuantConnect.Api.LiveResultsData.Results
getset

Class to represent the data groups results return from the Api

Definition at line 135 of file LiveAlgorithmResults.cs.


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