namespace KLHZ.Trader.Core.Contracts.Declisions.Dtos
{
public class CachedValue
public DateTime Time { get; init; }
public decimal Value { get; init; }
}