Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget Interface Reference

Represents a portfolio target. This may be a percentage of total portfolio value or it may be a fixed number of shares. More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget:
[legend]

Properties

Symbol Symbol [get]
 Gets the symbol of this target More...
 
decimal Quantity [get]
 Gets the quantity of this symbol the algorithm should hold More...
 
string Tag [get]
 Portfolio target tag with additional information More...
 

Detailed Description

Represents a portfolio target. This may be a percentage of total portfolio value or it may be a fixed number of shares.

Definition at line 22 of file IPortfolioTarget.cs.

Property Documentation

◆ Symbol

Symbol QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget.Symbol
get

Gets the symbol of this target

Definition at line 27 of file IPortfolioTarget.cs.

◆ Quantity

decimal QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget.Quantity
get

Gets the quantity of this symbol the algorithm should hold

Definition at line 32 of file IPortfolioTarget.cs.

◆ Tag

string QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget.Tag
get

Portfolio target tag with additional information

Definition at line 37 of file IPortfolioTarget.cs.


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