pub struct TransactionLog {Show 20 fields
pub id: String,
pub symbol: String,
pub side: String,
pub funding: String,
pub order_link_id: String,
pub order_id: String,
pub fee: String,
pub change: String,
pub cash_flow: String,
pub transaction_time: String,
pub type: String,
pub fee_rate: String,
pub bonus_change: 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: String§order_link_id: String§order_id: String§fee: String§change: String§cash_flow: String§transaction_time: String§type: String§fee_rate: String§bonus_change: String§size: String§qty: String§cash_balance: String§currency: String§category: String§trade_price: String§trade_id: StringTrait Implementations§
Source§impl Clone for TransactionLog
impl Clone for TransactionLog
Source§fn clone(&self) -> TransactionLog
fn clone(&self) -> TransactionLog
Returns a duplicate 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 TransactionLog
impl Debug for TransactionLog
Source§impl<'de> Deserialize<'de> for TransactionLog
impl<'de> Deserialize<'de> for TransactionLog
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 TransactionLog
impl RefUnwindSafe for TransactionLog
impl Send for TransactionLog
impl Sync for TransactionLog
impl Unpin for TransactionLog
impl UnwindSafe for TransactionLog
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