I can't find this API_versionNum.txt file anywhere. Now I am very confused. My TWSLink works without problem. But I have never installed any version of IB's...
... hi, if you only use TWSLink as API client, so NO other propietary software, you do not neet API installed. API installs: - ocx component for clients to...
I have 1.102 and am trying to do a CLOSE_CONTRACT call. My INITDLL call looks like this (in C#): TL().get_INITDLL(999, "#log\\twslink_cs.log", 256, 5, 2,...
... hello (all), please please, send complete logfiles with short but complete descriptions what's going on. the new version makes it easy to do this (right...
I sent you the log file Max. As another test, I uninstalled the latest 1102 build and installed a late April 2008 build 58. The CLOSE_CONTRACT worked fine...
... hi, i got your logfile. your logfile shows no positions that could be closed. i guess you are looking for CANCEL_ORDER. as i wrote in my mail: please get...
Max, I just sent you 2 log files, one with CLOSE_CONTRACT working in build 58 and one with CLOSE_CONTRACT not working in the Sept 30 build of 1102. The C#...
- when to reinstall twslink (uninstall old, install new version) if the version number has been changed - when to copy ONLY TWSLink.dll into twslink...
- TWS Loglevel. the TWS logging has 5 levels that affect the TWS logfile sizes. TWS logfiles are located in \JTS directory and have the format log.weekday.txt ...
I have some code that is not working under the new release. I think it is because my old code uses the set_orderval function to set the RTHOnly flag. I see...
... Hi, please refer to table 6.6. your are looking for new (redefined) order property <outsideRTH> so calling SET_ORDERVAL(uidorder,14,"0" or "1",...) should...
I'm working with an eSignal EFS script and I have properly registered the Dec 2008 ES contract in the edemo account. After I call INITDLL, I then call...
Forgot to add that here's how I'm getting the event properly so that I know I'm only getting 2's and 4's and not 1's. The log verifies this as well: id =...
Not at this point - there is no need if you are an http://I-Deal.com.au customer. TN is working on a new direct link between I-Deal (IB) for those who do not...
i don't understand what i need to to to trade futures,stock and forex directly from tradenavigator to brokers? the real time data that i get is from the...
I'm running some basic test code on twslink in matlab 2006a. the last two lines break with ??? Error using ==> calllib No method with matching signature. I...
... hi, the sample is based on mathlab version >= 7. it seems the function calllib to bind dll-functions is unknown in your matlab version. please google for...
Thanks for your note. calllib is known in 2006a since only the last two lines are break. i suspect its one of two items: 1. newest TWS API not supported by...
... hi, this is the right hint. but TWS API is not important here. it is most probably the same old song: there is a mistake with parameterlist. please check...
thanks. the sample .m file "twslinksample.m" works great on my machine. i've checked the call values to 'REQ_HIST_DATA' with libfunctionsview twslink (in...
... hi, first of all, please keep in mind that at least your call of GET_ACC_VAL is invalid. - historical data request i looked into the documentation and...