LibOFX
Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 Ccmdline_parser_paramsThe additional parameters to pass to parser functions
 CErrorMsgAn abstraction of an OFX error code sent by an OFX server
 Cgengetopt_args_infoWhere the command line options are stored
 CLibofxContext
 CLibofxFileFormatInfo
 CNodeParser
 COFCApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
 COfxAccountContainerRepresents a bank account or a credit card account
 COfxAccountDataAn abstraction of an account
 COfxAccountInfoRequestAn account information request
 COfxAggregateA single aggregate as described in the OFX 1.02 specification
 COFXApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
 COfxBalanceContainerRepresents the <BALANCE>, <INVBAL> or <INV401KBAL> OFX SGML entity
 COfxBankTransactionContainerRepresents a bank or credid card transaction
 COfxCurrencyNOT YET SUPPORTED
 COfxDummyContainerA container to hold OFX SGML elements that LibOFX knows nothing about
 COfxFiLoginInformation sufficient to log into an financial institution
 COfxFiServiceInfoInformation returned by the OFX Partner Server about a financial institution
 COfxGenericContainerA generic container for an OFX SGML element. Every container inherits from OfxGenericContainer
 COfxInv401kContainerA container to hold OFX SGML elements for <INV401K>
 COfxInvestmentTransactionContainerRepresents a bank or credid card transaction
 COfxMainContainerThe root container. Created by the <OFX> OFX element or by the export functions
 COfxPayee
 COfxPayment
 COfxPaymentRequest
 COfxPositionContainerRepresents an investment position, such as a stock or bond
 COfxPositionDataAn abstraction of a security position held in an account
 COfxPushUpContainerA container to hold a OFX SGML element for which you want the parent to process it's data elements
 COfxRequestA generic request
 COfxSecurityContainerRepresents a security, such as a stock or bond
 COfxSecurityDataAn abstraction of a security, such as a stock, mutual fund, etc
 COfxStatementContainerRepresents a statement for either a bank account or a credit card account
 COfxStatementDataAn abstraction of an account statement
 COfxStatementRequestA statement request
 COfxStatusContainerRepresents the <STATUS> OFX SGML entity
 COfxStatusDataAn abstraction of an OFX STATUS element
 COfxTransactionContainerRepresents a generic transaction
 COfxTransactionDataAn abstraction of a transaction in an account
 Coption
 Ctree
 Cfixed_depth_iteratorIterator which traverses only the nodes at a given depth from the root
 Citerator_baseBase class for iterators, only pointers stored, no traversal logic
 Citerator_base_lessComparator class for iterators (compares the actual node content, not pointer values)
 Cpost_order_iteratorDepth-first iterator, first accessing the children, then the node itself
 Cpre_order_iteratorDepth-first iterator, first accessing the node, then its children
 Csibling_iteratorIterator which traverses only the nodes which are siblings of each other
 Ctree_node_A node in the tree, combining links to other nodes as well as the actual data