Trading API

A simple, event based messaging API for communicating domain specific trade events. Whip up a components' trade workflow using intelligible trade models

Trading API v2 component screenshot

Features

Real-time Event-based Trading

Your application’s GUI only has to deal with trade events via the Trading API. The Transport Layer handles the business of sending messages to and from the server in Real Time.

Error Management Made Easy

There is an automatic "server wins" policy, for messages crossing on the wire, and timeouts on server responses can be set up within the state model. You just deal with the API callbacks.

Model Complex Trade Workflows

Using a simple, XML-based state machine to model negotiations between client and trading system, your GUI only has to react to state-changes.

Restore Long-running Trades

Restore trades into their pre-existing state on the client once a user logs in, allowing for support of long-running trade types, such as orders.