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