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