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