19 #include "ParserEventGeneratorKit.h" 
   35   void * _statementData;
 
   37   void * _transactionData;
 
   51   const std::string &dtdDir()
 const 
   55   void setDtdDir(
const std::string &s)
 
  
 
An abstraction of a security, such as a stock, mutual fund, etc.
An abstraction of a transaction in an account.
An abstraction of an account.
int(* LibofxProcStatementCallback)(const struct OfxStatementData data, void *statement_data)
The callback function for the OfxStatementData structure.
An abstraction of an OFX STATUS element.
An abstraction of an account statement.
int(* LibofxProcTransactionCallback)(const struct OfxTransactionData data, void *transaction_data)
The callback function for the OfxTransactionData structure.
int(* LibofxProcStatusCallback)(const struct OfxStatusData data, void *status_data)
The callback function for the OfxStatusData structure.
int(* LibofxProcSecurityCallback)(const struct OfxSecurityData data, void *security_data)
The callback function for the OfxSecurityData structure.
int(* LibofxProcAccountCallback)(const struct OfxAccountData data, void *account_data)
The callback function for the OfxAccountData structure.
int(* LibofxProcPositionCallback)(const struct OfxPositionData data, void *position_data)
The callback function for the OfxPositionData structure.
An abstraction of a security position held in an account.