mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-27 03:36:52 +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>
|
/// </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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user