Skip to content

Application Layer

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.
Clone this wiki locally