Skip to main content

Crate ironfix_dictionary

Crate ironfix_dictionary 

Source
Expand description

§IronFix Dictionary

FIX specification parsing and dictionary management for the IronFix engine.

This crate provides:

  • Schema definitions: Field, message, and component definitions
  • Dictionary parsing: QuickFIX XML format parser
  • Runtime validation: Message validation against dictionary rules
  • Embedded dictionaries: Pre-loaded FIX 4.0 through 5.0 SP2 specifications

Re-exports§

pub use schema::ComponentDef;
pub use schema::Dictionary;
pub use schema::FieldDef;
pub use schema::FieldType;
pub use schema::GroupDef;
pub use schema::MessageDef;
pub use schema::Version;

Modules§

schema
Schema definitions for FIX dictionaries.