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