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