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