MarginBalances

data class MarginBalances(currentBuyingPower: Float, currentOpenOrderReserve: Float?, currentNetBuyingPower: Float?, currentOrderImpact: Float?, netBuyingPower: Float?)

Parameters

currentBuyingPower

Current Buying Power, without including Open orders

currentOpenOrderReserve

Open Order Reserve for the existing open orders

currentNetBuyingPower

Current Buying Power minus the current open order reserve

currentOrderImpact

The current order impact on the account

netBuyingPower

Buying Power after factoring in the Current Order

Constructors

MarginBalances
Link copied to clipboard
fun MarginBalances(currentBuyingPower: Float, currentOpenOrderReserve: Float?, currentNetBuyingPower: Float?, currentOrderImpact: Float?, netBuyingPower: Float?)
Current Buying Power, without including Open orders

Properties

currentBuyingPower
Link copied to clipboard
val currentBuyingPower: Float
Current Buying Power, without including Open orders
currentNetBuyingPower
Link copied to clipboard
val currentNetBuyingPower: Float?
Current Buying Power minus the current open order reserve
currentOpenOrderReserve
Link copied to clipboard
val currentOpenOrderReserve: Float?
Open Order Reserve for the existing open orders
currentOrderImpact
Link copied to clipboard
val currentOrderImpact: Float?
The current order impact on the account
netBuyingPower
Link copied to clipboard
val netBuyingPower: Float?
Buying Power after factoring in the Current Order

Sources

jvm source
Link copied to clipboard