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

Renamed OnPriceChanged to OnBestOffersChanged

This commit is contained in:
JKorf
2020-01-23 14:00:58 +01:00
parent 7abdc0b683
commit ccaf1da5c9
3 changed files with 12 additions and 15 deletions
@@ -35,7 +35,7 @@ namespace CryptoExchange.Net.Interfaces
/// <summary>
/// Event when the BestBid or BestAsk changes ie a Pricing Tick
/// </summary>
event Action<ISymbolOrderBookEntry, ISymbolOrderBookEntry> OnPriceChanged;
event Action<ISymbolOrderBookEntry, ISymbolOrderBookEntry> OnBestOffersChanged;
/// <summary>
/// Timestamp of the last update
/// </summary>