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