OnixS C++ Tullett Prebon SURF Handler  1.6.1
API documentation
Introduction

OnixS SURF Market Data Handler is a C++ library that provides access to the SURF service. The Tullett Prebon Information Ltd SURF (Single Unified Record Feed) feed is designed to deliver CST plc prices in a reliable and auditable form to all clients. The feed is delivered as a broadcast data stream over TCP/IP connections.

Below are the key features of the SURF Market Data Handler for C++:

  • Ultra Low latency, high throughput;
  • Full access to the SURF functionality;
  • Easy-to-use API.

Getting Started section will guide through the most significant parts of the Handler's architecture.

Advanced Programming provides information about sophisticated development tasks and techniques available in the Handler.

Note
It's highly recommended to read the "SURF Feed Technical Specification" document before reading this Guide to get familiar with core aspects of SURF service. It's also highly recommended to review the source code of the sample project which comes as part of library's distributive package alongside reading this Guide.

Resources