pub struct AlgoOrderListRequest { /* private fields */ }Expand description
Query parameters shared by pending and historical algo orders.
Implementations§
Source§impl AlgoOrderListRequest
impl AlgoOrderListRequest
Sourcepub fn new(ord_type: impl Into<String>) -> Self
pub fn new(ord_type: impl Into<String>) -> Self
Create a query for one documented algo order type.
Sourcepub fn after(self, value: impl Into<String>) -> Self
pub fn after(self, value: impl Into<String>) -> Self
Return records before this algo-ID cursor.
Trait Implementations§
Source§impl Clone for AlgoOrderListRequest
impl Clone for AlgoOrderListRequest
Source§fn clone(&self) -> AlgoOrderListRequest
fn clone(&self) -> AlgoOrderListRequest
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 Debug for AlgoOrderListRequest
impl Debug for AlgoOrderListRequest
Auto Trait Implementations§
impl Freeze for AlgoOrderListRequest
impl RefUnwindSafe for AlgoOrderListRequest
impl Send for AlgoOrderListRequest
impl Sync for AlgoOrderListRequest
impl Unpin for AlgoOrderListRequest
impl UnsafeUnpin for AlgoOrderListRequest
impl UnwindSafe for AlgoOrderListRequest
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