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