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