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;
138 double short_balance;
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 std::string m_bankid;
193 std::string m_branchid;
194 std::string m_acctid;
195 std::string m_acctkey;
196 std::string m_brokerid;
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);
Represents a bank account or a credit card account.
Represents the <BALANCE>, <INVBAL> or <INV401KBAL> OFX SGML entity.
bool margin_balance_valid
Represents a bank or credid card transaction.
A container to hold OFX SGML elements that LibOFX knows nothing about.
A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.
A container to hold OFX SGML elements for <INV401K>
Represents a bank or credid card transaction.
The root container. Created by the <OFX> OFX element or by the export functions.
Represents an investment position, such as a stock or bond.
A container to hold a OFX SGML element for which you want the parent to process it's data elements.
Represents a security, such as a stock or bond.
Represents a statement for either a bank account or a credit card account.
Represents the <STATUS> OFX SGML entity.
Represents a generic transaction.
Main header file containing the LibOfx API.
An abstraction of an account.
An abstraction of a security position held in an account.
An abstraction of a security, such as a stock, mutual fund, etc.
An abstraction of an account statement.
An abstraction of an OFX STATUS element.
An abstraction of a transaction in an account.