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