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