pub struct CreateOrderTestV1Params {Show 21 fields
pub side: String,
pub symbol: String,
pub timestamp: i64,
pub type: String,
pub activation_price: Option<String>,
pub callback_rate: Option<String>,
pub close_position: Option<String>,
pub good_till_date: Option<i64>,
pub new_client_order_id: Option<String>,
pub new_order_resp_type: Option<String>,
pub position_side: Option<String>,
pub price: Option<String>,
pub price_match: Option<String>,
pub price_protect: Option<String>,
pub quantity: Option<String>,
pub recv_window: Option<i64>,
pub reduce_only: Option<String>,
pub self_trade_prevention_mode: Option<String>,
pub stop_price: Option<String>,
pub time_in_force: Option<String>,
pub working_type: Option<String>,
}Expand description
struct for passing parameters to the method create_order_test_v1
Fields§
§side: String§symbol: String§timestamp: i64§type: String§activation_price: Option<String>§callback_rate: Option<String>§close_position: Option<String>§good_till_date: Option<i64>§new_client_order_id: Option<String>§new_order_resp_type: Option<String>§position_side: Option<String>§price: Option<String>§price_match: Option<String>§price_protect: Option<String>§quantity: Option<String>§recv_window: Option<i64>§reduce_only: Option<String>§self_trade_prevention_mode: Option<String>§stop_price: Option<String>§time_in_force: Option<String>§working_type: Option<String>Trait Implementations§
Source§impl Clone for CreateOrderTestV1Params
impl Clone for CreateOrderTestV1Params
Source§fn clone(&self) -> CreateOrderTestV1Params
fn clone(&self) -> CreateOrderTestV1Params
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 Debug for CreateOrderTestV1Params
impl Debug for CreateOrderTestV1Params
Source§impl Default for CreateOrderTestV1Params
impl Default for CreateOrderTestV1Params
Source§fn default() -> CreateOrderTestV1Params
fn default() -> CreateOrderTestV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateOrderTestV1Params
impl RefUnwindSafe for CreateOrderTestV1Params
impl Send for CreateOrderTestV1Params
impl Sync for CreateOrderTestV1Params
impl Unpin for CreateOrderTestV1Params
impl UnsafeUnpin for CreateOrderTestV1Params
impl UnwindSafe for CreateOrderTestV1Params
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