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