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