public void Notify(StockTick tick)
 {
     StockTick(this, tick);
 }
示例#2
0
 public void Notify(StockTick tick)
 {
     StockTick(this, tick);
 }