1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// 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).