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