Inheritance diagram for OfxRequest:
This is an entire OFX aggregate, with all subordinate aggregates needed to log onto the OFX server of a single financial institution and process a request. The details of the particular request are up to subclasses of this one.
Definition at line 36 of file ofx_request.hh.
Public Member Functions | |
OfxRequest (const OfxFiLogin &fi) | |
OfxAggregate | SignOnRequest (void) const |
OfxAggregate | RequestMessage (const string &msgtype, const string &trntype, const OfxAggregate &aggregate) const |
OfxRequest (const OfxFiLogin &fi) | |
OfxAggregate | SignOnRequest (void) const |
OfxAggregate | RequestMessage (const string &msgtype, const string &trntype, const OfxAggregate &aggregate) const |
Protected Attributes | |
OfxFiLogin | m_login |
|
Creates the generic request aggregate.
Definition at line 45 of file ofx_request.hh. |
|
Creates the generic request aggregate.
Definition at line 45 of file fx-0.8.2/lib/ofx_request.hh. |
|
Creates a message aggregate
|
|
Creates a message aggregate
Definition at line 88 of file ofx_request.cpp. Referenced by OfxStatementRequest::BankStatementRequest(), OfxStatementRequest::CreditCardStatementRequest(), OfxStatementRequest::InvestmentStatementRequest(), libofx_request_payment_status(), OfxAccountInfoRequest::OfxAccountInfoRequest(), and OfxPaymentRequest::OfxPaymentRequest(). |
|
Creates a signon request aggregate, <SIGNONMSGSRQV1> & <SONRQ>, sufficient to log this user into this financial institution.
|
|
Creates a signon request aggregate, <SIGNONMSGSRQV1> & <SONRQ>, sufficient to log this user into this financial institution.
Definition at line 66 of file ofx_request.cpp. Referenced by libofx_request_payment_status(), OfxAccountInfoRequest::OfxAccountInfoRequest(), OfxPaymentRequest::OfxPaymentRequest(), and OfxStatementRequest::OfxStatementRequest(). |