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