The itemLists element contains one or more instances of the itemList element.
adapter (required, limit one) |----publication (required, limit one) |----streamMaps (required, limit one) | '----streamMap (required) | |----itemName (required, limit one) | |----serviceName (optional) | |----sequenceNumber (optional) | |----itemStale (optional) | |----dataField (required) | |----updateNumber (required) | |----dateTimeField (optional) | |----FIDListField (optional) | '----nullField (optional) |----recordTypeMap (optional) | '----recordType (optional) |----rfa (required, limit one) '----itemLists (required, limit one) '----itemList (required) '----item (optional)
adapter
Name | Requirement |
---|---|
itemList | One required, two or more supported |
Name | Description | Requirement |
---|---|---|
name | A string that appears in any adapter-related log entries | Optional |
rfaQueue | A name for the rfaQueue which, if provided, replaces the default rfaQueue name and causes a separate thread to be used for this queue | Optional |
service | The name of a Reuters service that provides incoming data through RMDS | Optional if specified in the child itemLists or item elements 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 can be overridden 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 |
Each itemList instance in this section is a list of one or more of the RICs to which the adapter subscribes.
<itemLists service="SSL_PUB" stream="stream1"> <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 stream1. These attributes are either inherited or overridden at the itemList and/or item level.