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