namespace IndexFormula.Finance { using System; public enum DataCycleBase { TICK, SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, HALFYEAR, YEAR } }