Operations Knowledge Base

Capital markets operations ground truth.

50+ desk playbooks and runbooks covering trade staging, matching, settlement, and asset servicing.

FIX Protocol for Order Routing

The FIX protocol is the ubiquitous messaging standard powering institutional electronic trading, structuring order dispatch, venue execution reports, session heartbeats, and sequence integrity.

The Financial Information eXchange (FIX) protocol is the universal language of institutional electronic trading. Created in the early 1990s by buy-side and sell-side institutions to replace manual telephone and telex communications, FIX today handles trillions of dollars in daily transactions across global equities, fixed income, foreign exchange, and derivative markets.

Every interaction between an Order Management System (OMS) and an executing broker, market maker, or electronic exchange relies on standardized FIX messages. The protocol is structured into two distinct architectural layers: the Session Layer and the Application Layer. The Session Layer establishes secure point-to-point connections, synchronizes sequence numbers, detects dropped packets, and maintains connection health via periodic Heartbeat messages. The Application Layer carries the business payloads—including order placement, price amendments, cancellations, and execution reports.

A standard FIX message consists of tag-value pairs delimited by ASCII SOH (Start of Header) characters. A new child order is dispatched using a NewOrderSingle message (FIX Tag 35=D). In response, the broker gateway returns an ExecutionReport (FIX Tag 35=8) confirming acceptance, status changes, or execution fill details with exact prices and quantities.

At Atlantic Horizon Asset Management, the enterprise FIX gateway maintains over 150 active session connections to global broker-dealers, clearing houses, and alternative trading systems. During market hours, Atlantic Horizon's OMS processes more than 500,000 FIX application messages daily. Whether routing an algorithmic child slice in Paris or receiving fill confirmations from Tokyo, the FIX engine guarantees microsecond message parsing, strict sequence gap recovery, and complete audit trail integrity.

Mastering FIX tag structures and message state transitions is essential for front-office traders, middle-office analysts, and financial engineers managing institutional trading infrastructure.