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