pub struct OpenInterestField(pub FIXDecimal);Expand description
OpenInterestField is a AMT field, Tag 746.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
Source§impl FieldValueReader for OpenInterestField
impl FieldValueReader for OpenInterestField
Source§impl FieldValueWriter for OpenInterestField
impl FieldValueWriter for OpenInterestField
impl FieldValue for OpenInterestField
Auto Trait Implementations§
impl Freeze for OpenInterestField
impl RefUnwindSafe for OpenInterestField
impl Send for OpenInterestField
impl Sync for OpenInterestField
impl Unpin for OpenInterestField
impl UnsafeUnpin for OpenInterestField
impl UnwindSafe for OpenInterestField
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