namespace KLHZ.Trader.Core.Contracts.Messaging.Dtos.Intarfaces
{
public interface IProcessedPrice : INewPrice
public string Processor { get; set; }
}