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