开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: The 'EtradeOnly' order attribute is not supported.
error? the EtradeOnly is for electronic quotes? all electronic... hahah I don't have the history to say why it was raising a fatal error.? I looked back and will say that first ocurrance was on
By hmtodd · #47128 ·
Re: The 'EtradeOnly' order attribute is not supported.
It looks like one of the recent TWS versions must have removed support "Excluded Quotes" and must have started to send the warnings when orders set one r both fields to true. As you can see below,
By Jürgen Reinold · #47127 ·
Re: The 'EtradeOnly' order attribute is not supported.
This raises a very good next question. Do you guys lock in versions of TWS API, TWS, ect ect to avoid these problems in the future? Or is this just going to be the dance moving forward when they
By Patrick C · #47126 ·
Re: The 'EtradeOnly' order attribute is not supported.
You have to agree to license and get invited to be able to see that Github project. Browse to beta API. - Bruce
By Bruce B · #47125 ·
Re: The 'EtradeOnly' order attribute is not supported.
Thanks everyone! Strange richard, the link isnt working. I'm going to try patching the order.py and see what happens.
By Patrick C · #47124 ·
Re: The 'EtradeOnly' order attribute is not supported.
I don't think this is a bug. There was an update to the API repository called 'Desupport of ETradeOnly, FirmQuoteOnly and NbboPriceCap attribs. (#1032)' about a week ago. If you have access to
By Richard L King · #47123 ·
Re: The 'EtradeOnly' order attribute is not supported.
I saw the same in C++ as well. Forgot why they were popping up. I use the LATEST ibkr library. - Bruce
By Bruce B · #47122 ·
Inconsistent behaviour of WHATIF orders
I'm trying to use WHATIF-orders to gauge the margin impact of trades before I finally send my orders but the results are more than unreliable. Sometimes it works perfectly and the returned margin
By Despair · #47121 ·
Re: The 'EtradeOnly' order attribute is not supported.
We are using the Java API and have not seen the warning. So I took a quick look at the recent API code versions and it looks like the Python API does indeed initialize the eTradeOnly and firmQuoteOnly
By Jürgen Reinold · #47120 ·
Re: The 'EtradeOnly' order attribute is not supported.
If you moved to a new TWS version recently then that would be a likely culprit. IB used to have separate "auto-updating" and static TWS versions (don't know if they still do). If you are running the
By Nick <news1000@...> · #47119 ·
Re: The 'EtradeOnly' order attribute is not supported.
I first ran into the EtradeOnly error a few weeks ago when it was raising a fatal error in my Python code.? I restarted everytihng and it went away.? Then last week I started noticing it again
By hmtodd · #47118 ·
The 'EtradeOnly' order attribute is not supported.
Hey everyone, today I just started getting this error message: ERROR 355 2168 Warning: The 'EtradeOnly' order attribute is not supported. ERROR 72 2169 Warning: The 'FirmQuoteOnly' order attribute is
By Patrick C · #47117 ·
accountSummaryEnd only called once
When I made a reqAccountSummary, I got the first accountSummaryEnd. ?Subsequently, when there is an update in Account (such as Margin), the wrapper accountSummary is called returning the updates.
By dao · #47116 ·
Re: Has anyone tried IBKR's DDE and/or ActiveX excel api with a Macbook Air M1?
DDE & Excel integration don't work on a mac.. period.
By Peter Drier · #47115 ·
Has anyone tried IBKR's DDE and/or ActiveX excel api with a Macbook Air M1?
I am wondering if 1) the spreadsheet samples and 2) api bridge (java) provided by IBKR will work with Apples' silicon chip? Thanks
By Tony Fonda · #47114 ·
Re: Unable to get tick for non-US exchange listed symbols
Looks like IB was correct to reject ITM on TSE if it is now located on VENTURE. Contract Inspector also brings up the information right away.when the query is symbol=ITM, exchange=VENTURE type=STK
By Jürgen Reinold · #47113 ·
Re: How to get Bid, Ask and Last prices for all the call option contracts pertaining to a company
Jacob, I studied your pseudocode for inspiration, and I was wondering how you did implement it (thread-wise)? Because using wait() in the mainloop/main thread may block the receipt of messages that
By matt · #47112 ·
Re: Unable to get tick for non-US exchange listed symbols
checked with TWS terminal: *INTEMA?SOLUTIONS?INC* Underlying *ITM* Security Type *STK* ISIN *CA45824E2078* Currency *CAD* Exchange *SMART* Primary Exchange *VENTURE* Symbol *ITM* Sector
By Artyom T. · #47111 ·
Re: Unable to get tick for non-US exchange listed symbols
I just tried this with Richard's "Contract Inspector" and it looks like the stock does not exist. It shows an error of ```` code=200 message=No security definition has been found for the
By Jürgen Reinold · #47110 ·
Unable to get tick for non-US exchange listed symbols
As suggested in the TWS api pages I tried getting the tick for a symbol listed on Toronto Stock Exchange, specifying it in the Contract "Primary Exchange" as well as "Exchange" fields: Contract
By kannan.jayaprakasam@... · #47109 ·