1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 20:02:57 +00:00

Use ValueTuple for BestOffers

This commit is contained in:
Ben Davison
2020-01-30 22:01:14 +00:00
parent 4a01c30f34
commit 07d0a0159d
3 changed files with 9 additions and 11 deletions
@@ -73,7 +73,7 @@ namespace CryptoExchange.Net.Interfaces
/// <summary>
/// BestBid/BesAsk returned as a pair
/// </summary>
Tuple<ISymbolOrderBookEntry, ISymbolOrderBookEntry> BestOffers { get; }
(ISymbolOrderBookEntry BestBid, ISymbolOrderBookEntry BestAsk) BestOffers { get; }
/// <summary>
/// Start connecting and synchronizing the order book