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