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