pub struct UnderlyingPriceDeterminationMethodField(pub FIXInt);Expand description
UnderlyingPriceDeterminationMethodField is a INT field, Tag 1481.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for UnderlyingPriceDeterminationMethodField
Auto Trait Implementations§
impl Freeze for UnderlyingPriceDeterminationMethodField
impl RefUnwindSafe for UnderlyingPriceDeterminationMethodField
impl Send for UnderlyingPriceDeterminationMethodField
impl Sync for UnderlyingPriceDeterminationMethodField
impl Unpin for UnderlyingPriceDeterminationMethodField
impl UnsafeUnpin for UnderlyingPriceDeterminationMethodField
impl UnwindSafe for UnderlyingPriceDeterminationMethodField
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