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