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