Show TOC

Data Stream ConfigurationLocate this document in the navigation structure

Use the marketDataStreams section in the configuration file to provide data stream parameters.

Indicate the stream name for each data stream.

Data stream columns and the corresponding MAMA fields may have the same or different names. If the names are different, explicitly map the column and its corresponding data field. In the example below, the MyTimestamp column is mapped to the wSrcTime MAMA field.

<column>
<name>MyTimestamp</name>
<field>wSrcTime</field>
</column>

Ensure columns have the same datatype as their corresponding fields. Some columns may correspond to no field. Column names Symbol, Namespace, Transport, and Stale are reserved.