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