Use the streams section in the configuration file to map FIX message types to stream clusters.
Parameter Name | Type | Description |
---|---|---|
name | string | (Required) Name of the main stream in a stream cluster. No default value. |
messageName | string | (Required) name of a message type hosted on the stream cluster. No default value. |
To host FIX messages of type Quote in a stream cluster descending from the MyQuotes stream, add this fragment to the <streams> group:
<stream> <name>MyQuotes</name> <messageName>Quote</messageName> </stream>