FixAlchemy.SpecLoader (FIXAlchemy v0.2.0)

View Source

Compile-time FIX specification loader.

Parses FIX XML spec files at compile time and generates field name to tag number mappings. This allows using symbolic field names in code while maintaining fast numeric tag lookups at runtime.

Summary

Functions

Load a FIX spec file at compile time and return field mappings.

Functions

load_spec(spec_path)

Load a FIX spec file at compile time and return field mappings.

Returns a map of field_name (atom) => tag_number (integer)