Account Balance
fun AccountBalance(accountId: String?, asOfDate: Int?, dayTraderStatus: String?, accountMode: AccountMode?, accountType: AccountType?, institutionType: InstitutionType?, optionLevel: OptionLevel, quoteModeRaw: Int, description: String?, cash: AccountCash, balances: ComputedBalance)
Content copied to clipboard
Parameters
accountId
The account ID for which the balance is requested
asOfDate
The effective date in UTC
dayTraderStatus
The user's status as a day trader
accountMode
The account mode indicating the account's special privileges as a cash account, a margin account, and so on
accountType
The registered account type
institutionType
The account institution type for which the balance or information is requested
optionLevel
The option approval level of the account, expressed as a level 1 through 4 value
quoteModeRaw
The quote type indicator
description
The description of the account
cash
Designates that account is a cash account
balances
Designates the computed balance of the account
Sources
jvm source
Link copied to clipboard