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