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