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