Account

fun Account(accountId: String, accountIdKey: String, accountType: AccountType, institutionType: String?, closedDateRaw: Int, mode: AccountMode?, description: String?, name: String?, status: AccountStatus?)

Parameters

accountId

The user's account ID

accountIdKey

The unique account key

accountType

The account type

institutionType

The institution type of the account

closedDateRaw

The date when the account was closed

mode

The account mode, i.e. cash or margin

description

Description of account

name

The nickname for the account

status

The status of the account

Sources

jvm source
Link copied to clipboard