Lean  $LEAN_TAG$
QuantConnect.Api.Portfolio Class Reference

Class containing the basic portfolio information of a live algorithm More...

Properties

Dictionary< string, HoldingHoldings [get, set]
 Dictionary of algorithm holdings information More...
 
Dictionary< string, CashCash [get, set]
 Dictionary of algorithm cash currencies information More...
 

Detailed Description

Class containing the basic portfolio information of a live algorithm

Definition at line 24 of file Portfolio.cs.

Property Documentation

◆ Holdings

Dictionary<string, Holding> QuantConnect.Api.Portfolio.Holdings
getset

Dictionary of algorithm holdings information

Definition at line 29 of file Portfolio.cs.

◆ Cash

Dictionary<string, Cash> QuantConnect.Api.Portfolio.Cash
getset

Dictionary of algorithm cash currencies information

Definition at line 34 of file Portfolio.cs.


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