AccountCash

data class AccountCash(fundsForOpenOrdersCash: Float?, moneyMktBalance: Float?)

Parameters

fundsForOpenOrdersCash

The funds reserved for open orders

moneyMktBalance

The current cash balance of the money market or sweep deposit account

Constructors

AccountCash
Link copied to clipboard
fun AccountCash(fundsForOpenOrdersCash: Float?, moneyMktBalance: Float?)
The funds reserved for open orders

Properties

fundsForOpenOrdersCash
Link copied to clipboard
val fundsForOpenOrdersCash: Float?
The funds reserved for open orders
moneyMktBalance
Link copied to clipboard
val moneyMktBalance: Float?
The current cash balance of the money market or sweep deposit account

Sources

jvm source
Link copied to clipboard