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

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

Detailed Description

Constructor & Destructor Documentation

◆ PositionGroupBuyingPower()

QuantConnect.Securities.Positions.PositionGroupBuyingPower.PositionGroupBuyingPower ( decimal  buyingPower)

Initializes a new instance of the PositionGroupBuyingPower class

Parameters
buyingPowerThe buying power

Definition at line 32 of file PositionGroupBuyingPower.cs.

Here is the caller graph for this function:

Member Function Documentation

◆ operator PositionGroupBuyingPower()

static implicit QuantConnect.Securities.Positions.PositionGroupBuyingPower.operator PositionGroupBuyingPower ( decimal  result)
static

Implicit operator from decimal

Definition at line 40 of file PositionGroupBuyingPower.cs.

Here is the call graph for this function:

◆ operator decimal()

static implicit QuantConnect.Securities.Positions.PositionGroupBuyingPower.operator decimal ( PositionGroupBuyingPower  result)
static

Implicit operator to decimal

Definition at line 48 of file PositionGroupBuyingPower.cs.

Property Documentation

◆ Value

decimal QuantConnect.Securities.Positions.PositionGroupBuyingPower.Value
get

Gets the buying power

Definition at line 26 of file PositionGroupBuyingPower.cs.


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