Skip to main content

hotfix_message/
session_fields.rs

1//! Core fields for the session layer.
2//!
3//! These are shared between all versions of FIX.
4//! We currently generate these from FIXT.1.1,
5//! but they might be hard-coded in the future.
6pub use crate::encoding::fixt11::*;