|
|
@@ -807,6 +807,7 @@ type InternalUncorrelatedTradeDetail struct {
|
|
|
RETCODE int32 `json:"retcode" xorm:"RETCODE"` // 返回码
|
|
|
ACCOUNTID int64 `json:"accountid" xorm:"ACCOUNTID"` // 账号ID
|
|
|
CHANNELBUILDTYPE int32 `json:"channelbuildtype" xorm:"CHANNELBUILDTYPE"` // 委托单据类型 0:无 1:建仓 2:平仓
|
|
|
+ MIDDLEGOODSQTY float64 `json:"middlegoodsqty" xorm:"MIDDLEGOODSQTY"` // 套保品种数量 = TradeQty * AgreeUnit * ConvertRatio
|
|
|
|
|
|
TRADETIME string `json:"tradetime" xorm:"TRADETIME"` // 成交时间
|
|
|
ACCOUNTNAME string `json:"accountname" xorm:"ACCOUNTNAME" form:"accountname"` // 套期主体
|