pub type GetTradeHistoryResponse = GetTradeHistoryResult;Expand description
Get trade history response.
Aliased Type§
pub struct GetTradeHistoryResponse {
pub cursor: Option<String>,
pub list: Option<Vec<GetTradeHistoryTrade>>,
}Fields§
§cursor: Option<String>§list: Option<Vec<GetTradeHistoryTrade>>