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