public PriceBars(BarItemType barItemType) : base(new DateTimeKeyedPricebars(), 300) { this.barItemType = barItemType; }
public CalculationDependencyItem(BarItemType barType, IAnalyticsIdentity identity) { this.barType = barType; this.identity = identity; }