pub struct ExecPriceTypeField(pub FIXString);Expand description
ExecPriceTypeField is a CHAR field, Tag 484.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for ExecPriceTypeField
Auto Trait Implementations§
impl Freeze for ExecPriceTypeField
impl RefUnwindSafe for ExecPriceTypeField
impl Send for ExecPriceTypeField
impl Sync for ExecPriceTypeField
impl Unpin for ExecPriceTypeField
impl UnsafeUnpin for ExecPriceTypeField
impl UnwindSafe for ExecPriceTypeField
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