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