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