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