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