Struct fix_rs::dictionary::fields::HopGrp [] [src]

pub struct HopGrp {
    pub meta: Option<Meta>,
    pub hop_comp_id: <<HopCompID as Field>::Type as FieldType>::Type,
    pub hop_sending_time: <<HopSendingTime as Field>::Type as FieldType>::Type,
    pub hop_ref_id: <<HopRefID as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl HopGrp
[src]

Trait Implementations

impl MessageBuildable for HopGrp
[src]

impl Clone for HopGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for HopGrp
[src]

Returns the "default value" for a type. Read more

impl MessageDetails for HopGrp
[src]

impl Message for HopGrp
[src]

impl PartialEq for HopGrp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.