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