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