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