You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
salanfe
changed the title
Changing type of ClosedOrders' numeric fields from float64 to string
Changing type of Order struct's numeric fields from float64 to string
May 23, 2019
I propose to update the
Order
structkraken-go-api-client/types.go
Line 518 in 1bcd792
so we do not lose precision casting numeric values (eg
Cost
,Fee
,Price
, etc)as a reminder a ClosedOrders response looks like this
TradesID
is addressed in my current PR #47The text was updated successfully, but these errors were encountered: