dfx-base 1.0.0-beta

A FIX protocol implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod data_dictionary;
pub mod data_dictionary_provider;
pub mod field_map;
pub mod message;
pub mod message_factory;
pub mod tags;
pub mod fields;
pub mod fix_values;
pub mod session_id;
pub mod parser;
mod checksum;
pub use checksum::*;