pub struct OptionsCreateOrderV1Resp {Show 22 fields
pub avg_price: Option<String>,
pub client_order_id: Option<String>,
pub create_date: Option<i32>,
pub create_time: Option<i64>,
pub executed_qty: Option<String>,
pub fee: Option<String>,
pub mmp: Option<bool>,
pub option_side: Option<String>,
pub order_id: Option<i64>,
pub post_only: Option<bool>,
pub price: Option<String>,
pub price_scale: Option<i32>,
pub quantity: Option<String>,
pub quantity_scale: Option<i32>,
pub quote_asset: Option<String>,
pub reduce_only: Option<bool>,
pub side: Option<String>,
pub status: Option<String>,
pub symbol: Option<String>,
pub time_in_force: Option<String>,
pub type: Option<String>,
pub update_time: Option<i64>,
}Fields§
§avg_price: Option<String>§client_order_id: Option<String>§create_date: Option<i32>§create_time: Option<i64>§executed_qty: Option<String>§fee: Option<String>§mmp: Option<bool>§option_side: Option<String>§order_id: Option<i64>§post_only: Option<bool>§price: Option<String>§price_scale: Option<i32>§quantity: Option<String>§quantity_scale: Option<i32>§quote_asset: Option<String>§reduce_only: Option<bool>§side: Option<String>§status: Option<String>§symbol: Option<String>§time_in_force: Option<String>§type: Option<String>§update_time: Option<i64>Implementations§
Source§impl OptionsCreateOrderV1Resp
impl OptionsCreateOrderV1Resp
pub fn new() -> OptionsCreateOrderV1Resp
Trait Implementations§
Source§impl Clone for OptionsCreateOrderV1Resp
impl Clone for OptionsCreateOrderV1Resp
Source§fn clone(&self) -> OptionsCreateOrderV1Resp
fn clone(&self) -> OptionsCreateOrderV1Resp
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 OptionsCreateOrderV1Resp
impl Debug for OptionsCreateOrderV1Resp
Source§impl Default for OptionsCreateOrderV1Resp
impl Default for OptionsCreateOrderV1Resp
Source§fn default() -> OptionsCreateOrderV1Resp
fn default() -> OptionsCreateOrderV1Resp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OptionsCreateOrderV1Resp
impl<'de> Deserialize<'de> for OptionsCreateOrderV1Resp
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
Source§impl PartialEq for OptionsCreateOrderV1Resp
impl PartialEq for OptionsCreateOrderV1Resp
Source§impl Serialize for OptionsCreateOrderV1Resp
impl Serialize for OptionsCreateOrderV1Resp
impl StructuralPartialEq for OptionsCreateOrderV1Resp
Auto Trait Implementations§
impl Freeze for OptionsCreateOrderV1Resp
impl RefUnwindSafe for OptionsCreateOrderV1Resp
impl Send for OptionsCreateOrderV1Resp
impl Sync for OptionsCreateOrderV1Resp
impl Unpin for OptionsCreateOrderV1Resp
impl UnwindSafe for OptionsCreateOrderV1Resp
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