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

PlaceOrder tell me `invalid-client-order-id invalid.client.order.id (NT)` #38

Closed TuringZhu closed 3 years ago

TuringZhu commented 3 years ago

when call PlaceOrder with ClientOrderId=fmt.Sprintf("%d", 65152084151894016), it tell me invalid-client-order-id invalid.client.order.id (NT)

but the document said that

image

TuringZhu commented 3 years ago

如client order ID(在24小时内)被复用,节点将返回错误消息invalid.client.order.id。

看到了