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