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