文档
测试

查询实时成交

GET
/trade/real/find

接口描述

查询实时成交

请求参数

参数名
类型
描述
必填
instrumentId
String
合约号
必填
count
String
条数
必填

响应参数

参数名
类型
描述
必填
errNo
String
必填
errMsg
String
必填
data
必填
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
合约号
必填