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