gateio / gatews

Gate Websocket V4 SDK
89 stars 35 forks source link

Fee fields in user trades notification #42

Closed LKresta closed 1 year ago

LKresta commented 1 year ago

Hi there,

https://www.gate.io/docs/developers/futures/ws/en/#user-trades-notification says there are fee and point_fee fields in the notification. I don't see them in notifications I receive, are these fields somehow optional (if so when are they provided) or is the documentation wrong?

Thanks, L.

revilwang commented 1 year ago

Are you using gatews SDK? The two fields has been added in raw response, but the SDK is not updated. We'll update a new version later.

LKresta commented 1 year ago

No, I'm not using the SDK. I'm looking at output from socket connection (testnet, USDT settle).

revilwang commented 1 year ago

These two fields haven't been updated to testnet environment. I'll issue a server upgrade.

LKresta commented 1 year ago

Splendid, thanks!