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