1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-06 23:46:12 +00:00

Updated SharedSymbol from class to record

This commit is contained in:
Jkorf 2025-02-04 08:28:21 +01:00
parent 74f73dc790
commit 4bdad7fe0c

View File

@ -1,12 +1,13 @@
using CryptoExchange.Net.Objects;
using System;
using System.Collections.Generic;
namespace CryptoExchange.Net.SharedApis
{
/// <summary>
/// A symbol representation based on a base and quote asset
/// </summary>
public class SharedSymbol
public record SharedSymbol
{
/// <summary>
/// The base asset of the symbol