1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 04:13:02 +00:00

Rename ValueTuple in BestOffers

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