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