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