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