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