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