Go to the documentation of this file.
32 std::string request = OfxHeader(login->header_version) + strq.Output();
34 unsigned size = request.size();
35 char* result = (
char*)malloc(size + 1);
36 request.copy(result, size);
79 acctinforqTag.
Add(
"DTACCTUP", time_t_to_ofxdate( 0 ) );
void Add(const std::string &tag, const std::string &data)
Declaration of OfxRequestAccountInfo create an OFX file containing a request for all account info at ...
OfxAggregate RequestMessage(const std::string &msgtype, const std::string &trntype, const OfxAggregate &aggregate) const
OfxAggregate SignOnRequest(void) const
An account information request.
Information sufficient to log into an financial institution.
A single aggregate as described in the OFX 1.02 specification.
char * libofx_request_accountinfo(const struct OfxFiLogin *login)
Creates an OFX account info (list) request in string form.
OfxAccountInfoRequest(const OfxFiLogin &fi)