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