Expand description

FIX XML file spec parser.

Allow reading official FIX XML dictionary and convert it to a struct / enum model.

NOTE This crate is not a code generator. It only help having a clear representation of what FIX dictionary are.

Structs§

Enums§

Functions§

  • Try converting byte array into a FIX spec tree.
  • Convert FIX spec tree into a byte array.