Lean
$LEAN_TAG$
|
List of the live algorithms running which match the requested status More...
Properties | |
List< LiveAlgorithmSummary > | Algorithms [get, set] |
Algorithm list matching the requested status. 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... | |
List of the live algorithms running which match the requested status
Definition at line 100 of file LiveAlgorithm.cs.
|
getset |
Algorithm list matching the requested status.
Definition at line 106 of file LiveAlgorithm.cs.