pub struct CreateMmpSetV1Params {
pub timestamp: i64,
pub delta_limit: Option<String>,
pub frozen_time_in_milliseconds: Option<i64>,
pub qty_limit: Option<String>,
pub recv_window: Option<i64>,
pub underlying: Option<String>,
pub window_time_in_milliseconds: Option<i64>,
}Expand description
struct for passing parameters to the method create_mmp_set_v1
Fields§
§timestamp: i64§delta_limit: Option<String>§frozen_time_in_milliseconds: Option<i64>§qty_limit: Option<String>§recv_window: Option<i64>§underlying: Option<String>§window_time_in_milliseconds: Option<i64>Trait Implementations§
Source§impl Clone for CreateMmpSetV1Params
impl Clone for CreateMmpSetV1Params
Source§fn clone(&self) -> CreateMmpSetV1Params
fn clone(&self) -> CreateMmpSetV1Params
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 CreateMmpSetV1Params
impl Debug for CreateMmpSetV1Params
Source§impl Default for CreateMmpSetV1Params
impl Default for CreateMmpSetV1Params
Source§fn default() -> CreateMmpSetV1Params
fn default() -> CreateMmpSetV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateMmpSetV1Params
impl RefUnwindSafe for CreateMmpSetV1Params
impl Send for CreateMmpSetV1Params
impl Sync for CreateMmpSetV1Params
impl Unpin for CreateMmpSetV1Params
impl UnwindSafe for CreateMmpSetV1Params
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