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