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