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