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