pub struct MaturityRuleIDField(pub FIXString);Expand description
MaturityRuleIDField is a STRING field, Tag 1222.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for MaturityRuleIDField
Auto Trait Implementations§
impl Freeze for MaturityRuleIDField
impl RefUnwindSafe for MaturityRuleIDField
impl Send for MaturityRuleIDField
impl Sync for MaturityRuleIDField
impl Unpin for MaturityRuleIDField
impl UnsafeUnpin for MaturityRuleIDField
impl UnwindSafe for MaturityRuleIDField
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