pub struct QueryCurrentUmOpenConditionalOrderResponse {Show 19 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>,
pub self_trade_prevention_mode: Option<String>,
pub good_till_date: Option<i64>,
pub price_match: Option<String>,
}Fields§
§new_client_strategy_id: Option<String>New Client Strategy ID.
strategy_id: Option<i64>Strategy ID.
strategy_status: Option<String>Strategy Status.
strategy_type: Option<String>Strategy Type.
orig_qty: Option<String>Orig Qty.
price: Option<String>Price.
reduce_only: Option<bool>Reduce Only.
side: Option<String>Side.
position_side: Option<String>BOTH means that it is the position of One-way Mode
stop_price: Option<String>please ignore when order type is TRAILING_STOP_MARKET
symbol: Option<String>Trade symbol, if existing.
book_time: Option<i64>order time
update_time: Option<i64>last update time
time_in_force: Option<String>Time In Force.
activate_price: Option<String>activation price, only return with TRAILING_STOP_MARKET order
price_rate: Option<String>callback rate, only return with TRAILING_STOP_MARKET order
self_trade_prevention_mode: Option<String>self trading preventation mode
good_till_date: Option<i64>order pre-set auot cancel time for TIF GTD order
price_match: Option<String>Price Match.
Implementations§
Trait Implementations§
Source§impl Clone for QueryCurrentUmOpenConditionalOrderResponse
impl Clone for QueryCurrentUmOpenConditionalOrderResponse
Source§fn clone(&self) -> QueryCurrentUmOpenConditionalOrderResponse
fn clone(&self) -> QueryCurrentUmOpenConditionalOrderResponse
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 QueryCurrentUmOpenConditionalOrderResponse
impl Default for QueryCurrentUmOpenConditionalOrderResponse
Source§fn default() -> QueryCurrentUmOpenConditionalOrderResponse
fn default() -> QueryCurrentUmOpenConditionalOrderResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryCurrentUmOpenConditionalOrderResponse
impl<'de> Deserialize<'de> for QueryCurrentUmOpenConditionalOrderResponse
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
impl StructuralPartialEq for QueryCurrentUmOpenConditionalOrderResponse
Auto Trait Implementations§
impl Freeze for QueryCurrentUmOpenConditionalOrderResponse
impl RefUnwindSafe for QueryCurrentUmOpenConditionalOrderResponse
impl Send for QueryCurrentUmOpenConditionalOrderResponse
impl Sync for QueryCurrentUmOpenConditionalOrderResponse
impl Unpin for QueryCurrentUmOpenConditionalOrderResponse
impl UnsafeUnpin for QueryCurrentUmOpenConditionalOrderResponse
impl UnwindSafe for QueryCurrentUmOpenConditionalOrderResponse
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