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