-
snikolov committed patchset 33 of module tws_client_api to the C language API for TWS CVS repository, changing 5 files.
2009-10-22 13:36:04 UTC by snikolov
-
After java decompilation i had found some nonstandart teatures in IB's socket protocol, and bugs also.
Its possible IB will change the protocol.
2009-07-04 22:28:44 UTC by nobody
-
snikolov committed patchset 32 of module tws_client_api to the C language API for TWS CVS repository, changing 1 files.
2009-01-05 04:59:40 UTC by snikolov
-
snikolov committed patchset 31 of module tws_client_api to the C language API for TWS CVS repository, changing 5 files.
2008-12-06 20:52:27 UTC by snikolov
-
snikolov committed patchset 30 of module tws_client_api to the C language API for TWS CVS repository, changing 1 files.
2008-07-11 17:26:47 UTC by snikolov
-
snikolov committed patchset 29 of module tws_client_api to the C language API for TWS CVS repository, changing 1 files.
2008-07-11 17:14:48 UTC by snikolov
-
Thanks, your input was incorporated except for item 2 (tws_destroy()) which was fixed naively yet reliably.
Modifications were tested with the MS VS2008/Vista compiler which produced both 32 and 64 bit executables.
2008-06-15 01:02:22 UTC by snikolov
-
snikolov committed patchset 28 of module tws_client_api to the C language API for TWS CVS repository, changing 2 files.
2008-06-15 00:54:49 UTC by snikolov
-
Platform is Windows XP. MSVC 2005.
1) Pls add cast to:
tws_instance_t *ti = tws;
Example:
tws_instance_t *ti = (tws_instance_t *) tws;
The cast is present in most instances but four are missing. I realize this is cosmetic, but it will make it easier for people to examine diffs for changed code.
2) If tws_destroy is called it frees the tws_instance, but if event_loop is...
2008-06-14 04:36:40 UTC by nobody
-
snikolov committed patchset 27 of module tws_client_api to the C language API for TWS CVS repository, changing 1 files.
2008-05-24 00:13:41 UTC by snikolov