API Support » Differences in TLB Sep 18, 2007 @ 02:13 AM (Total replies: 5) | |||||
I've solved the problem with Delphi 6. Now all works perfect for me. Thanks again. Best regards from Germany Data59 |
|||||
API Support » Differences in TLB Sep 17, 2007 @ 03:00 PM (Total replies: 5) | |||||
Hello Serge, many thanks for your quick answer. in the generated file are a lot of differences to the sample file. I load up a zip-archive to my server so that you can download it and compare. Here is the URL: "www.trading-system.de/misc/TLB.zip" The problem of that is, the generated components have not the same event parameters. Every event which is based on the generated file comes with "OleVariant" parameters, the sample file generated events comes with the right event parameters like "ISubscription" or "IContract" or "IPrice". With the "OleVariant" parameters it is not possible to do a succesfully typecast. Whats your Delphi version, I'm using Delphi 6. Thanks in advance. Best regards Data59 |
|||||
API Support » Differences in TLB Sep 17, 2007 @ 11:36 AM (Total replies: 5) | |||||
Hello, I am using the API with Delphi. Today I've download the newest "OEC API COM.exe" and installed. If I compare the generated "OECAPICOM_TLB.pas" and the "OECAPICOM_TLB.pas" from Delphi sample that was installed through "OEC API COM.exe" the following differences comes up: // PASTLWTR : $Revision: 1.130.1.0.1.0.1.6 $ [generated file] // PASTLWTR : 1.2 [file from samples] Is this Okay? Regards Data59 |
|||||
Market Data » Currency subscription Jul 26, 2007 @ 04:45 PM (Total replies: 2) | |||||
Hi all, whats the right method to receive quotes for currencies. In the documentation at "Currency" section I've only found the event handler "OnCurrencyPriceChangedEvent" but nothing about subscription or what ever. Thanks in advance. Best regards from Germany |