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