fixer-fix 0.10.1

Generated FIX protocol types for fixer
Documentation
// Code generated by fixer-gen. DO NOT EDIT.
//! Generated FIX protocol types for all standard FIX versions.
//!
//! This crate is **auto-generated** by `fixer-gen` from the official FIX XML
//! specifications. It provides strongly-typed tags, fields, enums, and message
//! structs for each supported protocol version:
//!
//! | Module | FIX Version |
//! |--------|-------------|
//! | [`fix40`] | FIX 4.0 |
//! | [`fix41`] | FIX 4.1 |
//! | [`fix42`] | FIX 4.2 |
//! | [`fix43`] | FIX 4.3 |
//! | [`fix44`] | FIX 4.4 |
//! | [`fix50`] | FIX 5.0 |
//! | [`fix50sp1`] | FIX 5.0 SP1 |
//! | [`fix50sp2`] | FIX 5.0 SP2 |
//! | [`fixt11`] | FIXT 1.1 (transport) |
//!
//! Shared definitions live in [`tag`] (numeric tag constants), [`field`]
//! (typed field wrappers), and [`enums`] (valid-value enumerations).
#![allow(clippy::module_inception)]

pub mod tag;
pub mod enums;
pub mod field;


pub mod fix40;

pub mod fix41;

pub mod fix42;

pub mod fix43;

pub mod fix44;

pub mod fix50;

pub mod fix50sp1;

pub mod fix50sp2;

pub mod fixt11;