1
This commit is contained in:
@ -471,7 +471,7 @@ func getOpenPositionMainOrderId(db *gorm.DB, newId, apiId, symbolType int, excha
|
||||
}
|
||||
|
||||
// 获取需要取消的订单号
|
||||
func getOpenOrderSns(db *gorm.DB, mainIds []int) ([]string, error) {
|
||||
func GetOpenOrderSns(db *gorm.DB, mainIds []int) ([]string, error) {
|
||||
result := []string{}
|
||||
|
||||
//委托中的订单
|
||||
|
||||
Reference in New Issue
Block a user