1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +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
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace CryptoExchange.Net.SharedApis.Enums
namespace CryptoExchange.Net.SharedApis
{
/// <summary>
/// Type of ticker
@@ -16,7 +16,7 @@ namespace CryptoExchange.Net.SharedApis.Enums
/// <summary>
/// The ticker data is calculated based on the start of the day at 00:00 on UTC+0
/// </summary>
DayUTc0,
DayUtc0,
/// <summary>
/// Ticker data is calculated in a different way or not consistent
/// </summary>