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