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