burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 49 forks source link

SubscribeToIndexTickers #42

Closed xnlzg closed 2 years ago

xnlzg commented 2 years ago

SubscribeToIndexTickers 返回的实体对象不对 public virtual CallResult SubscribeToIndexTickers(string intrumentId, Action onData); 应该返回OkexIndexTicker这个吧

burakoner commented 2 years ago

Thank you for feed back. Hi. Please take a look to https://www.nuget.org/packages/OKEx.Net/5.1.3 or https://github.com/burakoner/OKEx.Net/commit/1892e867c6e19c0ffaaee244dde35815ce41de3b. It has been fixed.