pub struct OrderHandlingInstSourceField(pub FIXInt);Expand description
OrderHandlingInstSourceField is a INT field, Tag 1032.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for OrderHandlingInstSourceField
Auto Trait Implementations§
impl Freeze for OrderHandlingInstSourceField
impl RefUnwindSafe for OrderHandlingInstSourceField
impl Send for OrderHandlingInstSourceField
impl Sync for OrderHandlingInstSourceField
impl Unpin for OrderHandlingInstSourceField
impl UnsafeUnpin for OrderHandlingInstSourceField
impl UnwindSafe for OrderHandlingInstSourceField
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