pub struct RefMsgTypeField(pub FIXString);Expand description
RefMsgTypeField is a STRING field, Tag 372.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
Source§impl FieldValueReader for RefMsgTypeField
impl FieldValueReader for RefMsgTypeField
Source§impl FieldValueWriter for RefMsgTypeField
impl FieldValueWriter for RefMsgTypeField
impl FieldValue for RefMsgTypeField
Auto Trait Implementations§
impl Freeze for RefMsgTypeField
impl RefUnwindSafe for RefMsgTypeField
impl Send for RefMsgTypeField
impl Sync for RefMsgTypeField
impl Unpin for RefMsgTypeField
impl UnsafeUnpin for RefMsgTypeField
impl UnwindSafe for RefMsgTypeField
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