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