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