Skip to content

PositionGroupState

QuantConnect.Securities.Positions.PositionGroupState

Bases: Object

Snapshot of a position group state

name

name: str

Name of this position group

margin_used

margin_used: float

Currently margin used

portfolio_value_percentage

portfolio_value_percentage: float

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

positions

positions: List[IPosition]

The positions which compose this group