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

Cleaned up order book

This commit is contained in:
Jan Korf
2019-10-21 21:44:51 +02:00
parent 964403d750
commit 3ba0507a79
7 changed files with 55 additions and 137 deletions
@@ -31,7 +31,7 @@ namespace CryptoExchange.Net.Interfaces
/// <summary>
/// Event when order book was updated. Be careful! It can generate a lot of events at high-liquidity markets
/// </summary>
event Action OnOrderBookUpdate;
event Action<IEnumerable<ISymbolOrderBookEntry>, IEnumerable<ISymbolOrderBookEntry>> OnOrderBookUpdate;
/// <summary>
/// Timestamp of the last update
/// </summary>