17 using System.Collections.Generic;
18 using Newtonsoft.Json;
47 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
53 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
64 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
65 public IDictionary<string, OptimizationBacktest>
Backtests {
get;
set; }