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