查询历史成交(列表)
GET
/trade/findlist
接口描述
查询历史成交
请求参数
参数名
类型
描述
必填
participantId
String
会员号
可选
clientId
String
客户号
可选
traderId
String
操作员号
可选
accountId
String
账户号
可选
instrumentId
String
合约号
可选
orderId
String
订单号
可选
direction
Integer
方向 0买 1卖
可选
start
String
13位时间戳 开始时间
可选
end
String
13位时间戳 结束时间
可选
lProductId
String
左产品
可选
rProductId
String
右产品
可选
tradeId
String
成交id
可选
accountIds
list
accountIds
可选
traderIds
list
traderIds
可选
响应参数
参数名
类型
描述
必填
errNo
String
必填
errMsg
String
必填
tradeId
String
成交号
必填
orderId
String
订单号
必填
participantId
String
会员号
必填
clientId
String
客户号
必填
tarderId
String
操作员号
必填
accountId
String
账户号
必填
direction
Integer
方向 0买 1卖
必填
price
BigDecimal
成交价
必填
volume
BigDecima
数量
必填
fee
String
手续费
必填
tradeTimestamp
String
成交时间戳
必填
tradeStatus
Integer
成交状态 0-待确认 1-被确认成功 2-被撤回
必填
instrumentId
String
合约号
必填