Use the streams section in the configuration file to map FIX message types to stream clusters.
Parameter Name | Description |
---|---|
name |
Type: string (Required) Name of the main stream in a stream cluster. No default value. |
messageName |
Type: 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>