Market Data Connectivity

The Solution - Connamara Market Data Adapters

Market Data where you need it direct from the source.

Connamara Market data adapter libraries allow developers to integrate market data directly into their trading applications without the overhead of a large market data distribution infrastructure.

Supported Venues:

  • Currenex
  • HotSpot
  • Lava
  • EBS


Supported Use Cases

Distribution to one client process via in-process transport

  • Lowest possible latency
  • Client code receives market data updates synchronously via a callback


Distribution to multiple client processes on the local machine
via interprocess (IPC) transport

  • Lowest possible latency for delivery to multiple local processes
  • Client code receives market data updates asynchronously via IPC
  • Includes a C++ API that provides the same callback interface as the in-process transport


Distribution to multiple clients on multiple remote machines
via reliable multicast transport

  • Lowest possible latency for delivery to multiple remote processes
  • Client code receives market data updates asynchronously via reliable multicast messages
  • Includes a C++ API that provides the same callback interface as the in-process transport


Single Client, In-Process Schematic




Multiple Clients, Local Machine Schematic




Multiple Clients, Remote Machine Schematic