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