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

when orderwebsocketclient package("Websocket Asset and Order (v2)") add support for "orders.$symbol"? #6

Closed titilami closed 4 years ago

titilami commented 4 years ago

i notice that in v1 version supported subscribe "orders.$symbol.update" in the example "orderwebsocketclientexample.go --> subOrderUpdateV1()", but it will to be obsoleted. subOrderUpdateV2() only supported subscribe "accounts.update#". i can not find "orders#${symbol}" in v2 version in golang sdk. https://huobiapi.github.io/docs/spot/v1/en/#subscribe-order-updates

eynzhang commented 4 years ago

@titilami we just released https://github.com/HuobiRDCenter/huobi_Golang/releases/tag/v2.1.1 today to include websocket v2 order update. You can get it now.

titilami commented 4 years ago

ok,thx, please close the issue.