I am new to Kx/Kdb+tick
Trying to connect to reuters data feed using the 32 bit version of rfa feedhandler (http://code.kx.com/wiki/Startingkdbplus/tick)
Q1. Does anyone know if this feedhandler can process Level 2 data from NASDAQ?
Q2. Can someone share sample of calling ssled.q code that initiates and starts data subscription?
I have tried the following unsuccessfully:
init[`];
ssub
IDN_SELECTFEED
AAPL
Just using standard sample code/scripts from kdb+tick.
Thanks !