HuobiRDCenter / huobi_Golang

Go SDK for Huobi Spot API
https://www.htx.com/zh-cn/opend/newApiPages/
Apache License 2.0
176 stars 86 forks source link

Fix cancelorderbyidresponse marshalling error (issue 51) #52

Open gregzaitsev opened 11 months ago

gregzaitsev commented 11 months ago

Fixing the issue 51 due to type mismatch between Huobi response (which is numeric) and CancelOrderByIdResponse.OrderState, which is string.