This website requires JavaScript.
Explore
Help
Register
Sign In
flywithu
/
CryptoExchange.Net
Watch
1
Star
0
Fork
0
You've already forked CryptoExchange.Net
mirror of
https://github.com/JKorf/CryptoExchange.Net
synced
2025-06-07 16:06:15 +00:00
Code
Issues
Releases
Wiki
Activity
CryptoExchange.Net
/
CryptoExchange.Net.UnitTests
History
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
..
TestImplementations
cleanup
2019-10-23 08:48:12 +02:00
BaseClientTests.cs
wip
2019-10-20 13:36:38 +02:00
CryptoExchange.Net.UnitTests.csproj
Unit test project to .netcore3.0
2019-10-21 16:47:41 +02:00
RestClientTests.cs
cleanup
2019-10-23 08:48:12 +02:00
SocketClientTests.cs
cleanup
2019-10-23 08:48:12 +02:00
SymbolOrderBookTests.cs
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