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