pub struct ComplexEventPriceTimeTypeField(pub FIXInt);Expand description
ComplexEventPriceTimeTypeField is a INT field, Tag 1489.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for ComplexEventPriceTimeTypeField
Auto Trait Implementations§
impl Freeze for ComplexEventPriceTimeTypeField
impl RefUnwindSafe for ComplexEventPriceTimeTypeField
impl Send for ComplexEventPriceTimeTypeField
impl Sync for ComplexEventPriceTimeTypeField
impl Unpin for ComplexEventPriceTimeTypeField
impl UnsafeUnpin for ComplexEventPriceTimeTypeField
impl UnwindSafe for ComplexEventPriceTimeTypeField
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