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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user