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