index.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*! \mainpage QuickFIX Documentation
  2. * <b>Installation</b>
  3. * <ul>
  4. * <li><a href="dependencies.html">Dependencies</a></li>
  5. * <li><a href="building.html">Building</a></li>
  6. * <li><a href="generating_databases.html">Generating Databases</a></li>
  7. * <li><a href="testing.html">Testing</a></li>
  8. * </ul>
  9. * <b>Getting Started</b>
  10. * <ul>
  11. * <li><a href="project.html">Setting Up Your Project</a></li>
  12. * <li><a href="application.html">Creating Your Application</a></li>
  13. * <li><a href="configuration.html">Configuration</a></li>
  14. * <li><a href="xmlschema.html">Validation</a></li>
  15. * </ul>
  16. * <b>Working With Messages</b>
  17. * <ul>
  18. * <li><a href="receiving_messages.html">Receiving Messages</a></li>
  19. * <li><a href="sending_messages.html">Sending Messages</a></li>
  20. * <li><a href="repeating_groups.html">Repeating Groups</a></li>
  21. * <li><a href="user_defined.html">User Defined Fields</a></li>
  22. * <li><a href="examples.html">Example Applications</a></li>
  23. * </ul>
  24. * <b>Testing</b>
  25. * <ul>
  26. * <li><a href="unit_tests.html">Unit Tests</a></li>
  27. * <li><a href="acceptance_tests.html">Acceptance Tests</a></li>
  28. * </ul>
  29. *
  30. *The Financial Information Exchange (<a href="http://www.fixprotocol.org">FIX</a>) Protocol is a message standard developed
  31. *to facilitate the electronic exchange of information related to securities transactions.
  32. *It is intended for use between trading partners wishing to automate communications.
  33. *
  34. *<I>QuickFIX is a free and open source implementation of the <a href="http://www.fixprotocol.org">FIX</a> protocol.</I>
  35. *
  36. * \author Oren Miller oren@quickfixengine.org
  37. */