1、临时提交 反向下单
This commit is contained in:
@ -37,6 +37,10 @@ type TradeSet struct {
|
||||
E int64 `json:"-"` //推送时间
|
||||
}
|
||||
|
||||
func (e *TradeSet) GetSymbol() string {
|
||||
return e.Coin + e.Currency
|
||||
}
|
||||
|
||||
//CommissionType int `db:"commissiontype"` //手续费:1买,2卖,3双向
|
||||
//DepositNum float64 `db:"depositnum" json:"depositnum"` //保证金规模(手)
|
||||
//ForceRate float64 `db:"forcerate" json:"forcerate"` //维持保证金率1%
|
||||
|
||||
Reference in New Issue
Block a user