JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

Invalid type of orderId parameter in GetOrderAsync and CancelOrderAsync function #1324

Closed AFCrio closed 6 months ago

AFCrio commented 7 months ago

Invalid type of orderId parameter in GetOrderAsync and CancelOrderAsync in IBinanceSocketClientSpotApiTrading. When calling by orderId, int is specified instead of long. To see the problem you can place an order or get the real clientId from an existing order. For example, the real identifier (2712825989) cannot be converted to Int32

AFCrio commented 7 months ago

Please, review and apply if correct #1325