File: examples.html

package info (click to toggle)
quickfix 1.13.3%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152,548 kB
  • ctags: 679,426
  • sloc: cpp: 639,331; xml: 129,200; python: 108,722; ruby: 85,152; sh: 10,492; ansic: 9,025; java: 1,827; cs: 1,145; makefile: 523; sql: 313; perl: 108
file content (27 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<html>
  <head>
    <title>Example Applications</title>
    <H1>Example Applications</H1>
  </head>

  <body>
  <p>
  QuickFIX comes with several example applications. These application are in the <B>quickfix/examples</B>
  directory. These applications are not meant to demonstrate good application design or meant
  to be used in a real production system. They are merely provided as a tutorial on how to build an
  application with QuickFIX.
  <p>
  <p>
  The applications provided are <B>ordermatch</B> which is a c++ server that will match and execute limit
  orders, and <B>tradeclient</B> is a little c++ console based trading client. <B>Banzai</B> is a Java GUI based
  trading client. Finally there is <B>executor</B>. Executor is a server that simply fills every limit order that
  it receives. Executor has been implemented in <I>C++, Java, C#, VB.NET, Python and Ruby</I>. This is a great example for demonstrating how
  to do the same things in all of QuickFIX's supported API's.
  </p>
  <p>
  Please study these examples to see a complete although minimal implementation of a FIX application.
  </p>
  </body>
</html>