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