You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don Mendelson edited this page Jul 13, 2018
·
1 revision
Requirements
Project Conga demonstrates exchange of messages with FIX semantics. Since it is only a demo, terse messages are used that may not be suitable for a production system. Nevertheless, the logic should be extensible.
The sample application is a simple order match engine on the server side and an order injector (trader) on the client side. Self-matching is deliberately allowed to support testing with a single client. However, the server supports sessions with multiple concurrent clients.