mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 20:33:03 +00:00
Renames, orderbook changes
This commit is contained in:
@@ -14,4 +14,15 @@
|
||||
/// </summary>
|
||||
decimal Price { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Interface for order book entries
|
||||
/// </summary>
|
||||
public interface ISymbolOrderSequencedBookEntry: ISymbolOrderBookEntry
|
||||
{
|
||||
/// <summary>
|
||||
/// Sequence of the update
|
||||
/// </summary>
|
||||
long Sequence { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user