pub struct GetC2CTradeHistoryResponse {Show 18 fields
pub order_number: Option<String>,
pub adv_no: Option<String>,
pub trade_type: Option<String>,
pub asset: Option<String>,
pub fiat: Option<String>,
pub fiat_symbol: Option<String>,
pub amount: Option<String>,
pub total_price: Option<String>,
pub unit_price: Option<String>,
pub order_status: Option<String>,
pub create_time: Option<i64>,
pub commission: Option<String>,
pub taker_commission_rate: Option<String>,
pub taker_commission: Option<String>,
pub taker_amount: Option<String>,
pub counter_part_nick_name: Option<String>,
pub pay_method_name: Option<String>,
pub additional_kyc_verify: Option<i64>,
}Fields§
§order_number: Option<String>§adv_no: Option<String>§trade_type: Option<String>§asset: Option<String>§fiat: Option<String>§fiat_symbol: Option<String>§amount: Option<String>§total_price: Option<String>§unit_price: Option<String>§order_status: Option<String>§create_time: Option<i64>§commission: Option<String>§taker_commission_rate: Option<String>§taker_commission: Option<String>§taker_amount: Option<String>§counter_part_nick_name: Option<String>§pay_method_name: Option<String>§additional_kyc_verify: Option<i64>Implementations§
Source§impl GetC2CTradeHistoryResponse
impl GetC2CTradeHistoryResponse
pub fn new() -> GetC2CTradeHistoryResponse
Trait Implementations§
Source§impl Clone for GetC2CTradeHistoryResponse
impl Clone for GetC2CTradeHistoryResponse
Source§fn clone(&self) -> GetC2CTradeHistoryResponse
fn clone(&self) -> GetC2CTradeHistoryResponse
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 GetC2CTradeHistoryResponse
impl Debug for GetC2CTradeHistoryResponse
Source§impl Default for GetC2CTradeHistoryResponse
impl Default for GetC2CTradeHistoryResponse
Source§fn default() -> GetC2CTradeHistoryResponse
fn default() -> GetC2CTradeHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetC2CTradeHistoryResponse
impl<'de> Deserialize<'de> for GetC2CTradeHistoryResponse
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
Source§impl PartialEq for GetC2CTradeHistoryResponse
impl PartialEq for GetC2CTradeHistoryResponse
Source§fn eq(&self, other: &GetC2CTradeHistoryResponse) -> bool
fn eq(&self, other: &GetC2CTradeHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetC2CTradeHistoryResponse
Auto Trait Implementations§
impl Freeze for GetC2CTradeHistoryResponse
impl RefUnwindSafe for GetC2CTradeHistoryResponse
impl Send for GetC2CTradeHistoryResponse
impl Sync for GetC2CTradeHistoryResponse
impl Unpin for GetC2CTradeHistoryResponse
impl UnsafeUnpin for GetC2CTradeHistoryResponse
impl UnwindSafe for GetC2CTradeHistoryResponse
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