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:
- NewOrderSingle: Requesting the creation of a new buy or sell order. Please note that Block Orders are not supported via the FIX API.
- OrderCancelRequest: Requesting the cancellation of an existing order.
For documentation,
- Please ensure that you've read the Trader OMS FIX API Specs
- Authentication explains how you can set up your session.