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