Re: How to get market data, specifying exchange=NASDAQ, when ssh to a server that the TWS application is running on
As far as I¡¯m aware ¡°NASDAQ¡± doesn¡¯t appear in the list of valid exchanges in the contactDetails() callback for any security. The list for MSFT is typical: validExchanges =
By
Richard L King
·
#52053
·
|
Re: How to get market data, specifying exchange=NASDAQ, when ssh to a server that the TWS application is running on
I agree with @ misantroop. I can't imagine anything reasons related to SSH or telco. However I idea popup in my mind: I read somewhere that IB is in the process of removing temptation to use ISLAND
By
Gordon Eldest
·
#52052
·
|
Re: API Stress Test
I assume that was for me. The stats came from a small Ubuntu virtual server instance (Amazon AWS) that is located about 4ms away from IBKR's ndc1.ibllc.com entry point. But I don't think that there is
By
J¨¹rgen Reinold
·
#52051
·
|
Re: updateMktDepthL2 missing data points
317 has been very shy lately, so that it may feel like a now code. A very quick peek at the logs suggests that I have not seen one since April 2021. Before that they happened infrequently but daily.
By
J¨¹rgen Reinold
·
#52050
·
|
Re: updateMktDepthL2 missing data points
It¡¯s not new at all, nor is 317. In my source control system I can see that they¡¯ve been there since well before 2006. Easy to overlook though if you¡¯re not actually using market depth. In my
By
Richard L King
·
#52049
·
|
Re: updateMktDepthL2 missing data points
with the new message 317 (book reset) which is related to market depth, i found a "minor" flaw in my design. currently, i put all the info messages in a general queue, but that is not correct. the
By
fordfrog
·
#52048
·
|
Re: updateMktDepthL2 missing data points
today i was writing some tests for my own tws api client implementation and i encountered a new message that i did not notice before (i don't work with market depth data for quite a long time though)
By
fordfrog
·
#52047
·
|
Re: How to get market data, specifying exchange=NASDAQ, when ssh to a server that the TWS application is running on
IB doesn't differentiate where you run the client, so the reason for your issue is somewhere else.
By
misantroop
·
#52046
·
|
How to get market data, specifying exchange=NASDAQ, when ssh to a server that the TWS application is running on
If I run TWS app and TWA API from my local machine, I could request market data when setting exchange=NASDAQ But when I ssh to a server where the TWS application is running, I get the error " *200 No
By
dungtran0127@...
·
#52045
·
|
Re: API Stress Test
Where are you hosted if I may ask?
By
bespalex
·
#52044
·
|
Re: TWS queue buildup
By gyrations I mean the value of app.msg_queue.qsize() oscillates from 0 to about 100 over 500ms readings in my case. Yeah, I know, just ain't confident/competent enough to rewrite in C++ yet:) Do you
By
bespalex
·
#52043
·
|
Re: Historical short fee rate / rebate rate / availability
If it's enough for you to view history, you can see iborrowdesk.com that is built upon short availability information.
By
Mikhail Ershov
·
#52042
·
|
Re: Historical short fee rate / rebate rate / availability
Build your own using the FTP source.
By
misantroop
·
#52041
·
|
Historical short fee rate / rebate rate / availability
I am looking for historical short/borrow data, but I'm not sure if it's provided by IB. I know that IB's public FTP gives the current fee, rebate and availability. However, it does not keep the
By
James Marc
·
#52040
·
|
Re: TWS queue buildup
if you refer python code in queue.py *def qsize(self):* *'''Return the approximate size of the queue (not reliable!).'''* *with self.mutex:* *return self._qsize()* Then
By
Gordon Eldest
·
#52039
·
|
Re: TWS queue buildup
Just accidentally I stumbled upon:?app.msg_queue.qsize(), which looks like exactly what I was looking for. Or does it not? I see this shows gyrations from 0 to 100 in a 500ms period. At least what I
By
bespalex
·
#52038
·
|
reqHistoricalData has started returning inaccurate option prices for some reason
I've been using reqHistoricalData successfully to get 0DTE SPX Put prices until recently, when it began returning prices that are incorrect (see attached screenshot).? The put prices are higher than
By
Chris
·
#52037
·
|
Re: TWS queue buildup
Atop design pattern Jurgen wisely suggest: - For sake of covering every bases: I would assume that what you called: stop my application does mean all sockets are closed at once. Otherwise a question
By
Gordon Eldest
·
#52036
·
|
C++ reqHistoricalData() Inconsistent Responses
Hi, I receive pretty inconsistent responses from IB using this call: m_pClient->reqHistoricalData(1001, m_contract, "", "1 D", "1 min", "TRADES", 1, 1, true, TagValueListSPtr()); There seem to be no
By
Brendan Lydon
·
#52035
·
|
Re: TWS queue buildup
There is no TWS API function to monitor the amount of unprocessed data in the socket that your client uses to connect with TWS API and I am not sure that would be a good approach in the first place.
By
J¨¹rgen Reinold
·
#52034
·
|