pub struct MatchIncrementField(pub FIXDecimal);Expand description
MatchIncrementField is a QTY field, Tag 1089.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for MatchIncrementField
Auto Trait Implementations§
impl Freeze for MatchIncrementField
impl RefUnwindSafe for MatchIncrementField
impl Send for MatchIncrementField
impl Sync for MatchIncrementField
impl Unpin for MatchIncrementField
impl UnsafeUnpin for MatchIncrementField
impl UnwindSafe for MatchIncrementField
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