1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-21 23:06:22 +00:00

28 Commits

Author SHA1 Message Date
JKorf
20bf8df4ef Added strict levels to symbol order book 2020-06-16 16:18:57 +02:00
Jan Korf
c60131d464 wip orderbook rework 2020-06-04 22:01:42 +02:00
Jan Korf
b95215866b Added requestBodyEmptyContent setting for rest client, Added TryParseError for rest implementations to check for error with success status code 2020-06-02 19:32:55 +02:00
JKorf
6e4df34aea updated version 2020-05-20 09:16:06 +02:00
JKorf
46e1fee334 Added error debug output, fix for freeze when unsubscribing 2020-05-20 09:14:57 +02:00
JKorf
e31c0aa493 Update CryptoExchange.Net.xml 2020-03-03 10:28:21 +01:00
Jan Korf
ef4ab4bd8b
Merge pull request #28 from BenDavison/null-during-orderbook-sync
Fix for null reference on SymbolOrderBook when no data is available yet, added BestOffers
2020-03-03 09:09:50 +01:00
JKorf
66c0b90016 Added paused activity socket events 2020-02-05 11:26:36 +01:00
Ben Davison
4a01c30f34 Expose BestOffers on ISymbolOrderBook interface 2020-01-30 21:44:14 +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
82ff1aebaf SocketConnection.Send check if object is string, if so it doesn't deserialize again 2020-01-29 17:05:28 +01:00
JKorf
ccaf1da5c9 Renamed OnPriceChanged to OnBestOffersChanged 2020-01-23 14:00:58 +01:00
Ben Davison
e7ec10e98d Ticking price event 2019-12-11 13:26:13 +00:00
Jan Korf
d274a691c3 Re-added debug response messages 2019-10-23 23:38:43 +02:00
Jan Korf
bfdc83ffe5 Comments 2019-10-22 22:43:53 +02:00
JKorf
6f75af507a Renames, orderbook changes 2019-10-22 16:29:08 +02:00
Jan Korf
3ba0507a79 Cleaned up order book 2019-10-21 21:44:51 +02:00
JKorf
0699d91b04 Added validation methods 2019-10-21 16:36:31 +02:00
JKorf
b2b5b0fef0 wip 2019-10-20 13:36:38 +02:00
Jan Korf
8ec902951d 3.0 wip 2019-10-11 14:48:30 +02:00
Jan Korf
8cb3420520 Cleanup/Fixed Resharper comments 2019-09-05 11:00:57 +02:00
Jan Korf
de0916920f
Merge pull request #17 from ridicoulous/orderBookUpdateEvent
added orderbook update event
2019-09-04 16:27:02 +02:00
msg_kurt
6a3df9f7e7 removed event triggering timeout 2019-09-04 17:23:30 +03:00
Jan Korf
88b02b0b41 Added array serialization option, adjusted array converter 2019-08-29 09:30:17 +02:00
Jan Korf
cb68b4d6e3 Resubscribing after reconnecting now in parallel, fixed bug with ghost socket 2019-08-07 14:57:58 +02:00
Jan Korf
fc41962524 Fixes for libs 2019-08-06 13:30:05 +02:00
Jan Korf
780da53475 Added code docs, added ContinueOnQueryResponse 2019-08-06 13:19:34 +02:00
Jan Korf
11016bc213 added code docs xml 2019-08-05 15:04:26 +02:00