FIX.Dictionary.FIX50SP2 (fix_message v0.1.0)

Copy Markdown

The complete FIX 5.0 SP2 data dictionary.

Covers every DATA/XMLDATA field in FIX 5.0 SP2 (including its extension packs) plus the FIXT 1.1 session-layer data fields — 83 pairs in total, extracted from the QuickFIX FIX50SP2.xml/FIXT11.xml data dictionaries (see bench/extract_sp2_pairs.exs). This is a superset of FIX.Dictionary.FIX44.

Note the irregular pairings, which is why this table is generated rather than inferred: most companions are adjacent (len + 1 = data), but some have gaps (1525 -> 1527, 1678 -> 1697), some are reverse-ordered (2372 -> 2371, 2802 -> 2801), and the PaymentStreamFormula XMLDATA fields are far from their length fields (43109 -> 42684).

The header and trailer tag sets are the FIXT 1.1 standard header and trailer, which FIX 5.0 messages travel under.

Summary

Functions

companion_data_tag(arg1)

Callback implementation for FIX.Dictionary.companion_data_tag/1.

header_tag?(arg1)

Callback implementation for FIX.Dictionary.header_tag?/1.

trailer_tag?(arg1)

Callback implementation for FIX.Dictionary.trailer_tag?/1.