reuters - Create Reuters® sessions

Syntax

r = reuters (sessionName, serviceName)
r = reuters (sessionName, serviceName, user, position)

Arguments

r

Reuters session object created with the reuters function

sessionName

Name of the Reuters session, of the form myNameSpace::mySession

serviceName

Name of the service you use to connect to the data server.

user

User ID you use to connect to the data server

position

IP address of the data server to which you connect to retrieve data.

Description

You must configure your environment before you use this function to connect to a Reuters data server. For more information, see Reuters® Data Service Requirements.

r = reuters (sessionName, serviceName) starts a Reuters session where sessionName is of the form myNameSpace::mySession and serviceName specifies the name of the service you use to connect to the data server.

r = reuters (sessionName, serviceName, user, position) starts a Reuters session where sessionName is of the form myNameSpace::mySession and serviceName is the service to use, user is the user ID, and position is the IP address of the machine to which you connect to retrieve data. Use this form of the command if you require DACS authentication.

Examples

Connecting to Reuters® Data Servers

Connect to a Reuters data server with session name 'myNS::remoteSession' and service name 'dIDN_RDF':

r = reuters ('myNS::remoteSession', 'dIDN_RDF')
r =    
session: [1x1 com.reuters.rfa.internal.session.SessionImpl]
user: []
serviceName: 'dIDN_RDF'
standardPI: 
[1x1 com.reuters.rfa.common.StandardPrincipalIdentity]
eventQueue: [Error]
marketDataSubscriber: 
[1x1 com.reuters.rfa.internal.session. 
MarketDataSubscriberImpl]
marketDataSubscriberInterestSpec: 
[1x1 com.reuters.rfa.session.MarketDataSubscriber
InterestSpec]
client:
[1x1 com.mathworks.toolbox.datafeed.MatlabReutersClient]
mdsClientHandle:
[1x1 com.reuters.rfa.internal.common.HandleImpl]

Connecting to Reuters® Data Servers Using DACS Authentication

  1. Connect to a Reuters data server using DACS authentication, with session name 'myNS::remoteSession', service name 'dIDN_RDF', user id 'ab123', and data server IP address '111.222.333.444/net':

    r = reuters ('myNS::remoteSession', 'dIDN_RDF', ...
    'ab123', '111.222.333.444/net')

  2. Add the following to your connection configuration:

    dacs_CbeEnabled=false
    dacs_SbePubEnabled=false
    dacs_SbeSubEnabled=false
  3. If you are running an SSL connection, add the following to your connection configuration:

    dacs_GenerateLocks=false

Connecting to Reuters® Data Servers Without DACS Authentication

Connect to a Reuters data server with session name 'myNS::remoteSession' and service name 'dIDN_RDF', without using DACS:

r = reuters ('myNS::remoteSession', 'dIDN_RDF')

Establishing an RTIC (TIC-RMDS Edition) Connection to Reuters® Data Servers

See Also

reuters.fetch

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS