LibOFX
Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
oNkp
oCcmdline_parser_paramsThe additional parameters to pass to parser functions
oCErrorMsgAn abstraction of an OFX error code sent by an OFX server
oCgengetopt_args_infoWhere the command line options are stored
oCLibofxContext
oCLibofxFileFormatInfo
oCOFCApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
oCOfxAccountContainerRepresents a bank account or a credit card account
oCOfxAccountDataAn abstraction of an account
oCOfxAccountInfoRequestAn account information request
oCOfxAggregateA single aggregate as described in the OFX 1.02 specification
oCOFXApplicationThis object is driven by OpenSP as it parses the SGML from the ofx file(s)
oCOfxBalanceContainerRepresents the <BALANCE> OFX SGML entity
oCOfxBankTransactionContainerRepresents a bank or credid card transaction
oCOfxCurrencyNOT YET SUPPORTED
oCOfxDummyContainerA container to holds OFX SGML elements that LibOFX knows nothing about
oCOfxFiLoginInformation sufficient to log into an financial institution
oCOfxFiServiceInfoInformation returned by the OFX Partner Server about a financial institution
oCOfxGenericContainerA generic container for an OFX SGML element. Every container inherits from OfxGenericContainer
oCOfxInvestmentTransactionContainerRepresents a bank or credid card transaction
oCOfxMainContainerThe root container. Created by the <OFX> OFX element or by the export functions
oCOfxPayee
oCOfxPayment
oCOfxPaymentRequest
oCOfxPushUpContainerA container to hold a OFX SGML element for which you want the parent to process it's data elements
oCOfxRequestA generic request
oCOfxSecurityContainerRepresents a security, such as a stock or bond
oCOfxSecurityDataAn abstraction of a security, such as a stock, mutual fund, etc
oCOfxStatementContainerRepresents a statement for either a bank account or a credit card account
oCOfxStatementDataAn abstraction of an account statement
oCOfxStatementRequestA statement request
oCOfxStatusContainerRepresents the <STATUS> OFX SGML entity
oCOfxStatusDataAn abstraction of an OFX STATUS element
oCOfxTransactionContainerRepresents a generic transaction
oCOfxTransactionDataAn abstraction of a transaction in an account
oCoption
oCtree
|oCfixed_depth_iteratorIterator which traverses only the nodes at a given depth from the root
|oCiterator_baseBase class for iterators, only pointers stored, no traversal logic
|oCiterator_base_lessComparator class for iterators (compares the actual node content, not pointer values)
|oCpost_order_iteratorDepth-first iterator, first accessing the children, then the node itself
|oCpre_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