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