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