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