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