Lean
$LEAN_TAG$
|
Response class for reading the portfolio of a live algorithm More...
Properties | |
Portfolio | Portfolio [get, set] |
Object containing the basic portfolio information of a 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... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Response class for reading the portfolio of a live algorithm
Definition at line 40 of file Portfolio.cs.
|
getset |
Object containing the basic portfolio information of a live algorithm
Definition at line 45 of file Portfolio.cs.