mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 13:23:07 +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