Expand description
Crate implementing the encoding (presentation) layer.
Re-exports§
pub use config::Config;
pub use config::GetConfig;
pub use decoder::Decoder;
pub use decoder::Message;
pub use hotfix_dictionary as dict;
Modules§
- config
- decoder
- field_
access - field_
types - A wide collection of
FieldType
implementors. - fix44
- Field and message definitions for FIX.4.4.
- raw_
decoder
Structs§
- Encoder
- A buffered, content-agnostic FIX encoder.
- Encoder
Handle - A type returned by
Encoder::start_message
to actually encode data fields.
Traits§
- SetField
- Allows to write FIX fields.
Type Aliases§
- TagU32
- Type alias for FIX tags: 32-bit unsigned integers, strictly positive.
Derive Macros§
- Field
Type - A derive macro for the
FieldType
trait onenum
’s.