pub struct SpotCreateOrderTestV3Params {Show 18 fields
pub side: String,
pub symbol: String,
pub timestamp: i64,
pub type: String,
pub compute_commission_rates: Option<bool>,
pub iceberg_qty: Option<String>,
pub new_client_order_id: Option<String>,
pub new_order_resp_type: Option<String>,
pub price: Option<String>,
pub quantity: Option<String>,
pub quote_order_qty: Option<String>,
pub recv_window: Option<i64>,
pub self_trade_prevention_mode: Option<String>,
pub stop_price: Option<String>,
pub strategy_id: Option<i64>,
pub strategy_type: Option<i32>,
pub time_in_force: Option<String>,
pub trailing_delta: Option<i64>,
}Expand description
struct for passing parameters to the method spot_create_order_test_v3
Fields§
§side: String§symbol: String§timestamp: i64§type: String§compute_commission_rates: Option<bool>§iceberg_qty: Option<String>§new_client_order_id: Option<String>§new_order_resp_type: Option<String>§price: Option<String>§quantity: Option<String>§quote_order_qty: Option<String>§recv_window: Option<i64>§self_trade_prevention_mode: Option<String>§stop_price: Option<String>§strategy_id: Option<i64>§strategy_type: Option<i32>§time_in_force: Option<String>§trailing_delta: Option<i64>Trait Implementations§
Source§impl Clone for SpotCreateOrderTestV3Params
impl Clone for SpotCreateOrderTestV3Params
Source§fn clone(&self) -> SpotCreateOrderTestV3Params
fn clone(&self) -> SpotCreateOrderTestV3Params
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 SpotCreateOrderTestV3Params
impl Debug for SpotCreateOrderTestV3Params
Source§impl Default for SpotCreateOrderTestV3Params
impl Default for SpotCreateOrderTestV3Params
Source§fn default() -> SpotCreateOrderTestV3Params
fn default() -> SpotCreateOrderTestV3Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpotCreateOrderTestV3Params
impl RefUnwindSafe for SpotCreateOrderTestV3Params
impl Send for SpotCreateOrderTestV3Params
impl Sync for SpotCreateOrderTestV3Params
impl Unpin for SpotCreateOrderTestV3Params
impl UnwindSafe for SpotCreateOrderTestV3Params
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