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

Issue in Future_PlaceOrder_Async #10

Closed EgorovOleg closed 3 years ago

EgorovOleg commented 3 years ago

When I place an order on the exchange, I get an error: Illegal parameter, code : 30024. Parameters for placing an order: { "instrument_id": "LINK-USDT-210326", "match_price": 0, "order_type": "4", "size": 1, "type": "1" }. Exchange only accepts string

burakoner commented 3 years ago

You can try again with https://github.com/burakoner/OKEx.Net/commit/c65b67d00a6f0bf969cba5b84c751e757218b18c or https://www.nuget.org/packages/OKEx.Net/1.5.9

EgorovOleg commented 3 years ago

Thanks)