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