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