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