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