Struct bybit::model::TradeHistory
source · pub struct TradeHistory {Show 27 fields
pub symbol: String,
pub order_type: String,
pub underlying_price: String,
pub order_link_id: String,
pub side: String,
pub index_price: String,
pub order_id: String,
pub stop_order_type: String,
pub leaves_qty: String,
pub exec_time: String,
pub fee_currency: String,
pub is_maker: bool,
pub exec_fee: String,
pub fee_rate: String,
pub exec_id: String,
pub trade_iv: String,
pub block_trade_id: String,
pub mark_price: String,
pub exec_price: String,
pub mark_iv: String,
pub order_qty: String,
pub order_price: String,
pub exec_value: String,
pub exec_type: String,
pub exec_qty: String,
pub closed_size: String,
pub seq: u64,
}Fields§
§symbol: String§order_type: String§underlying_price: String§order_link_id: String§side: String§index_price: String§order_id: String§stop_order_type: String§leaves_qty: String§exec_time: String§fee_currency: String§is_maker: bool§exec_fee: String§fee_rate: String§exec_id: String§trade_iv: String§block_trade_id: String§mark_price: String§exec_price: String§mark_iv: String§order_qty: String§order_price: String§exec_value: String§exec_type: String§exec_qty: String§closed_size: String§seq: u64Trait Implementations§
source§impl Clone for TradeHistory
impl Clone for TradeHistory
source§fn clone(&self) -> TradeHistory
fn clone(&self) -> TradeHistory
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 TradeHistory
impl Debug for TradeHistory
source§impl<'de> Deserialize<'de> for TradeHistory
impl<'de> Deserialize<'de> for TradeHistory
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
Auto Trait Implementations§
impl Freeze for TradeHistory
impl RefUnwindSafe for TradeHistory
impl Send for TradeHistory
impl Sync for TradeHistory
impl Unpin for TradeHistory
impl UnwindSafe for TradeHistory
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)