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