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