Products & Services Solutions Academia Support User Community Company

Learn more about Datafeed Toolbox   

rdth.get - Get Reuters Datascope Tick History connection properties

Syntax

v = get(r,'propertyname')
v = get(r)

Description

v = get(r,'propertyname') returns the value of the specified properties for the rdth connection object. 'PropertyName' is a string or cell array of strings containing property names.

v = get(r) returns a structure where each field name is the name of a property of r, and each field contains the value of that property.

Properties include:

Examples

To create a Reuters Datascope Tick History connection, the command

 r = rdth('user@company.com','mypassword')

returns

r =
client: [1x1 com.reuters.datascope.tickhistory. ...
webservice.client.RDTHApiClient]
user: 'user@company.com'
password: '**********'

To get a listing of properties for the rdth connection, the command

v = get(r)

returns

v = 

             AssetDomains: [1x1 struct]
                BondTypes: {255x1 cell}
                    Class: 'class com.reuters. ...
datascope.tickhistory.webservice.client.RDTHApiClient'
                Countries: {142x1 cell}
            CreditRatings: {82x1 cell}
               Currencies: [1x1 struct]
                Exchanges: [1x1 struct]
    FuturesDeliveryMonths: {12x1 cell}
           InflightStatus: [1x1 com.reuters.datascope. ...
tickhistory.webservice.types.InflightStatus]
          InstrumentTypes: [1x1 struct]
             MessageTypes: [1x1 struct]
       OptionExpiryMonths: {12x1 cell}
                    Quota: [1x1 com.reuters.datascope. ...
tickhistory.webservice.types.Quota]
            RestrictedPEs: {2758x1 cell}
                  Version: [1x1 com.reuters.datascope. ...
tickhistory.webservice.types.Version]

See Also

rdth, rdth.fetch

  


Free Interactive Computational Finance CD

View demos and recorded presentations led by industry experts.

Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.

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