To subscribe to a security and process the data in real time,
specify an event handler function. MATLAB runs this function each time it receives a real-time data event
from Reuters.
Connect to Refinitiv.
Jan 13, 2014 2:23:09 PM com.reuters.rfa.internal.connection.md.MDConnectionImpl initializeEntitlements
INFO: com.reuters.rfa.connection.ssl.myNS.RemoteConnection
DACS disabled for connection myNS::RemoteConnection
The output specifies a successful connection to the Enterprise
Platform.
The event handler rtdemo
function returns the
real-time Reuters data for the Google security to the MATLAB workspace variable A
.
openvar
displays A
in the
Variables editor.
In this instance, the fields represent a bid or ask tick.
The fetch
function returns the subscription handle
associated with this request in the variable subs
.
Display the subscription handle contents.
subs =
com.reuters.rfa.internal.common.SubHandleImpl[]:
[com.reuters.rfa.internal.common.SubHandleImpl]
Stop the real-time subscription.
Close the Refinitiv connection.