Hi all
Just wonder, if anyone tried to use the reuter feed handler from the attached zip? Look like the it is hardcoded to use IDN_SELECTFEED (from kdbrfassl.c), change to another service, say elektron, required code change, is that correct? Or if there is some ways to config it?
BTW, from the makefile, it required “rfa6.5.0.L1.linux.rrg” in order to build, if anyone know where can I download it? I tried to have a quick search at reuters website but wasn’t able to find it.
IDN_SELECTFEED is the default service used when you call the sub interface function. To specify a different one you can use ssub[x;y] - see readme.txt in the rfa.zip.
You also have to set the \Connections\Connection_SSLED\serviceList line in the rfa config file - an example config is located in the etc directory in the rfa.zip.
You can build linking to a later version of the rfa libraries if the rfa6.5.0.L1.linux is not available from Reuters any more.
Thank, I’ve tried to set " \Connections\Connection_SSLED\serviceList" to something else but turn out it still using IDN_SELECTFEED, is there any trick to make it work?
Have you tried to use ssub[x;y] instead of sub[y]? From readme.txt:
ssub[x;y] - subscribe for instruments
x - service name (e.g. IDN_SELECTFEED)
y - symbol or symbol list containing instruments requested for subscription
Yes, and it is working, thanks a lot