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