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