Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f53a3df8ddeca10007257b33f867a55e > files > 310

libofx-devel-0.9.1-2.fc12.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<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.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;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">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>

<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>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></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>
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>.
</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>
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>.
</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>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html">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>
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>.
</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>
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>.
</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>
Referenced by <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>.
</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>
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>.
</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>
Referenced by <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.
</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>
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>.
</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>
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>.
</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>
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>.
</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>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html">OfxAccountData</a> 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00576">576</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</div>
</div><p>
<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>
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>.
</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>
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>.
</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>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html">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>
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>.
</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>
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>.
</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>
Referenced by <a class="el" href="ofx2qif_8c-source.html#l00133">ofx_proc_statement_cb()</a>.
</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>
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>.
</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>
Referenced by <a class="el" href="ofxdump_8cpp-source.html#l00255">ofx_proc_statement_cb()</a>.
</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>
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>.
</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>
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>.
</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>
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>.
</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>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Pointer to the full account structure, see <a class="el" href="structOfxAccountData.html">OfxAccountData</a> 
<p>
Definition at line <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html#l00576">576</a> of file <a class="el" href="libofx-0_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a>.
</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_89_81_2inc_2libofx_8h-source.html">libofx-0.9.1/inc/libofx.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 9 21:22:00 2009 for LibOFX by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>