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§
- Component
- XML
<component>
link. - Component
Spec - XML
<component>
description. - Field
- XML
<field>
link. - Field
Allowed Value - XML
<field><value ...>
representation. - Field
Spec - XML
<field>
description. - FixSpec
- XML FIX dictionary description.
- Group
- XML
<group>
description. - Message
- XML
<message>
description.
Enums§
- Field
Type - Known FIX value type.
- Field
Value - Sub component possible value.
- FixSpec
Error - Represent all possible error that can occurs when parsing XML spec file.
- Message
Category - Message dest.
Functions§
- parse_
spec - Try converting byte array into a FIX spec tree.
- write_
spec - Convert FIX spec tree into a byte array.