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