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