pub struct QueryCurrentCmOpenConditionalOrderResponse {Show 16 fields
pub new_client_strategy_id: Option<String>,
pub strategy_id: Option<i64>,
pub strategy_status: Option<String>,
pub strategy_type: Option<String>,
pub orig_qty: Option<String>,
pub price: Option<String>,
pub reduce_only: Option<bool>,
pub side: Option<String>,
pub position_side: Option<String>,
pub stop_price: Option<String>,
pub symbol: Option<String>,
pub book_time: Option<i64>,
pub update_time: Option<i64>,
pub time_in_force: Option<String>,
pub activate_price: Option<String>,
pub price_rate: Option<String>,
}Fields§
§new_client_strategy_id: Option<String>§strategy_id: Option<i64>§strategy_status: Option<String>§strategy_type: Option<String>§orig_qty: Option<String>§price: Option<String>§reduce_only: Option<bool>§side: Option<String>§position_side: Option<String>§stop_price: Option<String>§symbol: Option<String>§book_time: Option<i64>§update_time: Option<i64>§time_in_force: Option<String>§activate_price: Option<String>§price_rate: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for QueryCurrentCmOpenConditionalOrderResponse
impl Clone for QueryCurrentCmOpenConditionalOrderResponse
Source§fn clone(&self) -> QueryCurrentCmOpenConditionalOrderResponse
fn clone(&self) -> QueryCurrentCmOpenConditionalOrderResponse
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 Default for QueryCurrentCmOpenConditionalOrderResponse
impl Default for QueryCurrentCmOpenConditionalOrderResponse
Source§fn default() -> QueryCurrentCmOpenConditionalOrderResponse
fn default() -> QueryCurrentCmOpenConditionalOrderResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryCurrentCmOpenConditionalOrderResponse
impl<'de> Deserialize<'de> for QueryCurrentCmOpenConditionalOrderResponse
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 QueryCurrentCmOpenConditionalOrderResponse
impl PartialEq for QueryCurrentCmOpenConditionalOrderResponse
Source§fn eq(&self, other: &QueryCurrentCmOpenConditionalOrderResponse) -> bool
fn eq(&self, other: &QueryCurrentCmOpenConditionalOrderResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryCurrentCmOpenConditionalOrderResponse
Auto Trait Implementations§
impl Freeze for QueryCurrentCmOpenConditionalOrderResponse
impl RefUnwindSafe for QueryCurrentCmOpenConditionalOrderResponse
impl Send for QueryCurrentCmOpenConditionalOrderResponse
impl Sync for QueryCurrentCmOpenConditionalOrderResponse
impl Unpin for QueryCurrentCmOpenConditionalOrderResponse
impl UnsafeUnpin for QueryCurrentCmOpenConditionalOrderResponse
impl UnwindSafe for QueryCurrentCmOpenConditionalOrderResponse
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