mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-27 11:47:03 +00:00
Exposed order book id
This commit is contained in:
parent
6c3462403f
commit
f7445543f2
@ -10,6 +10,11 @@ namespace CryptoExchange.Net.Interfaces
|
||||
/// </summary>
|
||||
public interface ISymbolOrderBook
|
||||
{
|
||||
/// <summary>
|
||||
/// Identifier
|
||||
/// </summary>
|
||||
string Id { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The status of the order book. Order book is up to date when the status is `Synced`
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user