pub struct QueryOrderParams {
pub symbol: String,
pub order_id: Option<i64>,
pub orig_client_order_id: Option<String>,
pub recv_window: Option<i64>,
pub timestamp: Timestamp,
}Fields§
§symbol: String§order_id: Option<i64>§orig_client_order_id: Option<String>§recv_window: Option<i64>The value cannot be greater than 60000
timestamp: TimestampTrait Implementations§
Source§impl Debug for QueryOrderParams
impl Debug for QueryOrderParams
Source§impl PartialEq for QueryOrderParams
impl PartialEq for QueryOrderParams
Source§impl Serialize for QueryOrderParams
impl Serialize for QueryOrderParams
impl StructuralPartialEq for QueryOrderParams
Auto Trait Implementations§
impl Freeze for QueryOrderParams
impl RefUnwindSafe for QueryOrderParams
impl Send for QueryOrderParams
impl Sync for QueryOrderParams
impl Unpin for QueryOrderParams
impl UnwindSafe for QueryOrderParams
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