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