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