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