Struct bybit::model::MoveHistoryEntry
source · pub struct MoveHistoryEntry {Show 16 fields
pub block_trade_id: String,
pub category: String,
pub order_id: String,
pub user_id: u64,
pub symbol: String,
pub side: String,
pub price: String,
pub qty: String,
pub exec_fee: String,
pub status: String,
pub exec_id: String,
pub result_code: i16,
pub result_message: String,
pub created_at: u64,
pub updated_at: u64,
pub reject_party: String,
}Fields§
§block_trade_id: String§category: String§order_id: String§user_id: u64§symbol: String§side: String§price: String§qty: String§exec_fee: String§status: String§exec_id: String§result_code: i16§result_message: String§created_at: u64§updated_at: u64§reject_party: StringTrait Implementations§
source§impl Clone for MoveHistoryEntry
impl Clone for MoveHistoryEntry
source§fn clone(&self) -> MoveHistoryEntry
fn clone(&self) -> MoveHistoryEntry
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 MoveHistoryEntry
impl Debug for MoveHistoryEntry
source§impl<'de> Deserialize<'de> for MoveHistoryEntry
impl<'de> Deserialize<'de> for MoveHistoryEntry
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 RefUnwindSafe for MoveHistoryEntry
impl Send for MoveHistoryEntry
impl Sync for MoveHistoryEntry
impl Unpin for MoveHistoryEntry
impl UnwindSafe for MoveHistoryEntry
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