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