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