Ccmdline_parser_params | The additional parameters to pass to parser functions |
CErrorMsg | An abstraction of an OFX error code sent by an OFX server |
Cgengetopt_args_info | Where the command line options are stored |
CLibofxContext | |
CLibofxFileFormatInfo | |
CNodeParser | |
COFCApplication | This object is driven by OpenSP as it parses the SGML from the ofx file(s) |
COfxAccountContainer | Represents a bank account or a credit card account |
COfxAccountData | An abstraction of an account |
COfxAccountInfoRequest | An account information request |
COfxAggregate | A single aggregate as described in the OFX 1.02 specification |
COFXApplication | This object is driven by OpenSP as it parses the SGML from the ofx file(s) |
COfxBalanceContainer | Represents the <BALANCE>, <INVBAL> or <INV401KBAL> OFX SGML entity |
COfxBankTransactionContainer | Represents a bank or credid card transaction |
COfxCurrency | NOT YET SUPPORTED |
COfxDummyContainer | A container to hold OFX SGML elements that LibOFX knows nothing about |
COfxFiLogin | Information sufficient to log into an financial institution |
COfxFiServiceInfo | Information returned by the OFX Partner Server about a financial institution |
COfxGenericContainer | A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer |
COfxInv401kContainer | A container to hold OFX SGML elements for <INV401K> |
COfxInvestmentTransactionContainer | Represents a bank or credid card transaction |
COfxMainContainer | The root container. Created by the <OFX> OFX element or by the export functions |
COfxPayee | |
COfxPayment | |
COfxPaymentRequest | |
COfxPositionContainer | Represents an investment position, such as a stock or bond |
COfxPositionData | An abstraction of a security position held in an account |
COfxPushUpContainer | A container to hold a OFX SGML element for which you want the parent to process it's data elements |
COfxRequest | A generic request |
COfxSecurityContainer | Represents a security, such as a stock or bond |
COfxSecurityData | An abstraction of a security, such as a stock, mutual fund, etc |
COfxStatementContainer | Represents a statement for either a bank account or a credit card account |
COfxStatementData | An abstraction of an account statement |
COfxStatementRequest | A statement request |
COfxStatusContainer | Represents the <STATUS> OFX SGML entity |
COfxStatusData | An abstraction of an OFX STATUS element |
COfxTransactionContainer | Represents a generic transaction |
COfxTransactionData | An abstraction of a transaction in an account |
Coption | |
▼Ctree | |
Cfixed_depth_iterator | Iterator which traverses only the nodes at a given depth from the root |
Citerator_base | Base class for iterators, only pointers stored, no traversal logic |
Citerator_base_less | Comparator class for iterators (compares the actual node content, not pointer values) |
Cpost_order_iterator | Depth-first iterator, first accessing the children, then the node itself |
Cpre_order_iterator | Depth-first iterator, first accessing the node, then its children |
Csibling_iterator | Iterator 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 |