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