Struct NoEvents
fix_rs::dictionary::fields
pub struct NoEvents { /* fields omitted */ }
impl Field for NoEvents
type Type = RepeatingGroupFieldType<EvntGrp>
fn rule() -> Rule
fn tag_bytes() -> &'static [u8]
fn tag() -> FieldTag
fn read( field: &<Self::Type as FieldType>::Type, fix_version: FIXVersion, message_version: MessageVersion, buf: &mut Vec<u8>, required: bool) -> usize