[Uniform("interval-minutes", "im", "INTERVALMINUTES", true, "time in minutes between updates.")]
publicintUpdateIntervalMinutes{get;set;}=10;
[Uniform("max-random-seconds", "mrs", "MAXRANDOMSECONDS", false, "maximum random number of seconds added to update delay.")]
publicintMaxRandomIntervalSeconds{get;set;}=120;
[Uniform("check-history", "ch", "CHECKHISTORY", true, "Unix epoc timestamp of a moment in history on which processing begins. Should be 'launch of the testnet'.")]
publicintCheckHistoryTimestamp{get;set;}=0;
/// <summary>
/// 6 = 1h
/// 144 = 24h
/// 2520 = 1 week
/// 10080 = 4 weeks
/// </summary>
[Uniform("timesegments", "ts", "TIMESEGMENTS", false, "Semi-colon separated integers. Each represents a multiple of intervals, for which a market timesegment will be generated.")]