1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>LibOFX: OfxStatementData Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<h1>OfxStatementData Struct Reference</h1><!-- doxytag: class="OfxStatementData" --><hr><a name="_details"></a><h2>Detailed Description</h2>
An abstraction of an account statement.
<p>
The <a class="el" href="structOfxStatementData.html" title="An abstraction of an account statement.">OfxStatementData</a> structure contains information about your account at the time the ofx response was generated, including the balance. A client should check that the total of his recorded transactions matches the total given here, and warn the user if they dont.
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00563">563</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">OFX mandatory elements</div></td></tr>
<tr><td colspan="2"><div class="groupText">The OFX spec defines the following elements as mandatory. The associated variables should all contain valid data but you should not trust the servers. Check if the associated *_valid is true before using them. <br><br></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#1bc0edcf693af960c797901ba7aa3de4">currency</a> [OFX_CURRENCY_LENGTH]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7f463b0a7264097599a1c56e4dc88445"></a><!-- doxytag: member="OfxStatementData::currency_valid" ref="7f463b0a7264097599a1c56e4dc88445" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#7f463b0a7264097599a1c56e4dc88445">currency_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#cd99765bce8370da01fba9f747605ae4">account_id</a> [OFX_ACCOUNT_ID_LENGTH]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">account_ptr</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4b8bbe8628d3d46c3e15f5da80cc1376"></a><!-- doxytag: member="OfxStatementData::account_id_valid" ref="4b8bbe8628d3d46c3e15f5da80cc1376" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#4b8bbe8628d3d46c3e15f5da80cc1376">account_id_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#0827aef2ae2cd523320ea479dfae5cdc">ledger_balance</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="136fbe89d69d2290cd3604cfb396bda0"></a><!-- doxytag: member="OfxStatementData::ledger_balance_valid" ref="136fbe89d69d2290cd3604cfb396bda0" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#136fbe89d69d2290cd3604cfb396bda0">ledger_balance_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#57f9892d09da4a6d69c44b7f9af45fc0">ledger_balance_date</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="765dfa1991995af8a2c72b774df6cb6d"></a><!-- doxytag: member="OfxStatementData::ledger_balance_date_valid" ref="765dfa1991995af8a2c72b774df6cb6d" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#765dfa1991995af8a2c72b774df6cb6d">ledger_balance_date_valid</a></td></tr>
<tr><td colspan="2"><div class="groupHeader">OFX optional elements</div></td></tr>
<tr><td colspan="2"><div class="groupText">The OFX spec defines the following elements as optional. If the associated *_valid is true, the corresponding element is present and the associated variable contains valid data. <br><br></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#cf7c63320e41ced7f5d44beb2f791118">available_balance</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0fc66c4067b8bbb4028909477a9a1e1"></a><!-- doxytag: member="OfxStatementData::available_balance_valid" ref="a0fc66c4067b8bbb4028909477a9a1e1" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#a0fc66c4067b8bbb4028909477a9a1e1">available_balance_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5062a88aaae023cd5506db8991187c1c"></a><!-- doxytag: member="OfxStatementData::available_balance_date" ref="5062a88aaae023cd5506db8991187c1c" args="" -->
time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#5062a88aaae023cd5506db8991187c1c">available_balance_date</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#4c2936f050f1cacd32e11e294dd96de6">available_balance_date_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#cd1d926a3a78af15f635a9fd1849dbc0">date_start</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="75efd40c909dbca85ce4030c0816a9df"></a><!-- doxytag: member="OfxStatementData::date_start_valid" ref="75efd40c909dbca85ce4030c0816a9df" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#75efd40c909dbca85ce4030c0816a9df">date_start_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#b6d37c27b538fb2f3915c678b97a6cad">date_end</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="804aa01dfa54c88fbfe636746dbca38d"></a><!-- doxytag: member="OfxStatementData::date_end_valid" ref="804aa01dfa54c88fbfe636746dbca38d" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#804aa01dfa54c88fbfe636746dbca38d">date_end_valid</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#fe8b76655a8be45e71f92c3542fe835a">marketing_info</a> [OFX_MARKETING_INFO_LENGTH]</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="19e93708040f009a04cfe7f3db53da21"></a><!-- doxytag: member="OfxStatementData::marketing_info_valid" ref="19e93708040f009a04cfe7f3db53da21" args="" -->
int </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#19e93708040f009a04cfe7f3db53da21">marketing_info_valid</a></td></tr>
<tr><td colspan="2"><div class="groupHeader">OFX mandatory elements</div></td></tr>
<tr><td colspan="2"><div class="groupText">The OFX spec defines the following elements as mandatory. The associated variables should all contain valid data but you should not trust the servers. Check if the associated *_valid is true before using them. <br><br></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">account_ptr</a></td></tr>
<tr><td colspan="2"><div class="groupHeader">OFX mandatory elements</div></td></tr>
<tr><td colspan="2"><div class="groupText">The OFX spec defines the following elements as mandatory. The associated variables should all contain valid data but you should not trust the servers. Check if the associated *_valid is true before using them. <br><br></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">account_ptr</a></td></tr>
</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="1bc0edcf693af960c797901ba7aa3de4"></a><!-- doxytag: member="OfxStatementData::currency" ref="1bc0edcf693af960c797901ba7aa3de4" args="[OFX_CURRENCY_LENGTH]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char <a class="el" href="structOfxStatementData.html#1bc0edcf693af960c797901ba7aa3de4">OfxStatementData::currency</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The currency is a string in ISO-4217 format
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00572">572</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00050">OfxStatementContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="cd99765bce8370da01fba9f747605ae4"></a><!-- doxytag: member="OfxStatementData::account_id" ref="cd99765bce8370da01fba9f747605ae4" args="[OFX_ACCOUNT_ID_LENGTH]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char <a class="el" href="structOfxStatementData.html#cd99765bce8370da01fba9f747605ae4">OfxStatementData::account_id</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Use this for matching this statement with the relevant account in your application
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00574">574</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00108">OfxStatementContainer::add_account()</a>, <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>, and <a class="el" href="ofx__container__transaction_8cpp-source.html#l00036">OfxTransactionContainer::OfxTransactionContainer()</a>.</p>
</div>
</div><p>
<a class="anchor" name="66b74dfa48ca2b9e606ba408c30fa0aa"></a><!-- doxytag: member="OfxStatementData::account_ptr" ref="66b74dfa48ca2b9e606ba408c30fa0aa" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a>* <a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">OfxStatementData::account_ptr</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html" title="An abstraction of an account.">OfxAccountData</a>
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00576">576</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00108">OfxStatementContainer::add_account()</a>, and <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="0827aef2ae2cd523320ea479dfae5cdc"></a><!-- doxytag: member="OfxStatementData::ledger_balance" ref="0827aef2ae2cd523320ea479dfae5cdc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="structOfxStatementData.html#0827aef2ae2cd523320ea479dfae5cdc">OfxStatementData::ledger_balance</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The actual balance, according to the FI. The user should be warned of any discrepency between this and the balance in the application
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00581">581</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00073">OfxStatementContainer::add_balance()</a>, and <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="57f9892d09da4a6d69c44b7f9af45fc0"></a><!-- doxytag: member="OfxStatementData::ledger_balance_date" ref="57f9892d09da4a6d69c44b7f9af45fc0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">time_t <a class="el" href="structOfxStatementData.html#57f9892d09da4a6d69c44b7f9af45fc0">OfxStatementData::ledger_balance_date</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Time of the ledger_balance snapshot
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00583">583</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="cf7c63320e41ced7f5d44beb2f791118"></a><!-- doxytag: member="OfxStatementData::available_balance" ref="cf7c63320e41ced7f5d44beb2f791118" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="structOfxStatementData.html#cf7c63320e41ced7f5d44beb2f791118">OfxStatementData::available_balance</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Amount of money available from the account. Could be the credit left for a credit card, or amount that can be withdrawn using INTERAC)
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00591">591</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00073">OfxStatementContainer::add_balance()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="4c2936f050f1cacd32e11e294dd96de6"></a><!-- doxytag: member="OfxStatementData::available_balance_date_valid" ref="4c2936f050f1cacd32e11e294dd96de6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structOfxStatementData.html#4c2936f050f1cacd32e11e294dd96de6">OfxStatementData::available_balance_date_valid</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Time of the available_balance snapshot
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00596">596</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="cd1d926a3a78af15f635a9fd1849dbc0"></a><!-- doxytag: member="OfxStatementData::date_start" ref="cd1d926a3a78af15f635a9fd1849dbc0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">time_t <a class="el" href="structOfxStatementData.html#cd1d926a3a78af15f635a9fd1849dbc0">OfxStatementData::date_start</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The start time of this statement.<p>
All the transactions between date_start and date_end should have been provided
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00601">601</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00050">OfxStatementContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="b6d37c27b538fb2f3915c678b97a6cad"></a><!-- doxytag: member="OfxStatementData::date_end" ref="b6d37c27b538fb2f3915c678b97a6cad" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">time_t <a class="el" href="structOfxStatementData.html#b6d37c27b538fb2f3915c678b97a6cad">OfxStatementData::date_end</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The end time of this statement.<p>
If provided, the user can use this date as the start date of his next statement request. He is then assured not to miss any transactions.
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00607">607</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00050">OfxStatementContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="fe8b76655a8be45e71f92c3542fe835a"></a><!-- doxytag: member="OfxStatementData::marketing_info" ref="fe8b76655a8be45e71f92c3542fe835a" args="[OFX_MARKETING_INFO_LENGTH]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char <a class="el" href="structOfxStatementData.html#fe8b76655a8be45e71f92c3542fe835a">OfxStatementData::marketing_info</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
marketing_info could be special offers or messages from the bank, or just about anything else
<p>Definition at line <a class="el" href="inc_2libofx_8h-source.html#l00611">611</a> of file <a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a>.</p>
<p>Referenced by <a class="el" href="ofx__container__statement_8cpp-source.html#l00050">OfxStatementContainer::add_attribute()</a>, and <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.</p>
</div>
</div><p>
<a class="anchor" name="66b74dfa48ca2b9e606ba408c30fa0aa"></a><!-- doxytag: member="OfxStatementData::account_ptr" ref="66b74dfa48ca2b9e606ba408c30fa0aa" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a>* <a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">OfxStatementData::account_ptr</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html" title="An abstraction of an account.">OfxAccountData</a>
<p>Definition at line <a class="el" href="libofx-0_88_82_2inc_2libofx_8h-source.html#l00562">562</a> of file <a class="el" href="libofx-0_88_82_2inc_2libofx_8h-source.html">libofx-0.8.2/inc/libofx.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="66b74dfa48ca2b9e606ba408c30fa0aa"></a><!-- doxytag: member="OfxStatementData::account_ptr" ref="66b74dfa48ca2b9e606ba408c30fa0aa" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structOfxAccountData.html">OfxAccountData</a>* <a class="el" href="structOfxStatementData.html#66b74dfa48ca2b9e606ba408c30fa0aa">OfxStatementData::account_ptr</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html" title="An abstraction of an account.">OfxAccountData</a>
<p>Definition at line <a class="el" href="libofx-0_89_80_2inc_2libofx_8h-source.html#l00576">576</a> of file <a class="el" href="libofx-0_89_80_2inc_2libofx_8h-source.html">libofx-0.9.0/inc/libofx.h</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following files:<ul>
<li><a class="el" href="inc_2libofx_8h-source.html">inc/libofx.h</a><li><a class="el" href="libofx-0_88_82_2inc_2libofx_8h-source.html">libofx-0.8.2/inc/libofx.h</a><li><a class="el" href="libofx-0_89_80_2inc_2libofx_8h-source.html">libofx-0.9.0/inc/libofx.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:28:00 2007 for LibOFX by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
|