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