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