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