开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Best Practices for Pulling Stock Data Efficiently with APIs
There is currently no subscription option that I am aware of that permits more than 50 API *requests* per second (cumulative for all clients that are connected to the same IBGW/TWS). There is no limit
By Jürgen Reinold · #53648 ·
Re: Best Practices for Pulling Stock Data Efficiently with APIs
/g/twsapi/message/49248 "I submit 50 every 1015ms. ?A list of messages is managed by a thread that also maintains a list of timestamps for the last 50 submitted. ?I haven't had a
By jy.yngbld@... · #53647 ·
Re: IB Gateway freezes sometimes.
Besides contacting IBKR support, I would also say to run a memtest86+ and rule out bad RAM memory sticks.
By mov_ebpesp · #53646 ·
Generic ticks
Hi, there are several Market Data column types available in TWS for which I don't see corresponding generic tick types. Are the tick types supported by the API only a subset of the TWS types? The
By peteraspiro@... · #53645 ·
Re: IB Gateway freezes sometimes.
Ok, I'll contact the IBKR support team and see what they can do.? Thanks for the help.
By Axelord · #53644 ·
Re: IB Gateway freezes sometimes.
We are meandering out of scope for our group here (TWS API and the client side) and you need to take this up with IBKR support. Your problem needs to be investigated by someone with detailed knowledge
By Jürgen Reinold · #53643 ·
Re: IB Gateway freezes sometimes.
Above is the strace log for the ibgateway when it shuts down.
By Axelord · #53642 ·
Re: IB Gateway freezes sometimes.
[pid 22669] 23:45:32.685913 futex(0x7fea0405a328, FUTEX_WAKE_PRIVATE, 1 <unfinished ...> [pid ?8211] 23:45:32.685988 futex(0x7fe87c4e3254, FUTEX_WAIT_PRIVATE, 37, NULL <unfinished ...> [pid 22670]
By Axelord · #53641 ·
Re: IB Gateway freezes sometimes.
Sometimes it freezes and sometimes it just shut down and didn't restart.
By Axelord · #53640 ·
Re: IB Gateway freezes sometimes.
What Gateway does during this daily activity is to close itself down, and then restart itself. Was Gateway able to close down? Or did it freeze during this step?
By J G · #53639 ·
Re: IB Gateway freezes sometimes.
How much RAM on the VM. Check if you’re using the swap.
By tbrown122387@... · #53638 ·
Retrieving last trade quotation side from api
I am trying to subscribe to the following last trade information from the API. - last price - last size - last timestamp - last quotation side I have only managed to receive the first 3 information
By hitchens23 <zhuangan91@...> · #53637 ·
Re: IB Gateway freezes sometimes.
yes, I did set the auto daily restart to this time, but looks it didn't restart for some reason?
By Axelord · #53636 ·
Re: IB Gateway freezes sometimes.
The log file shows: at 23:42:10 is it detected that there is no ping response to the ushmds server. A lot of messages result from this loss to the data server. Then the log file shows at 23:45:00 that
By J G · #53635 ·
Re: IB Gateway freezes sometimes.
Have you [poked around](https://www.google.com/search?q=strace+hung+process) w/ [strace](https://www.man7.org/linux/man-pages/man1/strace.1.html)?
By buddy · #53634 ·
Re: IB Gateway freezes sometimes.
Attached is the tail of the gateway log from one day the application freezes, can you tell anything wrong?
By Axelord · #53633 ·
Re: IB Gateway freezes sometimes.
the vm works fine and other applications are running normally. And this problem occurs consistently after the application has restarted for a while.
By Axelord · #53632 ·
Re: IB Gateway freezes sometimes.
Have you checked the processed on the server?? Perhaps the VM is freezing not just the gateway...Sent from my Galaxy
By Mel · #53631 ·
IB Gateway freezes sometimes.
Not sure if this is the right place to ask the question, but since I can't find anywhere else looking for help for those kinds of questions, I suppose I might just post it here or someone could
By Axelord · #53630 ·
Re: No Security definition has been found for the request when running cpp sample code
Thank you for the suggestions richard. I guess you're right about the third point that the connection is lost between the Gateway and the IBKR servers thus is cannot handle API requests hence the
By Axelord · #53629 ·