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

Updated version

This commit is contained in:
Jan Korf
2019-05-16 15:34:53 +02:00
parent 544864a2fd
commit 123b915490
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -180,6 +180,10 @@ The order book will automatically reconnect when the connection is lost and resy
To stop synchronizing an order book use the `Stop` method.
## Release notes
* Version 2.1.3 - 16 may 2019
* Refactored SymbolOrderBook
* Added BestBid/BestAsk properties for order book
* Version 2.1.2 - 14 may 2019
* Added order book base class for easy implementation
* Added additional constructor to ApiCredentials to be able to read from file