Closed damob-byun closed 3 years ago
I am working on websocket part and fixed it. I have some jobts to to but I can push current snapshot in one minute.
You can check it here https://github.com/burakoner/OKEx.Net/commit/70d204df5fdeb5d61469afbdfbf6cfb188130de2
thx :)
and one more exist issue If I do spotPlaceOrder on BTC market. price parameter error occured. perhaps there is a problem in the process of convert decimal into strings. @burakoner
AS you can see in the codes I dont check price filter. Okex does that. You need send request according to Okex rules.
### ISSUE
WebSocket does not work
Before log
symbol variable is made lowercase by OkexExtensions.ValidateSymbol function
symbol = symbol.ValidateSymbol();
I don't know your intentions, I only fixed the part that I usedAfter Log
It works.