Skip to main content

Introduction

The Financial Information eXchange (FIX) protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions. FIX is a public-domain specification owned and maintained by FIX Protocol, Ltd (FPL).

The Trader OMS FIX API supports FIX versions higher than 4.3.

The Trader OMS FIX API provides the following functionalities:

  1. NewOrderSingle: Requesting the creation of a new buy or sell order. Please note that Block Orders are not supported via the FIX API.
  2. OrderCancelRequest: Requesting the cancellation of an existing order.

For documentation,

  1. Please ensure that you've read the Trader OMS FIX API Specs
  2. Authentication explains how you can set up your session.