mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 23:16:49 +00:00
* exchanges/request: Requester.doRequest() now always parses returned response body into JSON even in the case of an artificial error after the request itself * exchanges/ftx: consider order cancellation successful under two new conditions, reported by the exchange: (1) order is already closed or (2) order is already queued for cancellation * exchanges/ftx: fix a typo in a comment * exchanges/request: keep the same behavior of doRequest() when there is an unmarshaling error * exchanges/ftx: FTX.DeleteOrderByClientID now also reports no errors when requesting the cancellation of orders that are already canceled on the exchange * exchanges/ftx: order deletion methods are now unified * exchanges/ftx: DeleteOrder* methods now check if the given ID is not empty
7.3 KiB
7.3 KiB