Has anyone seen a working example? Am I looking for a Linux environment using gcc not Windows with Visual Studio?
The book http://www.interactivebrokers.com/download/GettingStartedC++APIAdvisors.pdf has: However, the C ++ API is only supported on Windows.
Is this Interactive Brokers C ++ API still valid or supported?
thanks
The POSIX API is still supported. Many people use https://github.com/rudimeier/twsapi or https://github.com/JanBoonen/TwsApiCpp for their projects, since all threads, messaging and other household care about you.
The TestCppClient project included in the TWS API download can be built on Linux or Mac using the provided makefile. It has macros that define the OS and include the corresponding corresponding code. TWS API Download
Source: https://habr.com/ru/post/1414961/More articles:Using XHTML slash (/) for regular tags? - htmlMake case-insensitive function replacement - javascriptEntity Framework Included Conventions - entity-framework"Interface" does not exist in the namespace - c #CouchDB request using: group_level and: key - couchdbhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1414962/why-doesnt-apache-redirect-my-ip-address-to-the-desired-location-on-my-server&usg=ALkJrhjyLX9srdyeiULVN9VjZEN1eN7hMQOnly the first word is displayed. A variable of several words is displayed - htmlSwing method similar to HTML5 canvas.putImageData (arrayOfPixels, 0,0) - javaSolve the estimation of coplanar points with EmguCV (OpenCV) - mathIs GCC 4.7 compiled lib compatible with GCC 4.6.3? - c ++All Articles