Ejemplo n.º 1
0
 public double pnl(double earlierPrice, double laterPrice)
 {
     return(symbol.pnl(amount, earlierPrice, laterPrice));
 }