mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-12-31 02:56:56 +00:00
Added IExchangeService interface
This commit is contained in:
parent
6cf9684f55
commit
9d94a24862
13
CryptoExchange.Net/Interfaces/IExchangeService.cs
Normal file
13
CryptoExchange.Net/Interfaces/IExchangeService.cs
Normal file
@ -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; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user