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