1、合仓
This commit is contained in:
@ -154,3 +154,8 @@ func GetSymbolTriggerCount(db *gorm.DB, symbol string, apiId, symbolType int) (i
|
||||
|
||||
return count, nil
|
||||
}
|
||||
|
||||
//获取已开仓的
|
||||
// func GetOpenedOrders(db *gorm.DB, apiId int, exchange, symbol, symbolType, side string) ([]models.LinePreOrder, error) {
|
||||
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user