Lean
$LEAN_TAG$
|
Defines the parameters for IBuyingPowerModel.GetReservedBuyingPowerForPosition More...
Public Member Functions | |
ReservedBuyingPowerForPositionParameters (Security security) | |
Initializes a new instance of the ReservedBuyingPowerForPositionParameters class More... | |
ReservedBuyingPowerForPosition | ResultInAccountCurrency (decimal reservedBuyingPower) |
Creates the result using the specified reserved buying power in units of the account currency More... | |
Properties | |
Security | Security [get] |
Gets the security More... | |
Defines the parameters for IBuyingPowerModel.GetReservedBuyingPowerForPosition
Definition at line 21 of file ReservedBuyingPowerForPositionParameters.cs.
QuantConnect.Securities.ReservedBuyingPowerForPositionParameters.ReservedBuyingPowerForPositionParameters | ( | Security | security | ) |
Initializes a new instance of the ReservedBuyingPowerForPositionParameters class
security | The security |
Definition at line 32 of file ReservedBuyingPowerForPositionParameters.cs.
ReservedBuyingPowerForPosition QuantConnect.Securities.ReservedBuyingPowerForPositionParameters.ResultInAccountCurrency | ( | decimal | reservedBuyingPower | ) |
Creates the result using the specified reserved buying power in units of the account currency
reservedBuyingPower | The reserved buying power in units of the account currency |
Definition at line 42 of file ReservedBuyingPowerForPositionParameters.cs.
|
get |
Gets the security
Definition at line 26 of file ReservedBuyingPowerForPositionParameters.cs.