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