Skip to main content

Introduction

Buildmarkets’s Client FIX Gateway implements FIX 4.4 protocol specifically for order management. The system delivers institutional-grade, low-latency order routing for partners preferring direct FIX connectivity alongside (or instead of) REST API integration. “FIX 4.4 — only the tags and messages documented in this section are supported.”

FIX vs REST Comparison

Setup Requirements

Connectivity requires: Host & Port (assigned during onboarding); SenderCompID (your identifier, Tag 49); TargetCompID (Buildmarkets’s gateway identifier, Tag 56); Heartbeat interval (30 seconds recommended, Tag 108). Contact Buildmarkets support for FIX connectivity setup.

Outbound Messages

Inbound Messages

Quick Start Process

  1. Establish TCP connection to assigned host and port
  2. Send Logon message (MsgType=“A”) with EncryptMethod=0 and HeartBtInt=60
  3. Await gateway Logon acknowledgement
  4. Send orders using MsgType=“D” (single) or MsgType=“AB” (multi-leg)
  5. Process Execution Reports (MsgType=“8”) for fills, updates, and rejections
  6. At session end, send Logout (MsgType=“5”) and await acknowledgement before closing