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