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:
parent
a1be4f6e9a
commit
3d0c449dfc
@ -76,6 +76,7 @@ public async Task AsyncMethod()
|
||||
var result2 = await client.PingAsync();
|
||||
}
|
||||
}
|
||||
````
|
||||
|
||||
## Response handling
|
||||
All API requests will respond with a (Web)CallResult object. This object contains whether the call was successful, the data returned from the call and an error if the call wasn't successful. As such, one should always check the Success flag when processing a response.
|
||||
@ -172,6 +173,8 @@ var bids = orderBook.Bids; // All bids
|
||||
````
|
||||
The order book will automatically reconnect when the connection is lost and resync if it detects the sequence is off. Make sure to check the Status property to see it the book is currently in sync.
|
||||
|
||||
To stop synchronizing an order book use the `Stop` method.
|
||||
|
||||
## Release notes
|
||||
* Version 2.1.2 - 14 may 2019
|
||||
* Added order book base class for easy implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user