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