pub struct NoTradingSessionsField(pub FIXInt);Expand description
NoTradingSessionsField is a NUMINGROUP field, Tag 386.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoTradingSessionsField
Auto Trait Implementations§
impl Freeze for NoTradingSessionsField
impl RefUnwindSafe for NoTradingSessionsField
impl Send for NoTradingSessionsField
impl Sync for NoTradingSessionsField
impl Unpin for NoTradingSessionsField
impl UnsafeUnpin for NoTradingSessionsField
impl UnwindSafe for NoTradingSessionsField
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