pub struct UnderlyingFXRateField(pub FIXDecimal);Expand description
UnderlyingFXRateField is a FLOAT field, Tag 1045.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for UnderlyingFXRateField
Auto Trait Implementations§
impl Freeze for UnderlyingFXRateField
impl RefUnwindSafe for UnderlyingFXRateField
impl Send for UnderlyingFXRateField
impl Sync for UnderlyingFXRateField
impl Unpin for UnderlyingFXRateField
impl UnsafeUnpin for UnderlyingFXRateField
impl UnwindSafe for UnderlyingFXRateField
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