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