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