Matching the Stream's Key

The adapter map file must configure the adapter so that every update sent to the Event Stream Processor stream includes a field or combination of fields conforming to the unique key defined for that stream. To make this more flexible, the adapter configuration mechanism supports "pseudofields".

The market data updates that the adapter receives from RMDS are mapped to columns in the Event Stream Processor stream using the dataField or dateTimeField element in the map file. RMDS also provides non-market data information, for example, each update includes a RIC. Additionally, you can configure the adapter to add a sequence number to each update.

To make these data items available to the mapping process, the map file mechanism supports the following elements, called pseudofields:

Field Description Datatype
itemName The RIC. string (required)
serviceName Name of the service from which RMDS received the market data from this RIC. string (optional)
itemState The item state. integer (optional)
sequenceNumber A unique number, assigned sequentially by the adapter to each incoming event (whether or not it causes an update). long (optional)
FIDListField Shows the FID name and value for each updated value. string (optional)
updateNumber A unique number, assigned sequentially by the adapter to each incoming update. long (optional)