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