FIX.Dictionary.FIX44 (fix_message v0.1.0)

Copy Markdown

The standard FIX data dictionary, and the parser's default.

Covers every DATA/XMLDATA field in FIX 4.0-4.4, FIXT 1.1, and the FIX 5.0 SecurityXML family (per the QuickFIX data dictionaries). For the full FIX 5.0 SP2 field set, use FIX.Dictionary.FIX50SP2. Custom user-defined data fields need their own dictionary: use FIX.Dictionary, extends: FIX.Dictionary.FIX44.

The header and trailer tag sets are the union of the FIX 4.0-4.4 standard headers and trailers. They exclude the FIXT 1.1 session-layer tags (ApplVerID and friends) — use FIX.Dictionary.FIX50SP2 for FIXT sessions.

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.