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