17 using System.Collections.Generic;
51 public new List<Tick>
this[
string ticker] {
get {
return base[ticker]; }
set { base[ticker] = value; } }
61 public new List<Tick>
this[
Symbol symbol] {
get {
return base[symbol]; }
set { base[symbol] = value; } }