No. There is no demo to try out before purchasing. I will not recommend it to anyone before the support of CME future data. Besides, their custom support also sucks.
@activetick
I can confirm that, without modify the source code, the compiled binary is working without such issue in linux system. So the error comes from the shared library `libActiveTickServerAPI.dylib` for Mac OS X system. My guess would be that the `atfeed-cppsdk-osx.i386.tar.gz` SDK is...
I eventually kind of workaround this issue by merge `Requestor` and `Streamer` classes into a single one. I guess two existing instances of these classes may conflict with each other.
@activetick, but the problem with `getTicks, getTickQuotes and getTickTrades` is that they only return the first 100,000 ticks between [beginTime] and [endTime].
And the history data is also not stable.
getDailyHistoryBars AAPL 20150720000000 20150723000000
SEND (3): Daily bar history request [AAPL]
RECV (3): Bar history response [BarHistoryResponseSuccess]
--------------------------------------------------------------
[1/4] [07/20/2015 00:00:00]...
Hi, @activetick , I came cross with the issue of running the sample codes of C++ api. Could you point out how could I correct the error?
ATInitAPI();
...
APISession session;
Requestor requestor(session);
cout << "session id: " << session.GetSessionHandle() << endl;
Streamer streamer(session)...
Hi @activetick, I found the atfeed http server is taking about 98% CPU usage of my mac osx when it is running as a background process. However, It is normally 1-2% when the http server is executed in a bash shell. Is there anything I could do to to solve this issue?
Hi guys,
I am new in algorithm trading with some experience in web dev. Is there anyone could tell me if there is any price data provider who document their api?
Activetick just gives you a compiled .jar file or .dylib file with docs about its usage. Can't we just create http connection to...