pub type QueryTradeHistoryResponse = TradeHistoryResult;
pub struct QueryTradeHistoryResponse { pub list: Option<Vec<TradeInfo>>, }
list: Option<Vec<TradeInfo>>