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