1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 12:22:56 +00:00

Expose BestOffers on ISymbolOrderBook interface

This commit is contained in:
Ben Davison
2020-01-30 21:44:14 +00:00
parent 635ba1747c
commit 4a01c30f34
2 changed files with 10 additions and 0 deletions
@@ -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>