Lean
$LEAN_TAG$
|
Defines the result for IBuyingPowerModel.GetReservedBuyingPowerForPosition More...
Public Member Functions | |
ReservedBuyingPowerForPositionGroup (decimal reservedBuyingPowerForPosition) | |
Initializes a new instance of the ReservedBuyingPowerForPosition class More... | |
Static Public Member Functions | |
static implicit | operator decimal (ReservedBuyingPowerForPositionGroup reservedBuyingPower) |
Implicit operator to decimal to remove noise More... | |
static implicit | operator ReservedBuyingPowerForPositionGroup (decimal reservedBuyingPower) |
Implicit operator to decimal to remove noise More... | |
Properties | |
decimal | AbsoluteUsedBuyingPower [get] |
Gets the reserved buying power More... | |
Defines the result for IBuyingPowerModel.GetReservedBuyingPowerForPosition
Definition at line 21 of file ReservedBuyingPowerForPositionGroup.cs.
QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup.ReservedBuyingPowerForPositionGroup | ( | 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 ReservedBuyingPowerForPositionGroup.cs.
|
static |
Implicit operator to decimal to remove noise
Definition at line 40 of file ReservedBuyingPowerForPositionGroup.cs.
|
static |
Implicit operator to decimal to remove noise
Definition at line 48 of file ReservedBuyingPowerForPositionGroup.cs.
|
get |
Gets the reserved buying power
Definition at line 26 of file ReservedBuyingPowerForPositionGroup.cs.