开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: need help on looking Posix semaphore freeze to TWS API C++ client class code
Are you using the TwsApiC++ library? And how many children threads are there running? The TwsApiC++ indeed prevents that two methods in eClient are executed simultaneously because the send buffers
By janboonenvk · #29228 ·
Re: Yet another query on building an IB Java API app from scratch
Hey Brian, downloaded it from the files section. Its a good basic program to learn from. thanks! regards, Parikshit
By Parixit <iluvparixit@...> · #29227 ·
Re: Yet another query on building an IB Java API app from scratch
Thanks a lot Scott, I am starting to get a hang of it now Regards, Parikshit
By Parixit <iluvparixit@...> · #29226 ·
Re: need help on looking Posix semaphore freeze to TWS API C++ client class code
Randall, you might look at select() function http://pubs.opengroup.org/onlinepubs/009695399/functions/select.html
By cf16r <piter@...> · #29225 ·
Re: need help on looking Posix semaphore freeze to TWS API C++ client class code
Randall, I posted code here about it many months back, a fairly minimalist solution, how to use the existing API classes and just have the socket read be non-blocking. This was on a thread where
By Kurt Bigler · #29224 ·
Re: need help on looking Posix semaphore freeze to TWS API C++ client class code
Kurt: Okay, this makes sense, the threads definitely are blocked and I've been able to eliminate everything except the thread code and the IB Gateway. I guess the next question is how to have
By Some One <someone765@...> · #29223 ·
Re: Is there a way to monitor a list of stocks defined in the TWS quote monitor
Good to know, thanks!
By xinge_2000 <no_reply@...> · #29222 ·
Re: Is there a way to monitor a list of stocks defined in the TWS quote monitor
There is a section, in the "tws.xml" file, for the "Quote Monitor". This files will be updated automatucally, if you have elected for "Automatic Saving of TWS Settings" upon exit. That's a pretty big
By vanx23_alias <vanx23@...> · #29221 ·
Re: Is there a way to monitor a list of stocks defined in the TWS quote monitor
In case any one still cares, I found a way to serve my purpose... well kind of. For the specific Quote Monitor in TWS, I can do "File->Export" to save the content (list of contract that I want to
By xinge_2000 <no_reply@...> · #29220 ·
Re: need help on looking Posix semaphore freeze to TWS API C++ client class code
I'm not 100% sure perhaps but I don't recall there being an semaphores, or that there would be any reasons for semaphores in the API code. But unless they have changed it since I last checked, the
By Kurt Bigler · #29219 ·
need help on looking Posix semaphore freeze to TWS API C++ client class code
I need some help with locating the source of a strange thread freeze that most likely resides in the TWS Api C++ code. Occasionally, when running the IB Traders Gateway, the client parent and
By someone765 <someone765@...> · #29218 ·
Exceptions with ib-csharp 9.67/9.68, ThreadAbortException NoValidId
I agree this would be appropriate. For me it would be fine to change this. But as I'm not the one maintaining it; Whom may have more serious dependencies..
By ramdukof <ramdukof@...> · #29217 ·
Re: Exceptions with ib-csharp 9.67/9.68, ThreadAbortException NoValidId
When I adopted Karl's project 3 years ago or so, I had an issue with the naming convention and decided to recreate every object and all the namespaces so that they would not collide with any of those
By MarketMole · #29216 ·
Exceptions with ib-csharp 9.67/9.68, ThreadAbortException NoValidId
Sure, let's pick it up later.
By ramdukof <ramdukof@...> · #29215 ·
List of available options for an underlying
Hello! This way to extract the full option chain list worked fine... since few days (weeks). Now if you leave the expiry date blank, and don't specify a date (YYYYMMDD), IB make you wait one minute
By namasteparis <no_reply@...> · #29214 ·
Re: Yet another query on building an IB Java API app from scratch
Doesn't work from here, only at google where I made the link. I have no idea why.
By btw12342001 <newguy@...> · #29213 ·
Re: Yet another query on building an IB Java API app from scratch
Here's a working shorter link (I hope, it works for me) http://goo.gl/u2KAwZ
By btw12342001 <newguy@...> · #29212 ·
Re: Yet another query on building an IB Java API app from scratch
I can't find your email. Anyway just click files in the box on the left of the page then scroll down to Java Code and click then scroll to the zip file I posted call SimpleTWSgui. There's probably
By btw12342001 <newguy@...> · #29211 ·
Re: Exceptions with ib-csharp 9.67/9.68, ThreadAbortException NoValidId
I'm away from home right now, I won't be able to look at this until next week. I'll take a look at the CONTRACT_DATA section. It probably did slip. I'm going to be creating unit tests for the major
By Shane Castle · #29210 ·
Re: Yet another query on building an IB Java API app from scratch
Parixit, New code always seems a little daunting when you first view it. However with a little time and perseverance you will be able to figure out what is going on. Just dive in and start
By mochasatin <no_reply@...> · #29209 ·