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