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