pub struct GetFillsOpts {
pub limit: Option<u32>,
pub created_before_or_at_height: Option<Height>,
pub created_before_or_at: Option<DateTime<Utc>>,
pub market: Option<Ticker>,
pub market_type: Option<MarketType>,
}Expand description
Filter options for fills.
Fields§
§limit: Option<u32>Limit.
created_before_or_at_height: Option<Height>Block height.
created_before_or_at: Option<DateTime<Utc>>Time.
market: Option<Ticker>Ticker.
market_type: Option<MarketType>Market type.
Trait Implementations§
Source§impl Default for GetFillsOpts
impl Default for GetFillsOpts
Source§fn default() -> GetFillsOpts
fn default() -> GetFillsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetFillsOpts
impl RefUnwindSafe for GetFillsOpts
impl Send for GetFillsOpts
impl Sync for GetFillsOpts
impl Unpin for GetFillsOpts
impl UnsafeUnpin for GetFillsOpts
impl UnwindSafe for GetFillsOpts
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request