pub struct ConvertGetConvertTradeFlowV1Params {
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 convert_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 ConvertGetConvertTradeFlowV1Params
impl Clone for ConvertGetConvertTradeFlowV1Params
Source§fn clone(&self) -> ConvertGetConvertTradeFlowV1Params
fn clone(&self) -> ConvertGetConvertTradeFlowV1Params
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 Default for ConvertGetConvertTradeFlowV1Params
impl Default for ConvertGetConvertTradeFlowV1Params
Source§fn default() -> ConvertGetConvertTradeFlowV1Params
fn default() -> ConvertGetConvertTradeFlowV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConvertGetConvertTradeFlowV1Params
impl RefUnwindSafe for ConvertGetConvertTradeFlowV1Params
impl Send for ConvertGetConvertTradeFlowV1Params
impl Sync for ConvertGetConvertTradeFlowV1Params
impl Unpin for ConvertGetConvertTradeFlowV1Params
impl UnwindSafe for ConvertGetConvertTradeFlowV1Params
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