CoralMD

CoralMD is a very fast and easy to integrate garbage-free quote book implementation that you can use to keep track of the market data book from any security. It supports listeners so interested parties, such as strategies, can receive notifications about book changes. It also comes with a feed framework that you can use to write clients that connect to any exchange and populate the market data books. Moreover it provides servers and clients that you can use to easily distribute and aggregate normalized market data internally, using its own fast and generic market data protocol.


GETTING STARTED MARKET DATA ARCHITECTURE REQUEST FULL VERSION TRIAL

Writing a Bitcoin Liquidity Aggregator with CoralMD

In this article we explore how we used CoralMD to write a liquidity aggregator for the Bitcoin market. Most importantly, we show how you can distribute market data to internal applications and to external clients using straightforward and efficient APIs over standard protocols. CoralMD supports three market data APIs on top of HTTP, TCP and FIX as you will see below. Continue reading