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