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