pub struct MsgTypeGrp {
pub ref_msg_type: Option<FixString>,
pub msg_direction: Option<MsgDirection>,
pub ref_appl_ver_id: Option<FixString>,
pub ref_appl_ext_id: Option<Int>,
pub ref_cstm_appl_ver_id: Option<FixString>,
pub default_ver_indicator: Option<Boolean>,
}
Fields§
§ref_msg_type: Option<FixString>
Tag 372.
msg_direction: Option<MsgDirection>
Tag 385.
ref_appl_ver_id: Option<FixString>
Tag 1130.
ref_appl_ext_id: Option<Int>
Tag 1406.
ref_cstm_appl_ver_id: Option<FixString>
Tag 1131.
default_ver_indicator: Option<Boolean>
Tag 1410.
Trait Implementations§
Source§impl Clone for MsgTypeGrp
impl Clone for MsgTypeGrp
Source§fn clone(&self) -> MsgTypeGrp
fn clone(&self) -> MsgTypeGrp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MsgTypeGrp
impl Debug for MsgTypeGrp
Source§impl Default for MsgTypeGrp
impl Default for MsgTypeGrp
Source§fn default() -> MsgTypeGrp
fn default() -> MsgTypeGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MsgTypeGrp
impl RefUnwindSafe for MsgTypeGrp
impl Send for MsgTypeGrp
impl Sync for MsgTypeGrp
impl Unpin for MsgTypeGrp
impl UnwindSafe for MsgTypeGrp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more