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