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