Lean
$LEAN_TAG$
|
Defines the result for IBuyingPowerModel.GetBuyingPower More...
Public Member Functions | |
BuyingPower (decimal buyingPower) | |
Initializes a new instance of the BuyingPower class More... | |
Properties | |
decimal | Value [get] |
Gets the buying power More... | |
Defines the result for IBuyingPowerModel.GetBuyingPower
Definition at line 21 of file BuyingPower.cs.
QuantConnect.Securities.BuyingPower.BuyingPower | ( | decimal | buyingPower | ) |
Initializes a new instance of the BuyingPower class
buyingPower | The buying power |
Definition at line 32 of file BuyingPower.cs.
|
get |
Gets the buying power
Definition at line 26 of file BuyingPower.cs.