Lean
$LEAN_TAG$
|
Defines the result for IPositionGroupBuyingPowerModel.GetPositionGroupBuyingPower More...
Public Member Functions | |
PositionGroupBuyingPower (decimal buyingPower) | |
Initializes a new instance of the PositionGroupBuyingPower class More... | |
Static Public Member Functions | |
static implicit | operator PositionGroupBuyingPower (decimal result) |
Implicit operator from decimal More... | |
static implicit | operator decimal (PositionGroupBuyingPower result) |
Implicit operator to decimal More... | |
Properties | |
decimal | Value [get] |
Gets the buying power More... | |
Defines the result for IPositionGroupBuyingPowerModel.GetPositionGroupBuyingPower
Definition at line 21 of file PositionGroupBuyingPower.cs.
QuantConnect.Securities.Positions.PositionGroupBuyingPower.PositionGroupBuyingPower | ( | decimal | buyingPower | ) |
Initializes a new instance of the PositionGroupBuyingPower class
buyingPower | The buying power |
Definition at line 32 of file PositionGroupBuyingPower.cs.
|
static |
Implicit operator from decimal
Definition at line 40 of file PositionGroupBuyingPower.cs.
|
static |
Implicit operator to decimal
Definition at line 48 of file PositionGroupBuyingPower.cs.
|
get |
Gets the buying power
Definition at line 26 of file PositionGroupBuyingPower.cs.