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