pub struct SpotPriceFilter {
pub tick_size: Decimal,
}Fields§
§tick_size: DecimalThe step to increase/reduce order price
Trait Implementations§
Source§impl Debug for SpotPriceFilter
impl Debug for SpotPriceFilter
Source§impl<'de> Deserialize<'de> for SpotPriceFilter
impl<'de> Deserialize<'de> for SpotPriceFilter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SpotPriceFilter
impl PartialEq for SpotPriceFilter
Source§fn eq(&self, other: &SpotPriceFilter) -> bool
fn eq(&self, other: &SpotPriceFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpotPriceFilter
Auto Trait Implementations§
impl Freeze for SpotPriceFilter
impl RefUnwindSafe for SpotPriceFilter
impl Send for SpotPriceFilter
impl Sync for SpotPriceFilter
impl Unpin for SpotPriceFilter
impl UnsafeUnpin for SpotPriceFilter
impl UnwindSafe for SpotPriceFilter
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