API Support Forum
User Profile

Viewing User Profile for: TDomps63


About

Oct 22, 2007 05:26 PM

Nov 20, 2007 04:09 AM

Nov 20, 2007 04:10 AM



Post Statistics
TDomps63 has contributed to 9 posts out of 5593 total posts (0.16%) in 6030 days (0.00 posts per day).

20 most recent posts:

API Support » OEC API Documentation 102807.chm doesn't seem to have an index Nov 20, 2007 @ 04:09 AM (Total replies: 1)

Thanks

API Support » DDE Excel formula Nov 20, 2007 @ 04:05 AM (Total replies: 3)

Indeed, tik don't seem to update on a consistent basis.

Regards

API Support » .NET assembly Nov 19, 2007 @ 02:30 PM (Total replies: 1)

Can the API be called directly from a .Net language or does it require to go through the COM Interface ?

Thanks

API Support » DDE Excel formula Nov 19, 2007 @ 06:32 AM (Total replies: 3)

There appear to be a shift back and forth between the two following syntax :

=username|tik!'6SZ7?LastVol'

and

=username|quote!'6SZ7?LastVol'

Which is supported ?

Thanks

Market Data » German Bond FGBLZ7 Incorrect Volume reporting Nov 15, 2007 @ 05:04 PM (Total replies: 0)

On FGBLZ7 Last volume is compounding instead of trade per trade reporting.

Please pull up a Tick chart and notice the unrealistic volume.

Thanks

API Support » OEC API COM Oct 23, 2007 @ 02:03 PM (Total replies: 1)

Can you let me know which platform and which settings are used to compile this DLL ?

Other vendors (openticks.com for instance) do provide a COM DLL that my LibMaker can read.

I can't find anything that looks like :

DllCanUnloadNow @1
DllGetClassObject @2
DllRegisterServer @3
DllUnregisterServer @4

in the DLL you provide.

Thanks

API Support » Access to API from C Oct 23, 2007 @ 10:18 AM (Total replies: 5)

I just need a plain C DLL callable from Delphi from instance but it's flexible really.

Have any other customer requested this before ?

API Support » Access to API from C Oct 23, 2007 @ 09:27 AM (Total replies: 5)

That is obviously beyond my capabilities.

What would be involved in getting this done ?

Thanks

API Support » Access to API from C Oct 23, 2007 @ 08:40 AM (Total replies: 5)

Hi,

1) I am not a C programmer but need C functions to access methods and property in the OEC API.

My target language (Clarion).

What is involved getting an API that is callable from C ?