1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 04:42:57 +00:00
This commit is contained in:
Jkorf
2025-11-10 13:12:16 +01:00
parent 9d94a24862
commit b1c5cf318a
7 changed files with 3 additions and 8 deletions
@@ -8,6 +8,6 @@
/// <summary>
/// The exchange the service is for
/// </summary>
public string Exchange { get; }
public string ExchangeName { get; }
}
}