| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Datafeed Toolbox |
| Contents | Index |
| Learn more about Datafeed Toolbox |
v = get(r,'propertyname')
v = get(r)
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:
AssetDomains
BondTypes
Class
Countries
CreditRatings
Currencies
Exchanges
FuturesDeliveryMonths
InflightStatus
InstrumentTypes
MessageTypes
OptionExpiryMonths
Quota
RestrictedPEs
Version
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]![]() | rdth.fetch | rdth.isconnection | ![]() |
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 |