Lean  $LEAN_TAG$
QuantConnect.Securities.Positions.PositionGroupState Class Reference

Snapshot of a position group state More...

Properties

string Name [get, set]
 Name of this position group More...
 
decimal MarginUsed [get, set]
 Currently margin used More...
 
decimal PortfolioValuePercentage [get, set]
 The margin used by this position in relation to the total portfolio value More...
 
List< IPositionPositions [get, set]
 The positions which compose this group More...
 

Detailed Description

Snapshot of a position group state

Definition at line 123 of file PortfolioState.cs.

Property Documentation

◆ Name

string QuantConnect.Securities.Positions.PositionGroupState.Name
getset

Name of this position group

Definition at line 129 of file PortfolioState.cs.

◆ MarginUsed

decimal QuantConnect.Securities.Positions.PositionGroupState.MarginUsed
getset

Currently margin used

Definition at line 134 of file PortfolioState.cs.

◆ PortfolioValuePercentage

decimal QuantConnect.Securities.Positions.PositionGroupState.PortfolioValuePercentage
getset

The margin used by this position in relation to the total portfolio value

Definition at line 139 of file PortfolioState.cs.

◆ Positions

List<IPosition> QuantConnect.Securities.Positions.PositionGroupState.Positions
getset

The positions which compose this group

Definition at line 144 of file PortfolioState.cs.


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