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