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