Account
data class Account(accountId: String, accountIdKey: String, accountType: AccountType, institutionType: String?, closedDateRaw: Int, mode: AccountMode?, description: String?, name: String?, status: AccountStatus?)
Content copied to clipboard
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
Constructors
Account
Link copied to clipboard
fun Account(accountId: String, accountIdKey: String, accountType: AccountType, institutionType: String?, closedDateRaw: Int, mode: AccountMode?, description: String?, name: String?, status: AccountStatus?)
Content copied to clipboard
The user's account ID
Properties
accountIdKey
Link copied to clipboard
accountType
Link copied to clipboard
closedDateRaw
Link copied to clipboard
dateClosed
Link copied to clipboard
description
Link copied to clipboard
institutionType
Link copied to clipboard
mode
Link copied to clipboard
status
Link copied to clipboard
Sources
jvm source
Link copied to clipboard