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