|
|
@@ -326,7 +326,7 @@ type QueryHedgeOrderDetailRsp struct {
|
|
|
|
|
|
Goodscode string `json:"goodscode"` // 商品代码(内部)
|
|
|
Goodsname string `json:"goodsname"` // 商品名称
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
|
|
|
Exchangefullname string `json:"exchangefullname" xorm:"'EXCHANGEFULLNAME'"` // 外部交易所全称
|
|
|
|
|
|
@@ -397,7 +397,7 @@ func GetHedgeInnerOrderDetails(accountID int) ([]QueryHedgeOrderDetailRsp, error
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
OrderLoginCode string `json:"orderlogincode" xorm:"ORDERLOGINCODE"` // 委托人
|
|
|
@@ -521,7 +521,7 @@ func GetHisHedgeInnerOrderDetails(accountID int, startDate, endDate string) ([]Q
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
OrderLoginCode string `json:"orderlogincode" xorm:"ORDERLOGINCODE"` // 委托人
|
|
|
@@ -630,7 +630,7 @@ func GetHedgeOutOrderDetails(accountID int) ([]QueryHedgeOrderDetailRsp, error)
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
OrderLoginCode string `json:"orderlogincode" xorm:"ORDERLOGINCODE"` // 委托人
|
|
|
@@ -745,7 +745,7 @@ func GetHisHedgeOutOrderDetails(accountID int, startDate, endDate string) ([]Que
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
@@ -853,7 +853,7 @@ type QueryHedgeTradeDetailRsp struct {
|
|
|
|
|
|
Goodscode string `json:"goodscode"` // 商品代码(内部)
|
|
|
Goodsname string `json:"goodsname"` // 商品名称
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
|
|
|
Exchangefullname string `json:"exchangefullname"` // 外部交易所全称
|
|
|
|
|
|
@@ -909,7 +909,7 @@ func GetHedgeInnerTradeDetails(accountID, goodsID, buyOrSell, orderID int) ([]Qu
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
OrderLoginCode string `json:"orderlogincode" xorm:"ORDERLOGINCODE"` // 委托人
|
|
|
@@ -1120,7 +1120,7 @@ func GetHedgeOutTradeDetails(accountID, goodsID, buyOrSell, orderID int) ([]Quer
|
|
|
Orderidstr string `xorm:"ORDERIDSTR"`
|
|
|
Goodscode string `xorm:"GOODSCODE"`
|
|
|
Goodsname string `xorm:"GOODSNAME"`
|
|
|
- DECIMALPLACE uint `json:"DECIMALPLACE" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
+ DECIMALPLACE uint `json:"decimalplace" xorm:"'DECIMALPLACE'"` // 商品报价小数位
|
|
|
Exchangefullname string `xorm:"'EXCHANGEFULLNAME'"`
|
|
|
|
|
|
Tradeamount float64 `xorm:"TRADEAMOUNT"` // 成交金额
|