ComputedBalance

data class ComputedBalance(cashAvailableForInvestment: Float?, cashAvailableForWithdrawal: Float?, totalAvailableForWithdrawal: Float?, netCash: Float?, cashBalance: Float?, settledCashForInvestment: Float?, unSettledCashForInvestment: Float?, fundsWithheldFromPurchasePower: Float?, fundsWithheldFromWithdrawal: Float?, marginBuyingPower: Float?, cashBuyingPower: Float?, dtMarginBuyingPower: Float?, dtCashBuyingPower: Float?, marginBalance: Float?, shortAdjustBalance: Float?, regtEquity: Float?, regtEquityPercent: Float?, accountBalance: Float?, openCalls: OpenCalls, realTimeValues: RealTimeValues)

Parameters

cashAvailableForInvestment

The cash available for investments

cashAvailableForWithdrawal

The cash available for withdrawal

totalAvailableForWithdrawal

The total amount available for withdrawal

netCash

The net cash balance

cashBalance

The current cash balance

settledCashForInvestment

The settled cash for investments

unSettledCashForInvestment

The unsettled cash for investments

fundsWithheldFromPurchasePower

The funds withheld from the purchasing power

fundsWithheldFromWithdrawal

The funds withheld from withdrawal

marginBuyingPower

The margin account buying power

cashBuyingPower

The cash account buying power

dtMarginBuyingPower

The day trader margin account buying power

dtCashBuyingPower

The day trader cash account buying power

marginBalance

The margin account balance

shortAdjustBalance

The short adjusted balance

regtEquity

The Regulation T equity

regtEquityPercent

The Regulation T equity percentage

accountBalance

The current account balance

Constructors

ComputedBalance
Link copied to clipboard
fun ComputedBalance(cashAvailableForInvestment: Float?, cashAvailableForWithdrawal: Float?, totalAvailableForWithdrawal: Float?, netCash: Float?, cashBalance: Float?, settledCashForInvestment: Float?, unSettledCashForInvestment: Float?, fundsWithheldFromPurchasePower: Float?, fundsWithheldFromWithdrawal: Float?, marginBuyingPower: Float?, cashBuyingPower: Float?, dtMarginBuyingPower: Float?, dtCashBuyingPower: Float?, marginBalance: Float?, shortAdjustBalance: Float?, regtEquity: Float?, regtEquityPercent: Float?, accountBalance: Float?, openCalls: OpenCalls, realTimeValues: RealTimeValues)
The cash available for investments

Properties

accountBalance
Link copied to clipboard
val accountBalance: Float?
The current account balance
cashAvailableForInvestment
Link copied to clipboard
val cashAvailableForInvestment: Float?
The cash available for investments
cashAvailableForWithdrawal
Link copied to clipboard
val cashAvailableForWithdrawal: Float?
The cash available for withdrawal
cashBalance
Link copied to clipboard
val cashBalance: Float?
The current cash balance
cashBuyingPower
Link copied to clipboard
val cashBuyingPower: Float?
The cash account buying power
dtCashBuyingPower
Link copied to clipboard
val dtCashBuyingPower: Float?
The day trader cash account buying power
dtMarginBuyingPower
Link copied to clipboard
val dtMarginBuyingPower: Float?
The day trader margin account buying power
fundsWithheldFromPurchasePower
Link copied to clipboard
val fundsWithheldFromPurchasePower: Float?
The funds withheld from the purchasing power
fundsWithheldFromWithdrawal
Link copied to clipboard
val fundsWithheldFromWithdrawal: Float?
The funds withheld from withdrawal
marginBalance
Link copied to clipboard
val marginBalance: Float?
The margin account balance
marginBuyingPower
Link copied to clipboard
val marginBuyingPower: Float?
The margin account buying power
netCash
Link copied to clipboard
val netCash: Float?
The net cash balance
openCalls
Link copied to clipboard
val openCalls: OpenCalls
realTimeValues
Link copied to clipboard
val realTimeValues: RealTimeValues
regtEquity
Link copied to clipboard
val regtEquity: Float?
The Regulation T equity
regtEquityPercent
Link copied to clipboard
val regtEquityPercent: Float?
The Regulation T equity percentage
settledCashForInvestment
Link copied to clipboard
val settledCashForInvestment: Float?
The settled cash for investments
shortAdjustBalance
Link copied to clipboard
val shortAdjustBalance: Float?
The short adjusted balance
totalAvailableForWithdrawal
Link copied to clipboard
val totalAvailableForWithdrawal: Float?
The total amount available for withdrawal
unSettledCashForInvestment
Link copied to clipboard
val unSettledCashForInvestment: Float?
The unsettled cash for investments

Sources

jvm source
Link copied to clipboard