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