using System; namespace Knoks.CryptoExchanges.Entities.Args { public class LiveRateItemRequest { public string PairSymbol { get; set; } public DateTime LaterThanDate { get; set; } public int ExchangeId { get; set; } } }