예제 #1
0
 public void visit(Payoff p)
 {
     throw new NotSupportedException("unsupported payoff type: " + p.name());
 }
예제 #2
0
 public void visit(Payoff p) {
     throw new NotSupportedException("unsupported payoff type: " + p.name());
 }
예제 #3
0
 public override string name()
 {
     return(basePayoff_.name());
 }
예제 #4
0
 public void visit(Payoff p)
 {
     Utils.QL_FAIL("unsupported payoff type: " + p.name());
 }