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