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