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