/usr/include/quickfix/index.h is in libquickfix-dev 1.13.3+dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | /*! \mainpage QuickFIX Documentation
* <table width="100%">
* <tr>
* <td><b>About</b></td>
* <td><b>Installation</b></td>
* <td><b>Getting Started</b></td>
* <td><b>Working With Messages</b></td>
* <td><b>Testing</b></td>
* </tr>
* <tr>
* <td valign='top'>
* <a href="about.html">About Quickfix</a><br>
* <a href="license.html">License</a><br>
* <a href="http://sourceforge.net/mail/?group_id=37535">Mailing Lists</a><br>
* <a href="FAQ.html">FAQ</a><br>
* </td>
* <td valign='top'>
* <a href="dependencies.html">Dependencies</a><br>
* <a href="building.html">Building QuickFIX</a><br>
* <a href="generating_databases.html">Generating Databases</a><br>
* <a href="testing.html">Testing QuickFIX</a><br>
* </td>
* <td valign='top'>
* <a href="project.html">Setting Up Your Project</a><br>
* <a href="application.html">Creating Your Application</a><br>
* <a href="configuration.html">Configuration</a><br>
* <a href="xmlschema.html">Validation</a><br>
* </td>
* <td valign='top'>
* <a href="receiving_messages.html">Receiving Messages</a><br>
* <a href="sending_messages.html">Sending Messages</a><br>
* <a href="repeating_groups.html">Repeating Groups</a><br>
* <a href="user_defined.html">User Defined Fields</a><br>
* <a href="examples.html">Example Applications</a><br>
* </td>
* <td valign='top'>
* <a href="unit_tests.html">Unit Tests</a><br>
* <a href="acceptance_tests.html">Acceptance Tests</a><br>
* </td>
* </tr>
* </table>
*
* \author Oren Miller oren@quickfixengine.org
*/
|