LibOFX
|
An account information request. More...
Public Member Functions | |
OfxAccountInfoRequest (const OfxFiLogin &fi) | |
![]() | |
OfxRequest (const OfxFiLogin &fi) | |
OfxAggregate | SignOnRequest (void) const |
OfxAggregate | RequestMessage (const std::string &msgtype, const std::string &trntype, const OfxAggregate &aggregate) const |
![]() | |
OfxAggregate (const std::string &tag) | |
void | Add (const std::string &tag, const std::string &data) |
void | AddXml (const std::string &tag, const std::string &data) |
void | Add (const OfxAggregate &sub) |
std::string | Output (void) const |
Additional Inherited Members | |
![]() | |
OfxFiLogin | m_login |
An account information request.
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 list of all accounts for this user.
Definition at line 34 of file ofx_request_accountinfo.hh.
OfxAccountInfoRequest::OfxAccountInfoRequest | ( | const OfxFiLogin & | fi | ) |
Creates the request aggregate to obtain an account list from this fi
.
fi | The information needed to log on user into one financial institution |
Definition at line 73 of file ofx_request_accountinfo.cpp.