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