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