Hi,
I can connect websocket Reuters server by javascript code. After connection I can log in the system successfully. Now I want to send a market data request, but i am not sure about the correct request. For rfa.net my configuration is:
Default\appId  : 256
  Default\position  : 10.66.29.115/net
  Default\runTimeInSeconds  : 0
 Default\userName  : rdc01
  Default\service  : IDN_RDF
  Default\session  : Session1
  Default\itemName  : TRI.N
  Default\itemList  : TRY14=;TRY17=
and i can get the market data.
What should be the correct sentence for getting the same data via websocket API? Can anybody write a json request for it?
Thanks.