pub struct GetConvertTradeFlowV1Params {
pub start_time: i64,
pub end_time: i64,
pub timestamp: i64,
pub limit: Option<i32>,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method get_convert_trade_flow_v1
Fields§
§start_time: i64§end_time: i64§timestamp: i64§limit: Option<i32>Default 100, Max 1000
recv_window: Option<i64>Trait Implementations§
Source§impl Clone for GetConvertTradeFlowV1Params
impl Clone for GetConvertTradeFlowV1Params
Source§fn clone(&self) -> GetConvertTradeFlowV1Params
fn clone(&self) -> GetConvertTradeFlowV1Params
Returns a copy of the value. Read more
1.0.0 · 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 GetConvertTradeFlowV1Params
impl Debug for GetConvertTradeFlowV1Params
Source§impl Default for GetConvertTradeFlowV1Params
impl Default for GetConvertTradeFlowV1Params
Source§fn default() -> GetConvertTradeFlowV1Params
fn default() -> GetConvertTradeFlowV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetConvertTradeFlowV1Params
impl RefUnwindSafe for GetConvertTradeFlowV1Params
impl Send for GetConvertTradeFlowV1Params
impl Sync for GetConvertTradeFlowV1Params
impl Unpin for GetConvertTradeFlowV1Params
impl UnwindSafe for GetConvertTradeFlowV1Params
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