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