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