mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Added ExchangeName to IExchangeClient interface
This commit is contained in:
@@ -10,6 +10,11 @@ namespace CryptoExchange.Net.ExchangeInterfaces
|
||||
/// </summary>
|
||||
public interface IExchangeClient
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the exchange
|
||||
/// </summary>
|
||||
string ExchangeName { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Should be triggered on order placing
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user