1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +00:00

Update README.md

This commit is contained in:
JKorf 2019-10-23 10:22:33 +02:00
parent b030b0b4c3
commit 539b92b2e8

View File

@ -202,8 +202,10 @@ To stop synchronizing an order book use the `Stop` method.
* Added CancellationToken support
* Added bool compare override to CallResult (now possible to `if(callresult)` instead of `if(callresult.Success)`)
* Added input validation methods
* Wrong input will now throw exceptions rather than error results
* OnOrderBookUpdate event added to `SymbolOrderBook`
* Version 2.1.8 - 29 Aug 2019
* Added array serialization options for implementations