LibOFX
ofx_request.cpp File Reference

Implementation of an OfxRequests to create an OFX file containing a generic request . More...

Go to the source code of this file.

Functions

std::string time_t_to_ofxdatetime (time_t time)
 
std::string time_t_to_ofxdate (time_t time)
 
std::string OfxHeader (const char *hver)
 

Detailed Description

Implementation of an OfxRequests to create an OFX file containing a generic request .

Definition in file ofx_request.cpp.

Function Documentation

◆ OfxHeader()

std::string OfxHeader ( const char * hver)

Definition at line 50 of file ofx_request.cpp.

◆ time_t_to_ofxdate()

std::string time_t_to_ofxdate ( time_t time)

Definition at line 40 of file ofx_request.cpp.

◆ time_t_to_ofxdatetime()

std::string time_t_to_ofxdatetime ( time_t time)

Definition at line 30 of file ofx_request.cpp.