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