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