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