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