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