Open GoogleCodeExporter opened 8 years ago
[deleted comment]
pls close issue -- all works
Original comment by vivanov...@gmail.com
on 25 Mar 2013 at 4:16
@vivanov: How did you get this working? I'm having the same problem.
Original comment by cwalke...@gmail.com
on 1 Jul 2013 at 2:08
I actually figured it out rather quickly, too. Turns out, this problem arises
from old example code. My application was built off one of the examples that
still had:
def tickOptionComputation(self, tickerId, field, impliedVolatility, delta):
and this needs to be changed to:
def tickOptionComputation(self, tickerId, field, impliedVolatility, delta,
modelPrice, pvDividend):
Hope this helps someone!
Original comment by cwalke...@gmail.com
on 1 Jul 2013 at 2:25
Original issue reported on code.google.com by
vivanov...@gmail.com
on 25 Mar 2013 at 3:09