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