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