1
0
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:
Jan Korf 2021-12-27 15:27:14 +01:00
parent c96e75d6c3
commit b212842ec8

View File

@ -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>