1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-07-27 03:36:52 +00:00

Exposed order book id

This commit is contained in:
Jkorf 2021-11-10 16:44:46 +01:00
parent 6c3462403f
commit f7445543f2

View File

@ -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>