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