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