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