pub struct LastMsgSeqNumProcessedField(pub FIXInt);Expand description
LastMsgSeqNumProcessedField is a SEQNUM field, Tag 369.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for LastMsgSeqNumProcessedField
Auto Trait Implementations§
impl Freeze for LastMsgSeqNumProcessedField
impl RefUnwindSafe for LastMsgSeqNumProcessedField
impl Send for LastMsgSeqNumProcessedField
impl Sync for LastMsgSeqNumProcessedField
impl Unpin for LastMsgSeqNumProcessedField
impl UnsafeUnpin for LastMsgSeqNumProcessedField
impl UnwindSafe for LastMsgSeqNumProcessedField
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