Inheritance diagram for OfxStatementRequest:
This is an entire OFX aggregate, with all subordinate aggregates needed to log onto the OFX server of a single financial institution and download a statement for a single account.
Definition at line 37 of file ofx_request_statement.hh.
Public Member Functions | |
OfxStatementRequest (const OfxFiLogin &fi, const OfxAccountInfo &account, time_t from) | |
OfxStatementRequest (const OfxFiLogin &fi, const OfxAccountInfo &account, time_t from) | |
Protected Member Functions | |
OfxAggregate | BankStatementRequest (void) const |
OfxAggregate | CreditCardStatementRequest (void) const |
OfxAggregate | InvestmentStatementRequest (void) const |
OfxAggregate | BankStatementRequest (void) const |
OfxAggregate | CreditCardStatementRequest (void) const |
OfxAggregate | InvestmentStatementRequest (void) const |
|
Creates the request aggregate to obtain a statement from this
Definition at line 44 of file ofx_request_statement.cpp. |
|
Creates the request aggregate to obtain a statement from this
|
|
Creates a bank statement request aggregate, <bankmsgsrqv1>, <stmttrnrq> & <stmtrq> for this account. Should only be used if this account is a BANK account.
|
|
Creates a bank statement request aggregate, <bankmsgsrqv1>, <stmttrnrq> & <stmtrq> for this account. Should only be used if this account is a BANK account.
Definition at line 59 of file ofx_request_statement.cpp. Referenced by OfxStatementRequest(). |
|
Creates a credit card statement request aggregate, <creditcardmsgsrqv1>, <ccstmttrnrq> & <ccstmtrq> for this account. Should only be used if this account is a CREDIT CARD account.
|
|
Creates a credit card statement request aggregate, <creditcardmsgsrqv1>, <ccstmttrnrq> & <ccstmtrq> for this account. Should only be used if this account is a CREDIT CARD account.
Definition at line 78 of file ofx_request_statement.cpp. Referenced by OfxStatementRequest(). |
|
Creates an investment statement request aggregate, <instmtmsgsrqv1>, <invstmttrnrq> & <invstmtrq> for this account. Should only be used if this account is an INVESTMENT account.
|
|
Creates an investment statement request aggregate, <instmtmsgsrqv1>, <invstmttrnrq> & <invstmtrq> for this account. Should only be used if this account is an INVESTMENT account.
Definition at line 101 of file ofx_request_statement.cpp. Referenced by OfxStatementRequest(). |