Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c293755396b61d5feb669b6e142f13b > files > 163

lib64ofx-devel-0.9.9-2.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>LibOFX: ofx_container_security.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">LibOFX</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('ofx__container__security_8cpp.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">ofx_container_security.cpp</div>  </div>
</div>
<div class="contents">
<a href="ofx__container__security_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">         ofx_container_security.cpp</span>
<a name="l00003"></a>00003 <span class="comment">                             -------------------</span>
<a name="l00004"></a>00004 <span class="comment">    copyright            : (C) 2002 by Benoit Gr�goire</span>
<a name="l00005"></a>00005 <span class="comment">    email                : benoitg@coeus.ca</span>
<a name="l00006"></a>00006 <span class="comment">***************************************************************************/</span>
<a name="l00011"></a>00011 <span class="comment">/***************************************************************************</span>
<a name="l00012"></a>00012 <span class="comment"> *                                                                         *</span>
<a name="l00013"></a>00013 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
<a name="l00014"></a>00014 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
<a name="l00015"></a>00015 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
<a name="l00016"></a>00016 <span class="comment"> *   (at your option) any later version.                                   *</span>
<a name="l00017"></a>00017 <span class="comment"> *                                                                         *</span>
<a name="l00018"></a>00018 <span class="comment"> ***************************************************************************/</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifdef HAVE_CONFIG_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#include &lt;config.h&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="messages_8hh.html" title="Message IO functionality.">messages.hh</a>&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;libofx.h&quot;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="ofx__containers_8hh.html" title="LibOFX internal object code.">ofx_containers.hh</a>&quot;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;<a class="code" href="ofx__utilities_8hh.html" title="Various simple functions for type conversion &amp; al.">ofx_utilities.hh</a>&quot;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">extern</span> <a class="code" href="classOfxMainContainer.html" title="The root container. Created by the &lt;OFX&gt; OFX element or by the export functions.">OfxMainContainer</a> * MainContainer;
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="comment">/***************************************************************************</span>
<a name="l00033"></a>00033 <span class="comment"> *                     OfxSecurityContainer                                *</span>
<a name="l00034"></a>00034 <span class="comment"> ***************************************************************************/</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 OfxSecurityContainer::OfxSecurityContainer(<a class="code" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context, <a class="code" href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.">OfxGenericContainer</a> *para_parentcontainer, <span class="keywordtype">string</span> para_tag_identifier):
<a name="l00037"></a>00037   <a class="code" href="classOfxGenericContainer.html" title="A generic container for an OFX SGML element. Every container inherits from OfxGenericContainer.">OfxGenericContainer</a>(p_libofx_context, para_parentcontainer, para_tag_identifier)
<a name="l00038"></a>00038 {
<a name="l00039"></a>00039   memset(&amp;data, 0, <span class="keyword">sizeof</span>(data));
<a name="l00040"></a>00040   <a class="code" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">type</a> = <span class="stringliteral">&quot;SECURITY&quot;</span>;
<a name="l00041"></a>00041 }
<a name="l00042"></a>00042 OfxSecurityContainer::~OfxSecurityContainer()
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 }
<a name="l00045"></a><a class="code" href="classOfxSecurityContainer.html#a97f5d5e139d4cbba9790bedc06fa156e">00045</a> <span class="keywordtype">void</span> <a class="code" href="classOfxSecurityContainer.html#a97f5d5e139d4cbba9790bedc06fa156e" title="Add data to a container object.">OfxSecurityContainer::add_attribute</a>(<span class="keyword">const</span> <span class="keywordtype">string</span> identifier, <span class="keyword">const</span> <span class="keywordtype">string</span> value)
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047   <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;UNIQUEID&quot;</span>)
<a name="l00048"></a>00048   {
<a name="l00049"></a>00049     strncpy(data.<a class="code" href="structOfxSecurityData.html#a1ad6b3667ca3ee7e3b3685e63c8bd1c6">unique_id</a>, value.c_str(), <span class="keyword">sizeof</span>(data.<a class="code" href="structOfxSecurityData.html#a1ad6b3667ca3ee7e3b3685e63c8bd1c6">unique_id</a>));
<a name="l00050"></a>00050     data.unique_id_valid = <span class="keyword">true</span>;
<a name="l00051"></a>00051   }
<a name="l00052"></a>00052   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;UNIQUEIDTYPE&quot;</span>)
<a name="l00053"></a>00053   {
<a name="l00054"></a>00054     strncpy(data.<a class="code" href="structOfxSecurityData.html#afddec0de534d0ab20cfd3ac562258615">unique_id_type</a>, value.c_str(), <span class="keyword">sizeof</span>(data.<a class="code" href="structOfxSecurityData.html#afddec0de534d0ab20cfd3ac562258615">unique_id_type</a>));
<a name="l00055"></a>00055     data.unique_id_type_valid = <span class="keyword">true</span>;
<a name="l00056"></a>00056   }
<a name="l00057"></a>00057   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;SECNAME&quot;</span>)
<a name="l00058"></a>00058   {
<a name="l00059"></a>00059     strncpy(data.<a class="code" href="structOfxSecurityData.html#a24096ad3cb35be8e6adb626b23f45a83">secname</a>, value.c_str(), <span class="keyword">sizeof</span>(data.<a class="code" href="structOfxSecurityData.html#a24096ad3cb35be8e6adb626b23f45a83">secname</a>));
<a name="l00060"></a>00060     data.secname_valid = <span class="keyword">true</span>;
<a name="l00061"></a>00061   }
<a name="l00062"></a>00062   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;TICKER&quot;</span>)
<a name="l00063"></a>00063   {
<a name="l00064"></a>00064     strncpy(data.<a class="code" href="structOfxSecurityData.html#a7d1091abe3015294844107a6c3d27da2">ticker</a>, value.c_str(), <span class="keyword">sizeof</span>(data.<a class="code" href="structOfxSecurityData.html#a7d1091abe3015294844107a6c3d27da2">ticker</a>));
<a name="l00065"></a>00065     data.ticker_valid = <span class="keyword">true</span>;
<a name="l00066"></a>00066   }
<a name="l00067"></a>00067   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;UNITPRICE&quot;</span>)
<a name="l00068"></a>00068   {
<a name="l00069"></a>00069     data.<a class="code" href="structOfxSecurityData.html#ab7e970b0d2efb4afd77e5140f6377eea">unitprice</a> = <a class="code" href="ofx__utilities_8cpp.html#abfca5b423e5d7b194eb53c53f706f6ba" title="Convert OFX amount of money to double float.">ofxamount_to_double</a>(value);
<a name="l00070"></a>00070     data.unitprice_valid = <span class="keyword">true</span>;
<a name="l00071"></a>00071   }
<a name="l00072"></a>00072   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;DTASOF&quot;</span>)
<a name="l00073"></a>00073   {
<a name="l00074"></a>00074     data.<a class="code" href="structOfxSecurityData.html#a39f70a97d1390f293a9726a014ed5736">date_unitprice</a> = <a class="code" href="ofx__utilities_8cpp.html#a5fdbbc08f8d80a534f8db03d25316d7a" title="Convert a C++ string containing a time in OFX format to a C time_t.">ofxdate_to_time_t</a>(value);
<a name="l00075"></a>00075     data.date_unitprice_valid = <span class="keyword">true</span>;
<a name="l00076"></a>00076   }
<a name="l00077"></a>00077   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;CURDEF&quot;</span>)
<a name="l00078"></a>00078   {
<a name="l00079"></a>00079     strncpy(data.<a class="code" href="structOfxSecurityData.html#a02b3d96724074884948651a394897c95">currency</a>, value.c_str(), OFX_CURRENCY_LENGTH);
<a name="l00080"></a>00080     data.currency_valid = <span class="keyword">true</span>;
<a name="l00081"></a>00081   }
<a name="l00082"></a>00082   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;MEMO&quot;</span> || identifier == <span class="stringliteral">&quot;MEMO2&quot;</span>)
<a name="l00083"></a>00083   {
<a name="l00084"></a>00084     strncpy(data.<a class="code" href="structOfxSecurityData.html#a097572b1667a4e859fd34578aee8cdd8">memo</a>, value.c_str(), <span class="keyword">sizeof</span>(data.<a class="code" href="structOfxSecurityData.html#a097572b1667a4e859fd34578aee8cdd8">memo</a>));
<a name="l00085"></a>00085     data.memo_valid = <span class="keyword">true</span>;
<a name="l00086"></a>00086   }
<a name="l00087"></a>00087   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (identifier == <span class="stringliteral">&quot;FIID&quot;</span>)
<a name="l00088"></a>00088   {
<a name="l00089"></a>00089     strncpy(data.<a class="code" href="structOfxSecurityData.html#ad7eb637476081e452589d47f150ae83d">fiid</a>, value.c_str(), OFX_FIID_LENGTH);
<a name="l00090"></a>00090     data.fiid_valid = <span class="keyword">true</span>;
<a name="l00091"></a>00091   }
<a name="l00092"></a>00092   <span class="keywordflow">else</span>
<a name="l00093"></a>00093   {
<a name="l00094"></a>00094     <span class="comment">/* Redirect unknown identifiers to the base class */</span>
<a name="l00095"></a>00095     <a class="code" href="classOfxSecurityContainer.html#a97f5d5e139d4cbba9790bedc06fa156e" title="Add data to a container object.">OfxGenericContainer::add_attribute</a>(identifier, value);
<a name="l00096"></a>00096   }
<a name="l00097"></a>00097 }
<a name="l00098"></a><a class="code" href="classOfxSecurityContainer.html#a22357ade2036de78947ac0cc0ce01f2d">00098</a> <span class="keywordtype">int</span>  <a class="code" href="classOfxSecurityContainer.html#a22357ade2036de78947ac0cc0ce01f2d" title="Generate libofx.h events.">OfxSecurityContainer::gen_event</a>()
<a name="l00099"></a>00099 {
<a name="l00100"></a>00100   libofx_context-&gt;securityCallback(data);
<a name="l00101"></a>00101   <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00102"></a>00102 }
<a name="l00103"></a>00103 
<a name="l00104"></a><a class="code" href="classOfxSecurityContainer.html#acbaa6366a60d903ee3b3748c9874157f">00104</a> <span class="keywordtype">int</span>  <a class="code" href="classOfxSecurityContainer.html#acbaa6366a60d903ee3b3748c9874157f" title="Add this container to the main tree.">OfxSecurityContainer::add_to_main_tree</a>()
<a name="l00105"></a>00105 {
<a name="l00106"></a>00106   <span class="keywordflow">if</span> (MainContainer != NULL)
<a name="l00107"></a>00107   {
<a name="l00108"></a>00108     <span class="keywordflow">return</span> MainContainer-&gt;add_container(<span class="keyword">this</span>);
<a name="l00109"></a>00109   }
<a name="l00110"></a>00110   <span class="keywordflow">else</span>
<a name="l00111"></a>00111   {
<a name="l00112"></a>00112     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00113"></a>00113   }
<a name="l00114"></a>00114 }
<a name="l00115"></a>00115 
</pre></div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="ofx__container__security_8cpp.html">ofx_container_security.cpp</a>      </li>
      <li class="footer">Generated on Wed Apr 17 2013 22:12:00 for LibOFX by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>