Lean
$LEAN_TAG$
|
Defines the result for IBuyingPowerModel.GetReservedBuyingPowerForPosition More...
Public Member Functions | |
ReservedBuyingPowerForPosition (decimal reservedBuyingPowerForPosition) | |
Initializes a new instance of the ReservedBuyingPowerForPosition class More... | |
Properties | |
decimal | AbsoluteUsedBuyingPower [get] |
Gets the reserved buying power More... | |
Defines the result for IBuyingPowerModel.GetReservedBuyingPowerForPosition
Definition at line 21 of file ReservedBuyingPowerForPosition.cs.
QuantConnect.Securities.ReservedBuyingPowerForPosition.ReservedBuyingPowerForPosition | ( | decimal | reservedBuyingPowerForPosition | ) |
Initializes a new instance of the ReservedBuyingPowerForPosition class
reservedBuyingPowerForPosition | The reserved buying power for the security's holdings |
Definition at line 32 of file ReservedBuyingPowerForPosition.cs.
|
get |
Gets the reserved buying power
Definition at line 26 of file ReservedBuyingPowerForPosition.cs.