> Can i know whether in our open source code for Quick fix is there is any
> sample client and server program for testing the fix messages .
Yes, examples are provided in the examples subdirectory:
examples
|-- executor SERVER
| |-- C++
| |-- csharp
| `-- java
| |-- build
| `-- src
|-- ordermatch SERVER
|-- tradeclient CLIENT
`-- tradeclientgui CLIENT
`-- banzai
|-- build
| `-- org
| `-- quickfix
| `-- banzai
| `-- ui
`-- src
`-- org
`-- quickfix
`-- banzai
`-- ui
Except for Banzai, the Java trading client, all applications have a command
line interface. The executor accepts NewOrderSingle messages and generates
ExecutionReports as replies. It can be used with both trade clients which can
send orders and display execution reports.
The ordermatch program tries to match different orders it gets from FIX connections
and returns execution reports on matches.
Cheers Jörg
--
Joerg Thoennes
http://macd.com
Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH
Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen
|