diff --git a/CryptoExchange.Net/SharedApis/SharedSymbol.cs b/CryptoExchange.Net/SharedApis/SharedSymbol.cs index 471173a..9524c68 100644 --- a/CryptoExchange.Net/SharedApis/SharedSymbol.cs +++ b/CryptoExchange.Net/SharedApis/SharedSymbol.cs @@ -1,12 +1,13 @@ using CryptoExchange.Net.Objects; using System; +using System.Collections.Generic; namespace CryptoExchange.Net.SharedApis { /// /// A symbol representation based on a base and quote asset /// - public class SharedSymbol + public record SharedSymbol { /// /// The base asset of the symbol