pub struct LegRepoCollateralSecurityTypeField(pub FIXInt);Expand description
LegRepoCollateralSecurityTypeField is a INT field, Tag 250.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for LegRepoCollateralSecurityTypeField
Auto Trait Implementations§
impl Freeze for LegRepoCollateralSecurityTypeField
impl RefUnwindSafe for LegRepoCollateralSecurityTypeField
impl Send for LegRepoCollateralSecurityTypeField
impl Sync for LegRepoCollateralSecurityTypeField
impl Unpin for LegRepoCollateralSecurityTypeField
impl UnsafeUnpin for LegRepoCollateralSecurityTypeField
impl UnwindSafe for LegRepoCollateralSecurityTypeField
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