26 LibofxFileFormat _current_file_type;
28 LibofxProcStatusCallback _statusCallback;
29 LibofxProcAccountCallback _accountCallback;
30 LibofxProcSecurityCallback _securityCallback;
31 LibofxProcTransactionCallback _transactionCallback;
32 LibofxProcStatementCallback _statementCallback;
33 LibofxProcPositionCallback _positionCallback;
35 void * _statementData;
37 void * _transactionData;
48 LibofxFileFormat currentFileType()
const;
49 void setCurrentFileType(LibofxFileFormat t);
51 const std::string &dtdDir()
const
55 void setDtdDir(
const std::string &s)
60 int statementCallback(
const struct OfxStatementData data);
61 int accountCallback(
const struct OfxAccountData data);
62 int transactionCallback(
const struct OfxTransactionData data);
63 int securityCallback(
const struct OfxSecurityData data);
64 int statusCallback(
const struct OfxStatusData data);
65 int positionCallback(
const struct OfxPositionData data);
67 void setStatusCallback(LibofxProcStatusCallback cb,
void *user_data);
68 void setAccountCallback(LibofxProcAccountCallback cb,
void *user_data);
69 void setSecurityCallback(LibofxProcSecurityCallback cb,
void *user_data);
70 void setTransactionCallback(LibofxProcTransactionCallback cb,
void *user_data);
71 void setStatementCallback(LibofxProcStatementCallback cb,
void *user_data);
72 void setPositionCallback(LibofxProcPositionCallback cb,
void *user_data);