pub struct DerivativePriceQuoteMethodField(pub FIXString);Expand description
DerivativePriceQuoteMethodField is a STRING field, Tag 1318.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for DerivativePriceQuoteMethodField
Auto Trait Implementations§
impl Freeze for DerivativePriceQuoteMethodField
impl RefUnwindSafe for DerivativePriceQuoteMethodField
impl Send for DerivativePriceQuoteMethodField
impl Sync for DerivativePriceQuoteMethodField
impl Unpin for DerivativePriceQuoteMethodField
impl UnsafeUnpin for DerivativePriceQuoteMethodField
impl UnwindSafe for DerivativePriceQuoteMethodField
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