Lean  $LEAN_TAG$
QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup Class Reference

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...
 

Detailed Description

Constructor & Destructor Documentation

◆ ReservedBuyingPowerForPositionGroup()

QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup.ReservedBuyingPowerForPositionGroup ( decimal  reservedBuyingPowerForPosition)

Initializes a new instance of the ReservedBuyingPowerForPosition class

Parameters
reservedBuyingPowerForPositionThe reserved buying power for the security's holdings

Definition at line 32 of file ReservedBuyingPowerForPositionGroup.cs.

Here is the caller graph for this function:

Member Function Documentation

◆ operator decimal()

static implicit QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup.operator decimal ( ReservedBuyingPowerForPositionGroup  reservedBuyingPower)
static

Implicit operator to decimal to remove noise

Definition at line 40 of file ReservedBuyingPowerForPositionGroup.cs.

◆ operator ReservedBuyingPowerForPositionGroup()

static implicit QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup.operator ReservedBuyingPowerForPositionGroup ( decimal  reservedBuyingPower)
static

Implicit operator to decimal to remove noise

Definition at line 48 of file ReservedBuyingPowerForPositionGroup.cs.

Here is the call graph for this function:

Property Documentation

◆ AbsoluteUsedBuyingPower

decimal QuantConnect.Securities.Positions.ReservedBuyingPowerForPositionGroup.AbsoluteUsedBuyingPower
get

Gets the reserved buying power

Definition at line 26 of file ReservedBuyingPowerForPositionGroup.cs.


The documentation for this class was generated from the following file: