Develop Your System

This section is to discuss the key components in Cyan Spring framework and how to develop your system based on those components

Introduction

Skill requirements

Adaptor framework

Strategy framework

Tutorial

Adaptor Framework

Cyan Spring ATS provides an adaptor framework for you to connect to different Market data, upstream and downstream sources

Market Data interface

Depends on where you source your market data, you will need to write an adaptor to connect your market data feed to Cyan Spring ATS. The release bundle comes with a market data adaptor for exchange simulator that you may take it as an example to work with your own one. The classes to look at:

Downstream(exchange) interface

This is where you send your orders to exchange from. The release bunlde comes with a FIX downstream adaptor. There will be very little work to do if you choose to use FIX as your downstream interface. Otherwise, you will need to write your own downstream adaptor. You may take either the simulator downstream adaptor or the FIX downstream adaptor as the example:

Upstream interface

This is where you receive your client orders if you are running a broker business