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