Struct bybit::model::TransactionLogEntry
source · pub struct TransactionLogEntry {Show 20 fields
pub id: String,
pub symbol: String,
pub side: String,
pub funding: Option<String>,
pub order_link_id: Option<String>,
pub order_id: String,
pub fee: String,
pub change: String,
pub cash_flow: String,
pub transaction_time: String,
pub type_field: String,
pub fee_rate: String,
pub bonus_change: Option<String>,
pub size: String,
pub qty: String,
pub cash_balance: String,
pub currency: String,
pub category: String,
pub trade_price: String,
pub trade_id: String,
}Fields§
§id: String§symbol: String§side: String§funding: Option<String>§order_link_id: Option<String>§order_id: String§fee: String§change: String§cash_flow: String§transaction_time: String§type_field: String§fee_rate: String§bonus_change: Option<String>§size: String§qty: String§cash_balance: String§currency: String§category: String§trade_price: String§trade_id: StringTrait Implementations§
source§impl Clone for TransactionLogEntry
impl Clone for TransactionLogEntry
source§fn clone(&self) -> TransactionLogEntry
fn clone(&self) -> TransactionLogEntry
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 TransactionLogEntry
impl Debug for TransactionLogEntry
source§impl<'de> Deserialize<'de> for TransactionLogEntry
impl<'de> Deserialize<'de> for TransactionLogEntry
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 TransactionLogEntry
impl RefUnwindSafe for TransactionLogEntry
impl Send for TransactionLogEntry
impl Sync for TransactionLogEntry
impl Unpin for TransactionLogEntry
impl UnwindSafe for TransactionLogEntry
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)