Struct bybit::model::ExecutionData
source · pub struct ExecutionData {Show 28 fields
pub category: String,
pub symbol: String,
pub exec_fee: String,
pub exec_id: String,
pub exec_price: String,
pub exec_qty: String,
pub exec_type: String,
pub exec_value: String,
pub is_maker: bool,
pub fee_rate: String,
pub trade_iv: String,
pub mark_iv: String,
pub block_trade_id: String,
pub mark_price: String,
pub index_price: String,
pub underlying_price: String,
pub leaves_qty: String,
pub order_id: String,
pub order_link_id: String,
pub order_price: String,
pub order_qty: String,
pub order_type: String,
pub stop_order_type: String,
pub side: String,
pub exec_time: String,
pub is_leverage: String,
pub closed_size: String,
pub seq: u64,
}Fields§
§category: String§symbol: String§exec_fee: String§exec_id: String§exec_price: String§exec_qty: String§exec_type: String§exec_value: String§is_maker: bool§fee_rate: String§trade_iv: String§mark_iv: String§block_trade_id: String§mark_price: String§index_price: String§underlying_price: String§leaves_qty: String§order_id: String§order_link_id: String§order_price: String§order_qty: String§order_type: String§stop_order_type: String§side: String§exec_time: String§is_leverage: String§closed_size: String§seq: u64Trait Implementations§
source§impl Clone for ExecutionData
impl Clone for ExecutionData
source§fn clone(&self) -> ExecutionData
fn clone(&self) -> ExecutionData
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 ExecutionData
impl Debug for ExecutionData
source§impl<'de> Deserialize<'de> for ExecutionData
impl<'de> Deserialize<'de> for ExecutionData
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 Serialize for ExecutionData
impl Serialize for ExecutionData
impl Send for ExecutionData
impl Sync for ExecutionData
Auto Trait Implementations§
impl Freeze for ExecutionData
impl RefUnwindSafe for ExecutionData
impl Unpin for ExecutionData
impl UnwindSafe for ExecutionData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)