Type Definition fefix::TagU16[][src]

pub type TagU16 = NonZeroU16;
Expand description

Type alias for FIX tags: 16-bit unsigned integers, strictly positive.

Trait Implementations

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Writes self to buffer using default settings.

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more