pub struct AlgoOrderListRequest<'a> { /* private fields */ }Expand description
Query parameters shared by pending and historical algo orders.
Implementations§
Source§impl<'a> AlgoOrderListRequest<'a>
impl<'a> AlgoOrderListRequest<'a>
Sourcepub fn new(ord_type: impl Into<Cow<'a, str>>) -> Self
pub fn new(ord_type: impl Into<Cow<'a, str>>) -> Self
Create a query for one documented algo order type.
Sourcepub fn after(self, value: impl Into<Cow<'a, str>>) -> Self
pub fn after(self, value: impl Into<Cow<'a, str>>) -> Self
Return records before this algo-ID cursor.
Trait Implementations§
Source§impl<'a> Clone for AlgoOrderListRequest<'a>
impl<'a> Clone for AlgoOrderListRequest<'a>
Source§fn clone(&self) -> AlgoOrderListRequest<'a>
fn clone(&self) -> AlgoOrderListRequest<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for AlgoOrderListRequest<'a>
impl<'a> Debug for AlgoOrderListRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for AlgoOrderListRequest<'a>
impl<'a> RefUnwindSafe for AlgoOrderListRequest<'a>
impl<'a> Send for AlgoOrderListRequest<'a>
impl<'a> Sync for AlgoOrderListRequest<'a>
impl<'a> Unpin for AlgoOrderListRequest<'a>
impl<'a> UnsafeUnpin for AlgoOrderListRequest<'a>
impl<'a> UnwindSafe for AlgoOrderListRequest<'a>
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