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