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