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