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