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