itemLists

The itemLists element contains one or more instances of the itemList element.

Summary

adapter                                      (required, limit one)
  |----publication                           (required, limit one)
  |----streamMaps                            (required, limit one)
  |      '----streamMap                      (required)
  |             |----dataField               (required)
  |             |----hiResTimestampField     (optional)
  |             |----imageField              (required for L2 data)
  |             |----itemName                (required, limit one)
  |             |----itemStale               (optional)
  |             |----marketByOrderKeyField   (required)
  |             |----marketByPriceKeyField   (required)
  |             |----marketMakerKeyField     (required)
  |             |----nullField               (optional)
  |             |----respTypeNumField        (optional)
  |             |----sequenceNumber          (optional)
  |             |----serviceName             (optional)
  |             '----updateNumber            (optional)
  |----rfa                                   (required, limit one)
  '----itemLists                             (required, limit one)
         '----itemList                       (required)
                '----item                    (optional)

Parent

adapter

Children

Name Requirement
itemList One required, two or more supported

Attributes

Name Description Requirement
name A string that appears in any adapter-related log entries Optional
rfaQueue A name for the rfaQueue, which if provided, it replaces the default rfaQueue name and causes a separate thread to be used for this queue (a default that you can override at the item level) Optional
service The name of a Reuters Service that provides incoming data through RMDS (a default that you can override at the item level) Optional if specified in the child itemLists or item elements or both, so that all child item elements either specify or inherit it, otherwise required
stream The name of an Event Stream Processor source stream that receives updates on the RICs specified in the item lists in this section (a default that you can override at the item level) Optional if specified in the child itemLists and/or item elements so that all child item elements either specify or inherit it, otherwise required

Notes

Each itemList instance in this section is a list of one or more RICs to which the adapter subscribes.

Get the value for service from your Reuters administrator.

Example

<itemLists service="SSL_PUB" stream="marketByOrderStream">
        <itemList service="IDN_RDF" >
                <item name="EUR=" />
                <item name="EURJPY=" stream="stream6" />
        </itemList>
</itemLists>

This itemLists element sets the service attribute to SSL_PUB and the stream attribute to marketByOrderStream. These attributes are either inherited, or overridden at the itemList and/or item level.