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