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