Since the above method is very impractical to accomplish with the IB API, I've to change my concept by limiting myself to a few hand-selected...
All I need is to get every x minutes, say every 5 minutes, the Level-1 data to all strikes of one expiration date. How do I do that? Get once the...
The latest versions of my Makefile's: # Makefile (for GNU Make on Linux) # # Creates static library 'source/cppclient/client/libtwsapi.a' # #...
The following additions/modifications in the posted 2 Makefile's then take care also of the header files: ... SOURCES=$(wildcard *.cpp)...
Yes, I for some time now am subscribing the yahoo TWS group, ie. getting the postings via email. I'm maybe old-school, as said I don't want have...
No special reason, just starting a new project... :-)
I've written my own Makefile's: one for the library, and the other for the sample app. (One of course should move the original makefile's to...
Anybody have fixed this warning? ../../../source/cppclient/client/shared_ptr.h:66:37: warning: deleting object of polymorphic class type...
What is your qualification? How much experience do you have? Which language? Which compiler? Which OS? Which platform(s)? Which broker API(s)? Are...
Come on man, it seems you don't know what a bar is. A bar is a consolidation of a timeframe, it can be built only after the barsize in units of...
which posting number do you mean?
Maybe you need a generic socket connection drop-detection solution as described here (written by a "Christian" man, whatever it might mean... :))...
Just a workaround idea: You could add the ticktime yourself immediately when you get the tickPrice...
Regarding qtstalker: beware, I am not sure, but I vaguely remember it was not using any realtime data source, rather was using historic data for...
It means, the code worked fine! It already has a connection (real or just the flag you have set), here it only loops endlessly... Check your...
aurora_ray, I remember there was a C++ Linux project called Qtstalker some years ago. Not sure whether it is still active. It was IMHO well done....
This is from the doc of API 9.72: "void reqRealTimeBars(...) Requests real time bars. Currently, only 5 seconds bars are provided. This request is...
Thx. I'm interessted in the newest IB API, ie. 9.72+. I think the wrapper library above does not cover the latest IB API yet, ie .the current Beta...
Oh boy, who's doing such silly things (from the compiler warnings list above): if(nonGuaranteed = true){ :) The IB API developers seem to have...
Ok, got it compile now, but haven't test run it yet b/c I have an important meeting in a couple of hours...: Changes to do to get IB API Beta...
Separate names with a comma.