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

pub struct MsgTypeGrp {
    pub meta: Option<Meta>,
    pub ref_msg_type: <<RefMsgType as Field>::Type as FieldType>::Type,
    pub msg_direction: <<MsgDirection as Field>::Type as FieldType>::Type,
    pub ref_appl_ver_id: <<RefApplVerID as Field>::Type as FieldType>::Type,
    pub ref_appl_ext_id: <<RefApplExtID as Field>::Type as FieldType>::Type,
    pub ref_cstm_appl_ver_id: <<RefCstmApplVerID as Field>::Type as FieldType>::Type,
    pub default_ver_indicator: <<DefaultVerIndicator as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl MsgTypeGrp
[src]

Trait Implementations

impl MessageBuildable for MsgTypeGrp
[src]

impl Clone for MsgTypeGrp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MsgTypeGrp
[src]

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

impl MessageDetails for MsgTypeGrp
[src]

impl Message for MsgTypeGrp
[src]

impl PartialEq for MsgTypeGrp
[src]

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

This method tests for !=.