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