elkceo

Results 3 comments of elkceo

> When i am using tradehistoryparamsall and i set for example only currencypair,if the exchange needs more info in order to return tradehistory an exception occures which says where exactly...

Okay if you need to get filledSize you can use `FtxResponse ftxResponse = new FtxTradeServiceRaw(ftx).getFtxOrderStatus(ftx.getExchangeSpecification().getUserName(), "orderId"); ftxResponse.getResult().getFilledSize();`

> @daniloguimaraes - I will open PR definitely I work on fork already, I think the change will need to happen in rescu lib. But still investigating Hi. Did you...