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