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