From f540742b421229ca34049157d14c1d7f0281b7db Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 30 Dec 2021 02:37:17 +0800 Subject: [PATCH] add tradeType field --- pkg/exchange/kucoin/kucoinapi/trade.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/exchange/kucoin/kucoinapi/trade.go b/pkg/exchange/kucoin/kucoinapi/trade.go index 535298987..391269832 100644 --- a/pkg/exchange/kucoin/kucoinapi/trade.go +++ b/pkg/exchange/kucoin/kucoinapi/trade.go @@ -52,6 +52,8 @@ type GetFillsRequest struct { orderID *string `param:"orderId"` + // tradeType *string `param:"tradeType" default:"TRADE"` + symbol *string `param:"symbol"` side *string `param:"side" validValues:"buy,sell"`