pub struct GetMovePositionHistoryItem {Show 16 fields
pub block_trade_id: String,
pub category: String,
pub order_id: String,
pub user_id: i64,
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: i32,
pub result_message: String,
pub created_at: i64,
pub updated_at: i64,
pub reject_party: String,
}Fields§
§block_trade_id: String§category: String§order_id: String§user_id: i64§symbol: String§side: String§price: String§qty: String§exec_fee: String§status: String§exec_id: String§result_code: i32§result_message: String§created_at: i64§updated_at: i64§reject_party: StringTrait Implementations§
Source§impl Clone for GetMovePositionHistoryItem
impl Clone for GetMovePositionHistoryItem
Source§fn clone(&self) -> GetMovePositionHistoryItem
fn clone(&self) -> GetMovePositionHistoryItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetMovePositionHistoryItem
impl Debug for GetMovePositionHistoryItem
Source§impl<'de> Deserialize<'de> for GetMovePositionHistoryItem
impl<'de> Deserialize<'de> for GetMovePositionHistoryItem
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 GetMovePositionHistoryItem
impl RefUnwindSafe for GetMovePositionHistoryItem
impl Send for GetMovePositionHistoryItem
impl Sync for GetMovePositionHistoryItem
impl Unpin for GetMovePositionHistoryItem
impl UnsafeUnpin for GetMovePositionHistoryItem
impl UnwindSafe for GetMovePositionHistoryItem
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