Crate hotfix_encoding

Source
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.
EncoderHandle
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§

FieldType
A derive macro for the FieldType trait on enum’s.