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