pub struct GetAccountInstrumentsLotSizeFilter {Show 13 fields
pub max_order_qty: Option<String>,
pub max_mkt_order_qty: Option<String>,
pub min_order_qty: Option<String>,
pub qty_step: Option<String>,
pub min_notional_value: Option<String>,
pub base_precision: Option<String>,
pub quote_precision: Option<String>,
pub min_order_amt: Option<String>,
pub max_limit_order_qty: Option<String>,
pub max_market_order_qty: Option<String>,
pub post_only_max_limit_order_size: Option<String>,
pub max_order_amt: Option<String>,
pub post_only_max_order_qty: Option<String>,
}Fields§
§max_order_qty: Option<String>§max_mkt_order_qty: Option<String>§min_order_qty: Option<String>§qty_step: Option<String>§min_notional_value: Option<String>§base_precision: Option<String>§quote_precision: Option<String>§min_order_amt: Option<String>§max_limit_order_qty: Option<String>§max_market_order_qty: Option<String>§post_only_max_limit_order_size: Option<String>§max_order_amt: Option<String>§post_only_max_order_qty: Option<String>Trait Implementations§
Source§impl Clone for GetAccountInstrumentsLotSizeFilter
impl Clone for GetAccountInstrumentsLotSizeFilter
Source§fn clone(&self) -> GetAccountInstrumentsLotSizeFilter
fn clone(&self) -> GetAccountInstrumentsLotSizeFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetAccountInstrumentsLotSizeFilter
impl<'de> Deserialize<'de> for GetAccountInstrumentsLotSizeFilter
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
Auto Trait Implementations§
impl Freeze for GetAccountInstrumentsLotSizeFilter
impl RefUnwindSafe for GetAccountInstrumentsLotSizeFilter
impl Send for GetAccountInstrumentsLotSizeFilter
impl Sync for GetAccountInstrumentsLotSizeFilter
impl Unpin for GetAccountInstrumentsLotSizeFilter
impl UnsafeUnpin for GetAccountInstrumentsLotSizeFilter
impl UnwindSafe for GetAccountInstrumentsLotSizeFilter
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