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