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