Lean  $LEAN_TAG$
QuantConnect.Api.PortfolioResponse Class Reference

Response class for reading the portfolio of a live algorithm More...

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

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

Detailed Description

Response class for reading the portfolio of a live algorithm

Definition at line 40 of file Portfolio.cs.

Property Documentation

◆ Portfolio

Portfolio QuantConnect.Api.PortfolioResponse.Portfolio
getset

Object containing the basic portfolio information of a live algorithm

Definition at line 45 of file Portfolio.cs.


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