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