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