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