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