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