pub struct PrivateSetMmpConfigResponse {
pub block_rfq: Option<bool>,
pub delta_limit: Option<f64>,
pub frozen_time: i64,
pub index_name: IndexName,
pub interval: i64,
pub mmp_group: Option<String>,
pub quantity_limit: Option<f64>,
pub trade_count_limit: Option<i64>,
pub vega_limit: Option<f64>,
}Fields§
§block_rfq: Option<bool>§delta_limit: Option<f64>§frozen_time: i64§index_name: IndexName§interval: i64§mmp_group: Option<String>§quantity_limit: Option<f64>§trade_count_limit: Option<i64>§vega_limit: Option<f64>Trait Implementations§
Source§impl Clone for PrivateSetMmpConfigResponse
impl Clone for PrivateSetMmpConfigResponse
Source§fn clone(&self) -> PrivateSetMmpConfigResponse
fn clone(&self) -> PrivateSetMmpConfigResponse
Returns a duplicate 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 PrivateSetMmpConfigResponse
impl Debug for PrivateSetMmpConfigResponse
Source§impl Default for PrivateSetMmpConfigResponse
impl Default for PrivateSetMmpConfigResponse
Source§fn default() -> PrivateSetMmpConfigResponse
fn default() -> PrivateSetMmpConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateSetMmpConfigResponse
impl<'de> Deserialize<'de> for PrivateSetMmpConfigResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PrivateSetMmpConfigResponse
Auto Trait Implementations§
impl Freeze for PrivateSetMmpConfigResponse
impl RefUnwindSafe for PrivateSetMmpConfigResponse
impl Send for PrivateSetMmpConfigResponse
impl Sync for PrivateSetMmpConfigResponse
impl Unpin for PrivateSetMmpConfigResponse
impl UnwindSafe for PrivateSetMmpConfigResponse
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