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