mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Added IExchangeService interface
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace CryptoExchange.Net.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Service for an exchange
|
||||
/// </summary>
|
||||
public interface IExchangeService
|
||||
{
|
||||
/// <summary>
|
||||
/// The exchange the service is for
|
||||
/// </summary>
|
||||
public string Exchange { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user