开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
Must be brand-new then. It is in TWS and IBGW 10.30.1u on Linux.
By Jürgen Reinold · #53977 ·
Re: ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
I don't have this option in TWS 10.30.1t and IBGW 10.30.xx. -- Best, DS
By ds-avatar · #53976 ·
Re: Using Wall Street Horizon API w/ TWS-API
Take a look at the WSH section in the deprecated (but generally much superior) TWSAPI documentation at https://interactivebrokers.github.io/tws-api/fundamentals.html. It is not a full tutorial either,
By Jürgen Reinold · #53975 ·
Using Wall Street Horizon API w/ TWS-API
All, I am trying to get some basic functionality working with the Wall Street Horizon API (using the TWS API) but there seems to be some fundamental items that I am missing. I am referencing the
By Henk Visser · #53974 ·
Restoring combo in position update
When I place a combo order via the API, TWS shows the options spread as I sent via the API: [image: image.png] However, position callbacks give only the individual option leg positions. Is there a
By Zsolt Soczo · #53973 ·
Re: TBill Maturity date
Thanks for verifying.? Disappointing. For bills, the name of the instrument doesn't have the date in it. But for bonds, I can pass the maturity date from the name and have had some luck converting
By dlinenbe@... · #53972 ·
Re: TBill Maturity date
The ContractDetails class does indeed contain a Maturity field in the source code. In the C-Sharp API it’s defined like this: /** * @brief he date on which the issuer must
By Richard L King · #53971 ·
Re: TBill Maturity date
Sure - Right now, in my portfolio and in my risk management software, I am trying to find out the maturity for: TBILL:? ?CON_ID: *756373753* This is a Jul 24, 2025 91279PF8 contract, which I can see
By dlinenbe@... · #53970 ·
Re: TBill Maturity date
It might help if you give us a concrete example. The contract id would do for a start. Richard
By Richard L King · #53969 ·
TBill Maturity date
I have scoured the API (C++) and am trying to figure out how to find the maturity date of a TBILL. I have stepped through the fields of ContractDetails in my Visual Studio IDE, but any fields such as
By dlinenbe@... · #53968 ·
Re: reqIds hangs when recereating IBClient - EWrapper
I have the same issue.? The reqIds didn't respond back anything.? Have you solved it?
By Robby · #53967 ·
Re: Long on the stock, want to exit but: Order rejected The contract is not available for short sale
I know this is an old post, but this happened to me today. I'm testing my code using a paper account and running TWS so I can see the positions in TWS. For testing it only opens positions of a single
By groups_io@... · #53966 ·
Re: two questions about the 50 msg/sec rate limit
To disable auto pacing, don't send "+PACEAPI" during client connection AND select the option "Reject messages above maximum allowed message rate vs applying pacing" in the global API configuration in
By Jürgen Reinold · #53965 ·
Re: two questions about the 50 msg/sec rate limit
Thanks Jurgen. This is very informative. So turning +PACEAPI off, gives me a little wiggle room. Got it. I am more interested in the ability to revise orders with placeOrder(), but as you mention
By tbrown122387@... · #53964 ·
reqMktData with snapshot = true delivers hours old data randomly
Dear Twsapi experts, I am calling reqMktData ( https://ibkrcampus.com/campus/ibkr-api-page/twsapi-doc/#watchlist-data ) with snapshot flag set to True reqMktData( orderId , contract , "" , True ,
By ajn · #53963 ·
Re: ISSUES WITH SMOOTH FAILOVER IN TWS APPLICATION - IBKR SERVER CONECTION DROP.
I went into the API Global Settings in TWS and IBGW today (I rarely need to go there) and that reminded me of an option you might be interested in. It allows you to control whether TWS/IBGW should
By Jürgen Reinold · #53962 ·
Re: two questions about the 50 msg/sec rate limit
Before we start, a few disclaimers and initial thoughts: * The actual implementation of the TWS/IBGW built-in API request pacing is undocumented and technically not part of the API. It can change at
By Jürgen Reinold · #53961 ·
Re: two questions about the 50 msg/sec rate limit
It sounds like you both are talking about the +PACEAPI thing. I want to turn that off and manage everything myself. 250/5 sounds promising. I’ll poke around and report back with my findings.
By tbrown122387@... · #53960 ·
Re: two questions about the 50 msg/sec rate limit
Have you seen how IBKR describes it themselves: https://www.interactivebrokers.com/campus/ibkr-api-page/twsapi-doc/#requests-limitations Nowadays you don't really need to worry about it any longer as
By J G · #53959 ·
Re: two questions about the 50 msg/sec rate limit
IIRC, the rate is calculated on a 5 sec interval: you can send a burst of 250 messages and then wait 5 seconds without incurring in a rate limit violation. This is consistent with my
By @lbilli · #53958 ·