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