pub struct GetOpenInterest { /* private fields */ }Expand description
Request builder for getting open interest
Implementations§
Source§impl GetOpenInterest
impl GetOpenInterest
Sourcepub fn market(
self,
condition_ids: impl IntoIterator<Item = impl ToString>,
) -> Self
pub fn market( self, condition_ids: impl IntoIterator<Item = impl ToString>, ) -> Self
Filter by specific market condition IDs
Sourcepub async fn send(self) -> Result<Vec<OpenInterest>>
pub async fn send(self) -> Result<Vec<OpenInterest>>
Execute the request
Auto Trait Implementations§
impl Freeze for GetOpenInterest
impl !RefUnwindSafe for GetOpenInterest
impl Send for GetOpenInterest
impl Sync for GetOpenInterest
impl Unpin for GetOpenInterest
impl !UnwindSafe for GetOpenInterest
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