Lean
$LEAN_TAG$
|
Defines the parameters for IBuyingPowerModel.GetReservedBuyingPowerForPosition More...
Public Member Functions | |
ReservedBuyingPowerForPositionGroupParameters (SecurityPortfolioManager portfolio, IPositionGroup positionGroup) | |
Initializes a new instance of the ReservedBuyingPowerForPositionGroupParameters class More... | |
Properties | |
IPositionGroup | PositionGroup [get] |
Gets the IPositionGroup More... | |
SecurityPortfolioManager | Portfolio [get] |
Gets the algorithm's portfolio manager More... | |
Defines the parameters for IBuyingPowerModel.GetReservedBuyingPowerForPosition
Definition at line 21 of file ReservedBuyingPowerForPositionGroupParameters.cs.
QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroupParameters.ReservedBuyingPowerForPositionGroupParameters | ( | SecurityPortfolioManager | portfolio, |
IPositionGroup | positionGroup | ||
) |
Initializes a new instance of the ReservedBuyingPowerForPositionGroupParameters class
portfolio | The algorithm's portfolio manager |
positionGroup | The position group |
Definition at line 38 of file ReservedBuyingPowerForPositionGroupParameters.cs.
|
get |
Gets the IPositionGroup
Definition at line 26 of file ReservedBuyingPowerForPositionGroupParameters.cs.
|
get |
Gets the algorithm's portfolio manager
Definition at line 31 of file ReservedBuyingPowerForPositionGroupParameters.cs.