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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>QuickFIX: /home/omiller/Development/autobuild/quickfix/src/C++/Message.h File Reference</title>
<link href="quickfix.css" rel="stylesheet" type="text/css">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<img src="images/QuickFIX.jpg" align="middle" border=0>
<a href="index.html">Index</a>
<a href="files.html">Source Files</a>
<a href="annotated.html">Annotated Class List</a>
<a href="classes.html">Alphabetical Class List</a>
<a href="hierarchy.html">Class Hierarchy</a>
<a href="inherits.html">Graphical Class Hierarchy</a>
</td>
</tr>
</table>
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.6.1 -->
<div class="navpath"><a class="el" href="dir_a9003438d6daff57482a26b22b6121a1.html">src</a> » <a class="el" href="dir_348ef16cf184025134029522e7f02883.html">C++</a>
</div>
<div class="contents">
<h1>Message.h File Reference</h1>
<p><a href="_message_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_i_x_1_1_message.html">FIX::Message</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Base class for all FIX messages. <a href="class_f_i_x_1_1_message.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html">FIX</a></td></tr>
<tr><td colspan="2"><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef FieldMap </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html#aa26ceee3b83383b517d82593c5660bdd">FIX::Header</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef FieldMap </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html#aa2719e833aad4798126f53ea2b19c515">FIX::Trailer</a></td></tr>
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html#af261a4904bd5cebf63648b4da85ee114">FIX::operator<<</a> (std::ostream &stream, const Message &message)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">MsgType </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html#aeb201f3f6f05791444ce5a1614e0d566">FIX::identifyType</a> (const std::string &message) throw ( MessageParseError )</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Parse the type of a message from a string. <a href="#aeb201f3f6f05791444ce5a1614e0d566"></a><br/></td></tr>
<tr><td colspan="2"><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static int const </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_i_x.html#a5cd9b79caef66d6a39d80ee07545ea67">FIX::headerOrder</a> []</td></tr>
</table>
</div>
<hr><address><small>
Generated on Mon Apr 5 20:59:51 2010 for QuickFIX by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 width=110 height=53>
</a> 1.6.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
© 1997-2001</small></address>
</body>
</html>
|