Lean
$LEAN_TAG$
|
Parameters for the IPositionGroupBuyingPowerModel.GetReservedBuyingPowerImpact More...
Public Member Functions | |
ReservedBuyingPowerImpactParameters (SecurityPortfolioManager portfolio, IPositionGroup contemplatedChanges, List< Order > orders) | |
Initializes a new instance of the ReservedBuyingPowerImpactParameters class More... | |
Properties | |
IPositionGroup | ContemplatedChanges [get] |
Gets the position changes being contemplated More... | |
SecurityPortfolioManager | Portfolio [get] |
Gets the algorithm's portfolio manager More... | |
List< Order > | Orders [get] |
The orders associated with this request More... | |
Parameters for the IPositionGroupBuyingPowerModel.GetReservedBuyingPowerImpact
Definition at line 24 of file ReservedBuyingPowerImpactParameters.cs.
QuantConnect.Securities.Positions.ReservedBuyingPowerImpactParameters.ReservedBuyingPowerImpactParameters | ( | SecurityPortfolioManager | portfolio, |
IPositionGroup | contemplatedChanges, | ||
List< Order > | orders | ||
) |
Initializes a new instance of the ReservedBuyingPowerImpactParameters class
portfolio | The algorithm's portfolio manager |
contemplatedChanges | The position changes being contemplated |
orders | The orders associated with this request |
Definition at line 47 of file ReservedBuyingPowerImpactParameters.cs.
|
get |
Gets the position changes being contemplated
Definition at line 29 of file ReservedBuyingPowerImpactParameters.cs.
|
get |
Gets the algorithm's portfolio manager
Definition at line 34 of file ReservedBuyingPowerImpactParameters.cs.
|
get |
The orders associated with this request
Definition at line 39 of file ReservedBuyingPowerImpactParameters.cs.