37 string tag_identifier;
53 virtual void add_attribute(
const string identifier,
const string value);
59 virtual int gen_event();
66 virtual int add_to_main_tree();
80 void add_attribute(
const string identifier,
const string value);
91 void add_attribute(
const string identifier,
const string value);
103 void add_attribute(
const string identifier,
const string value);
114 void add_attribute(
const string identifier,
const string value);
134 double margin_balance;
135 bool margin_balance_valid;
138 double short_balance;
139 bool short_balance_valid;
143 bool buying_power_valid;
147 void add_attribute(
const string identifier,
const string value);
164 void add_attribute(
const string identifier,
const string value);
165 virtual int add_to_main_tree();
166 virtual int gen_event();
187 void add_attribute(
const string identifier,
const string value);
188 int add_to_main_tree();
189 virtual int gen_event();
191 void gen_account_id(
void);
192 char bankid[OFX_BANKID_LENGTH];
193 char branchid[OFX_BRANCHID_LENGTH];
194 char acctid[OFX_ACCTID_LENGTH];
195 char acctkey[OFX_ACCTKEY_LENGTH];
196 char brokerid[OFX_BROKERID_LENGTH];
211 void add_attribute(
const string identifier,
const string value);
212 virtual int gen_event();
213 virtual int add_to_main_tree();
231 void add_attribute(
const string identifier,
const string value);
233 virtual int gen_event();
234 virtual int add_to_main_tree();
252 virtual void add_attribute(
const string identifier,
const string value);
255 virtual int gen_event();
256 virtual int add_to_main_tree();
269 void add_attribute(
const string identifier,
const string value);
281 void add_attribute(
const string identifier,
const string value);
An abstraction of an account.
Represents a security, such as a stock or bond.
A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.
An abstraction of a security position held in an account.
Represents a generic transaction.
Represents a statement for either a bank account or a credit card account.
An abstraction of an OFX STATUS element.
Represents a bank or credid card transaction.
A container to hold a OFX SGML element for which you want the parent to process it's data elements...
Represents an investment position, such as a stock or bond.
An abstraction of a security, such as a stock, mutual fund, etc.
An abstraction of a transaction in an account.
Represents a bank or credid card transaction.
Represents a bank account or a credit card account.
The root container. Created by the <OFX> OFX element or by the export functions.
An abstraction of an account statement.
A container to hold OFX SGML elements that LibOFX knows nothing about.
Represents the <BALANCE>, <INVBAL> or <INV401KBAL> OFX SGML entity.
A container to hold OFX SGML elements for <INV401K>
Represents the <STATUS> OFX SGML entity.