LibOFX
|
Methods for connecting to the OFX partner server to retrieve OFX server information. More...
Go to the source code of this file.
Functions | |
bool | OfxPartner::post (const string &request, const string &url, const string &filename) |
void | OfxPartner::ValidateIndexCache (void) |
vector< string > | OfxPartner::BankNames (void) |
vector< string > | OfxPartner::FipidForBank (const string &bank) |
OfxFiServiceInfo | OfxPartner::ServiceInfo (const std::string &fipid) |
Variables | |
const string | OfxPartner::kBankFilename = "ofx-bank-index.xml" |
const string | OfxPartner::kCcFilename = "ofx-cc-index.xml" |
const string | OfxPartner::kInvFilename = "ofx-inv-index.xml" |
Methods for connecting to the OFX partner server to retrieve OFX server information.
Definition in file ofxpartner.cpp.
std::vector< std::string > OfxPartner::BankNames | ( | void | ) |
Definition at line 67 of file ofxpartner.cpp.
vector< string > OfxPartner::FipidForBank | ( | const string & | bank | ) |
Definition at line 104 of file ofxpartner.cpp.
bool OfxPartner::post | ( | const string & | request, |
const string & | url, | ||
const string & | filename | ||
) |
Definition at line 191 of file ofxpartner.cpp.
OfxFiServiceInfo OfxPartner::ServiceInfo | ( | const std::string & | fipid | ) |
Definition at line 142 of file ofxpartner.cpp.
void OfxPartner::ValidateIndexCache | ( | void | ) |
Definition at line 54 of file ofxpartner.cpp.
const string OfxPartner::kBankFilename = "ofx-bank-index.xml" |
Definition at line 50 of file ofxpartner.cpp.
const string OfxPartner::kCcFilename = "ofx-cc-index.xml" |
Definition at line 51 of file ofxpartner.cpp.
const string OfxPartner::kInvFilename = "ofx-inv-index.xml" |
Definition at line 52 of file ofxpartner.cpp.