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