pub struct NotionalFilter {
pub min_notional_points: u64,
pub apply_to_market: bool,
pub avg_price_mins: u64,
}
Expand description
Market order notional rate filter.
Fields§
§min_notional_points: u64
§apply_to_market: bool
§avg_price_mins: u64
Trait Implementations§
Source§impl Debug for NotionalFilter
impl Debug for NotionalFilter
Auto Trait Implementations§
impl Freeze for NotionalFilter
impl RefUnwindSafe for NotionalFilter
impl Send for NotionalFilter
impl Sync for NotionalFilter
impl Unpin for NotionalFilter
impl UnwindSafe for NotionalFilter
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