Glossary · Technology & Connectivity
FIX Protocol
Also: FIX, FIX API, Financial Information eXchange
Published
FIX Protocol — The Financial Information eXchange (FIX) protocol is an open messaging standard, maintained by the FIX Trading Community, for communicating orders, executions, quotes, and post-trade information between trading systems. Digital asset liquidity providers offer FIX so that existing order management systems connect without custom integration.
What FIX Carries
FIX defines message types for the full order lifecycle: new order, cancel, replace, execution report, quote request, quote, and trade capture, among others. Each message is a tagged set of fields with defined meanings, so a system that speaks FIX to one counterparty can speak it to another with configuration rather than new code. Sessions are persistent, sequenced, and recoverable, which suits systems that must not lose an execution report.
Why Institutions Use It
Buy-side order management and execution management systems have spoken FIX to brokers and venues since the 1990s. A digital asset liquidity provider that offers FIX plugs into that infrastructure: the desk's existing routing, compliance checks, and post-trade processing apply to digital assets as they do to equities or FX. Request-for-quote workflows map to FIX quote messages, so block trading can be automated end to end.
FIX Alongside Other Protocols
FIX is optimized for order and execution messaging. Streaming market data usually runs over WebSocket, and account operations, settlement instructions, and reporting over REST. Providers that offer all three let each system use the protocol it was built for.
Sources
- FIX Protocol Standards — FIX Trading Community