|
|
@@ -559,7 +559,7 @@ type Tradeholderdetailex struct {
|
|
|
CANAUTOADDDEPOSIT uint64 `json:"canautoadddeposit" xorm:"CANAUTOADDDEPOSIT"` // 是否允许自动追加定金: 0-否 1-是(52)
|
|
|
ADDDEPOSITRATE float64 `json:"adddepositrate" xorm:"ADDDEPOSITRATE"` // 自动追加定金率(52) - 允许时显示
|
|
|
CANAUTOREFUNDDEPOSIT uint64 `json:"canautorefunddeposit" xorm:"CANAUTOREFUNDDEPOSIT"` // 是否允许自动退还定金: 0-否 1-是(52)
|
|
|
- ClosedDays int32 `json:"closeddays" xorm:"CLOSEDDAYS"` // 剩余平仓天数(52) -1为不强平
|
|
|
+ CLOSEDDAYS int32 `json:"closeddays" xorm:"CLOSEDDAYS"` // 剩余平仓天数(52) -1为不强平
|
|
|
|
|
|
GOODSCODE string `json:"goodscode" xorm:"GOODSCODE"` // 期货合约代码(内部)
|
|
|
GOODSNAME string `json:"goodsname" xorm:"GOODSNAME"` // 期货合约名称
|