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