Download Datafeed Toolbox User`s Guide

Transcript
5
Functions — Alphabetical List
rdth
Connect to Thomson Reuters Tick History
Syntax
r = rdth(username,password)
r = rdth(username,password,[],flag)
Description
r = rdth(username,password) creates a Thomson Reuters Tick History connection
to enable intraday tick data retrieval.
r = rdth(username,password,[],flag) sets the reference data flag flag to toggle
the return of reference data.
Examples
To create a Thomson Reuters Tick History connection, the command
r = rdth('[email protected]','mypassword')
returns
r =
client: [1x1 com.thomsonreuters.tickhistory. ...
webservice.client.RDTHApiClient]
user: '[email protected]'
password: '**********'
Suppose you want to get the intraday price and volume information for all ticks of
type Trade. To determine which fields apply to the message type Trade and the
requestType of the Trade message, the command:
v = get(r,’MessageTypes’)
returns
v = RequestType: {31x1 cell}
5-232