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