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