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