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