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