From f7445543f261d517bfafa4657eba0e4f7b013da7 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 10 Nov 2021 16:44:46 +0100 Subject: [PATCH] Exposed order book id --- CryptoExchange.Net/Interfaces/ISymbolOrderBook.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CryptoExchange.Net/Interfaces/ISymbolOrderBook.cs b/CryptoExchange.Net/Interfaces/ISymbolOrderBook.cs index 886e39b..9cf4f2d 100644 --- a/CryptoExchange.Net/Interfaces/ISymbolOrderBook.cs +++ b/CryptoExchange.Net/Interfaces/ISymbolOrderBook.cs @@ -10,6 +10,11 @@ namespace CryptoExchange.Net.Interfaces /// public interface ISymbolOrderBook { + /// + /// Identifier + /// + string Id { get; } + /// /// The status of the order book. Order book is up to date when the status is `Synced` ///