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