Public Types | |
enum | AccountType { OFX_CHECKING, OFX_SAVINGS, OFX_MONEYMRKT, OFX_CREDITLINE, OFX_CMA, OFX_CREDITCARD, OFX_INVESTMENT } |
enum | AccountType { OFX_CHECKING, OFX_SAVINGS, OFX_MONEYMRKT, OFX_CREDITLINE, OFX_CMA, OFX_CREDITCARD, OFX_INVESTMENT } |
enum | AccountType { OFX_CHECKING, OFX_SAVINGS, OFX_MONEYMRKT, OFX_CREDITLINE, OFX_CMA, OFX_CREDITCARD, OFX_INVESTMENT } |
Data Fields | |
char | account_id [OFX_ACCOUNT_ID_LENGTH] |
char | account_name [OFX_ACCOUNT_NAME_LENGTH] |
int | account_id_valid |
enum OfxAccountData::AccountType | account_type |
int | account_type_valid |
char | currency [OFX_CURRENCY_LENGTH] |
int | currency_valid |
enum OfxAccountData::AccountType | account_type |
enum OfxAccountData::AccountType | account_type |
The OfxAccountData structure gives information about a specific account, including it's type, currency and unique id.
Definition at line 145 of file inc/libofx.h.
|
account_type tells you what kind of account this is. See the AccountType enum
Definition at line 167 of file test/include/libofx/libofx.h. |
|
account_type tells you what kind of account this is. See the AccountType enum
Definition at line 167 of file libofx-0.6.2/inc/libofx.h. |
|
account_type tells you what kind of account this is. See the AccountType enum
Definition at line 167 of file inc/libofx.h. |
|
The account_id is actually built from <BANKID><BRANCHID><ACCTID> for a bank account, and <ACCTID><ACCTKEY> for a credit card account. account_id is meant to be computer-readable. It is a worldwide OFX unique identifier wich can be used for account matching, even in system with multiple users. Definition at line 157 of file test/include/libofx/libofx.h. Referenced by ofx_proc_account_cb. |
|
The account_id_name is a string meant to allow the user to identify the account. Currently it is <ACCTID> for a bank account and a credit card account an <BROKERID>:<ACCTID> for investment accounts. account_id_name is not meant to be computer-readable and is not garanteed to be unique. Definition at line 163 of file test/include/libofx/libofx.h. Referenced by ofx_proc_account_cb. |
|
account_type tells you what kind of account this is. See the AccountType enum |
|
account_type tells you what kind of account this is. See the AccountType enum |
|
account_type tells you what kind of account this is. See the AccountType enum Referenced by OfxAccountContainer::add_attribute, ofx_proc_account_cb, and ofx_proc_statement_cb. |
|
The currency is a string in ISO-4217 format Definition at line 177 of file test/include/libofx/libofx.h. Referenced by ofx_proc_account_cb. |