LibOFX
|
Code for ofxconnect utility. C++ example code. More...
Go to the source code of this file.
Functions | |
bool | post (const char *, const char *, const char *) |
std::ostream & | operator<< (std::ostream &os, const std::vector< std::string > &strvect) |
int | main (int argc, char *argv[]) |
Code for ofxconnect utility. C++ example code.
the purpose of the ofxconnect utility is to server as example code for ALL functions of libOFX that have to do with creating OFX files.
ofxconnect prints to stdout the created OFX file based on the options you pass it
currently it will only create the statement request file. you can POST this to an OFX server to request a statement from that financial institution for that account.
In the hopefully-not-to-distant future, ofxconnect will also make the connection to the OFX server, post the data, and call ofxdump itself.
Definition in file ofxconnect.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 102 of file ofxconnect.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const std::vector< std::string > & | strvect ) |
Definition at line 93 of file ofxconnect.cpp.
bool post | ( | const char * | , |
const char * | , | ||
const char * | ) |
Definition at line 86 of file ofxconnect.cpp.