mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Expose BestOffers on ISymbolOrderBook interface
This commit is contained in:
@@ -837,6 +837,11 @@
|
||||
The best ask currently in the order book
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CryptoExchange.Net.Interfaces.ISymbolOrderBook.BestOffers">
|
||||
<summary>
|
||||
BestBid/BesAsk returned as a pair
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CryptoExchange.Net.Interfaces.ISymbolOrderBook.Start">
|
||||
<summary>
|
||||
Start connecting and synchronizing the order book
|
||||
|
||||
@@ -70,6 +70,11 @@ namespace CryptoExchange.Net.Interfaces
|
||||
/// </summary>
|
||||
ISymbolOrderBookEntry BestAsk { get; }
|
||||
|
||||
/// <summary>
|
||||
/// BestBid/BesAsk returned as a pair
|
||||
/// </summary>
|
||||
Tuple<ISymbolOrderBookEntry, ISymbolOrderBookEntry> BestOffers { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Start connecting and synchronizing the order book
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user