mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-26 03:07:24 +00:00
Added ExchangeName to IExchangeClient interface
This commit is contained in:
parent
c96e75d6c3
commit
b212842ec8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user