Inheritance diagram for OfxAggregate:
This aggregate has a tag, and optionally a number of subordinate elements and aggregates.
An example is: <ccacctinfo> <ccacctfrom> <acctid>1234 </ccacctfrom> <suptxdl>Y <svcstatus>ACTIVE </ccacctinfo>
Definition at line 42 of file ofx_aggregate.hh.
Public Member Functions | |
OfxAggregate (const string &tag) | |
void | Add (const string &tag, const string &data) |
void | Add (const OfxAggregate &sub) |
string | Output (void) const |
OfxAggregate (const string &tag) | |
void | Add (const string &tag, const string &data) |
void | Add (const OfxAggregate &sub) |
string | Output (void) const |
|
Creates a new aggregate, using this tag
Definition at line 50 of file ofx_aggregate.hh. |
|
Creates a new aggregate, using this tag
Definition at line 50 of file fx-0.8.0/lib/ofx_aggregate.hh. |
|
Adds a subordinate aggregate to this aggregate
Definition at line 69 of file fx-0.8.0/lib/ofx_aggregate.hh. |
|
Adds an element to this aggregate
Definition at line 59 of file fx-0.8.0/lib/ofx_aggregate.hh. |
|
Adds a subordinate aggregate to this aggregate
Definition at line 69 of file ofx_aggregate.hh. |
|
Adds an element to this aggregate
Definition at line 59 of file ofx_aggregate.hh. Referenced by OfxStatementRequest::BankStatementRequest(), OfxStatementRequest::CreditCardStatementRequest(), OfxStatementRequest::InvestmentStatementRequest(), OfxAccountInfoRequest::OfxAccountInfoRequest(), OfxStatementRequest::OfxStatementRequest(), OfxRequest::RequestMessage(), and OfxRequest::SignOnRequest(). |
|
Composes this aggregate into a string
Definition at line 79 of file fx-0.8.0/lib/ofx_aggregate.hh. |
|
Composes this aggregate into a string
Definition at line 79 of file ofx_aggregate.hh. Referenced by Add(). |