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