|
|
@@ -124,9 +124,9 @@ type ErmcpGoods struct {
|
|
|
SLRATIODEFAULT float64 `json:"slratiodefault" xorm:"SLRATIODEFAULT"` // 止损默认比例(按单风控)
|
|
|
|
|
|
BASECURRENCYCODE string `json:"basecurrencycode" xorm:"BASECURRENCYCODE"` // 基础货币代码(80,81:Goodscurrencyid)
|
|
|
- BASEDECIMALPLACE string `json:"basedecimalplace" xorm:"BASEDECIMALPLACE"` // 基础货币小数位(80,81:Goodscurrencyid)
|
|
|
+ BASEDECIMALPLACE int32 `json:"basedecimalplace" xorm:"BASEDECIMALPLACE"` // 基础货币小数位(80,81:Goodscurrencyid)
|
|
|
QUOTECURRENCYCODE string `json:"quotecurrencycode" xorm:"QUOTECURRENCYCODE"` // 计价货币代码(80,81:currencyid)
|
|
|
- QUOTEDECIMALPLACE string `json:"quotedecimalplace" xorm:"QUOTEDECIMALPLACE"` // 计价货币小数位(80,81:currencyid)
|
|
|
+ QUOTEDECIMALPLACE int32 `json:"quotedecimalplace" xorm:"QUOTEDECIMALPLACE"` // 计价货币小数位(80,81:currencyid)
|
|
|
|
|
|
BUYTPPOINT int32 `json:"buytppoint" xorm:"BUYTPPOINT"` // 买止盈点差(按账户风控)
|
|
|
BUYSLPOINT int32 `json:"buyslpoint" xorm:"BUYSLPOINT"` // 买止损点差(按账户风控)
|