namespace KLHZ.Trader.Core.Exchange.Models.Trading { internal class PirsonCalculatingResult { public bool Success { get; init; } public decimal Pirson { get; init; } public decimal PriceDiff { get; init; } public decimal TradesDiff { get; init; } public decimal TradesDiffRelative { get; init; } } }