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