1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00
Commit Graph

77 Commits

Author SHA1 Message Date
Ben Davison 07d0a0159d Use ValueTuple for BestOffers 2020-01-30 22:01:14 +00:00
Ben Davison 635ba1747c removed not implemented exception from the dispose override in the TestableSymbolOrderBook implementation 2020-01-30 17:59:21 +00:00
Ben Davison 08d7022815 introduce a default empty ISymbolOrderBookEntry that is returned buy BestBid or BestAsk if called when the bid or ask lists are empty. This resolves a null reference exception seen during syncronization (specifically when connecting to Kraken). I have also introduced BestOffers which returns both bid and ask in the scope of one lock allowing the caller to be sure that nothing has changed between BestBid and BestAsk request. 2020-01-30 16:55:47 +00:00
JKorf 5bfabc34c2 cleanup 2019-10-23 08:48:12 +02:00
JKorf 964403d750 Unit test project to .netcore3.0 2019-10-21 16:47:41 +02:00
JKorf b2b5b0fef0 wip 2019-10-20 13:36:38 +02:00
Jan Korf 0d4707f6a5 Updated SymbolOrderBook 2019-07-09 12:00:03 +02:00
Jan Korf 1a9263a8a3 Added rate limiter for api key 2019-05-01 10:15:11 +02:00
Jan Korf 9008c4ed2c Socket client update, added headers to rest result 2019-04-30 11:58:39 +02:00
Jan Korf c489b4e9aa Updated socketclient 2019-04-29 08:45:53 +02:00
JKorf 4cc5692328 Fix unit test 2019-01-09 11:41:21 +01:00
Jan Korf 36169d08a3 fixed unit test 2018-12-28 20:26:55 +01:00
JKorf 56da39b595 Added reset to base socket to create a new socket when trying to reconnect 2018-12-17 11:08:03 +01:00
JKorf f09a731cde Test fixes 2018-12-04 16:06:44 +01:00
JKorf 0f594bf8f4 Unit tests, fixed error response parsing 2018-12-04 10:15:43 +01:00
JKorf 8a4e8403d2 Seperated validate json call, error parsing now receive JToken 2018-12-03 16:11:06 +01:00
JKorf b4d45b4194 Unit tests updated 2018-12-03 14:56:24 +01:00
JKorf 8611723c6f Unit tests 2018-11-29 09:48:09 +01:00
Jan Korf 6a0c7c417b Initial unit test 2018-11-28 21:51:39 +01:00
Jan Korf 5c63941f32 Initial v2 changes 2018-11-22 12:45:36 +01:00
JKorf b46d74ddf8 Updated ConstructRequest method so it can be used by most implementations 2018-09-21 15:00:21 +02:00
JKorf b5833e5230 Fixed some resharper warnings 2018-08-16 10:40:35 +02:00
JKorf bb4fb17ec6 Fix for parsing bug 2018-08-13 12:19:14 +02:00
JKorf c41b330f0f Added test websocket for unit testing 2018-07-02 09:22:17 +02:00
JKorf ebce7d675d Fixed unit tests 2018-05-04 11:03:32 +02:00
JKorf 46a37937e5 Updated logging, added pinging settings to websocket 2018-03-21 10:49:08 +01:00
JKorf 94eb269ade Added unit tests, added solution, added travis build 2018-03-07 10:32:57 +01:00