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