pub struct SettlPartySubIDTypeField(pub FIXInt);Expand description
SettlPartySubIDTypeField is a INT field, Tag 786.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for SettlPartySubIDTypeField
Auto Trait Implementations§
impl Freeze for SettlPartySubIDTypeField
impl RefUnwindSafe for SettlPartySubIDTypeField
impl Send for SettlPartySubIDTypeField
impl Sync for SettlPartySubIDTypeField
impl Unpin for SettlPartySubIDTypeField
impl UnsafeUnpin for SettlPartySubIDTypeField
impl UnwindSafe for SettlPartySubIDTypeField
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