pub struct PercentFilter {
pub multiplier_up: f64,
pub multiplier_down: f64,
pub avg_price_mins: u64,
}
Expand description
Market order rate percent filter.
Fields§
§multiplier_up: f64
§multiplier_down: f64
§avg_price_mins: u64
Trait Implementations§
Source§impl Debug for PercentFilter
impl Debug for PercentFilter
Auto Trait Implementations§
impl Freeze for PercentFilter
impl RefUnwindSafe for PercentFilter
impl Send for PercentFilter
impl Sync for PercentFilter
impl Unpin for PercentFilter
impl UnwindSafe for PercentFilter
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