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 ) );
 
An account information request. 
OfxAggregate SignOnRequest(void) const 
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. 
Declaration of OfxRequestAccountInfo create an OFX file containing a request for all account info at ...
void Add(const string &tag, const string &data)
OfxAccountInfoRequest(const OfxFiLogin &fi)
OfxAggregate RequestMessage(const string &msgtype, const string &trntype, const OfxAggregate &aggregate) const 
Information sufficient to log into an financial institution.