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