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