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