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