Jerry,
Thanks for your response.
In terms of functionality, all I believe I really need are 3 or 4 functions:
1) place a limit order,
2) check the status of the order,
3) cancel the order, and
4) check account balance
(Others may want to do the same with stop orders.)
Other functionality I believe I can provide within my own code.
Perhaps another way to do the same thing is to provide the capability of entering data into the QT trading form and issuing the action command programmatically. This approach appears to me to require a lot less work on your part to implement and it would be a great addition to the functionality of QT.
"It would only be useful if 3rd party software utilized the API"
I'm presently programming an application which uses QT for obtaining quotes but I use the IB API to issue buy/sell commands. I would much prefer to just use one interface to do both things. I may try and commercialize my application some time down the road.
Richard
Thanks for your response.
In terms of functionality, all I believe I really need are 3 or 4 functions:
1) place a limit order,
2) check the status of the order,
3) cancel the order, and
4) check account balance
(Others may want to do the same with stop orders.)
Other functionality I believe I can provide within my own code.
Perhaps another way to do the same thing is to provide the capability of entering data into the QT trading form and issuing the action command programmatically. This approach appears to me to require a lot less work on your part to implement and it would be a great addition to the functionality of QT.
"It would only be useful if 3rd party software utilized the API"
I'm presently programming an application which uses QT for obtaining quotes but I use the IB API to issue buy/sell commands. I would much prefer to just use one interface to do both things. I may try and commercialize my application some time down the road.
Richard