I was substituting the call
reqContractDetails()
with
reqContractDetailsEx()
as suggested by the API guide.
However, there is, possibly, something not working, or working unexpectedly (to me):
the new function reqContractDetailsEx does NOT raise the event Tws.contractDetailsEx ; instead the old function reqContractDetails() raises all the events (in this order):
Tws.contractDetails
Tws.contractDetailsEx
Tws.contractDetailsEnd
(including Tws.contractDetailsEx).
This is strange. I would have expected that reqContractDetailsEx() would rise the event Tws.contractDetailsEx, but it does not.
Is this a bug, or I am missing something here ?
Could anyone shed some light (or the people at IB correct this behaviour, if it's a bug) ?
Thanks in advance.
----------------
Further, on the page:
http://www.interactivebrokers.com/p...ex/contractdetailsex.htm#HT_contractDetailsEx
clicking on reqContractDetailsEx() link one is redirected to a wrong (?) page:
http://www.interactivebrokers.com/p.../reqcontractdetails.htm#HT_reqContractDetails
(the deprecated function)
Tom
reqContractDetails()
with
reqContractDetailsEx()
as suggested by the API guide.
However, there is, possibly, something not working, or working unexpectedly (to me):
the new function reqContractDetailsEx does NOT raise the event Tws.contractDetailsEx ; instead the old function reqContractDetails() raises all the events (in this order):
Tws.contractDetails
Tws.contractDetailsEx
Tws.contractDetailsEnd
(including Tws.contractDetailsEx).
This is strange. I would have expected that reqContractDetailsEx() would rise the event Tws.contractDetailsEx, but it does not.
Is this a bug, or I am missing something here ?
Could anyone shed some light (or the people at IB correct this behaviour, if it's a bug) ?
Thanks in advance.
----------------
Further, on the page:
http://www.interactivebrokers.com/p...ex/contractdetailsex.htm#HT_contractDetailsEx
clicking on reqContractDetailsEx() link one is redirected to a wrong (?) page:
http://www.interactivebrokers.com/p.../reqcontractdetails.htm#HT_reqContractDetails
(the deprecated function)
Tom