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