Data Streams

Input FIX messages are stored as stream records organized into stream clusters.

The FIX adapter stores individual messages in multiple records that belong to a stream hierarchy named stream cluster. The top stream in the stream cluster is called the main stream. The main stream stores fields that belong to the FIX message. All the other streams in the stream cluster store fields that belong to nested groups.

Note: Messages of the same type can be stored in more than one stream cluster. These clusters do not have to share a common structure.

Store inbound messages in source streams only and outbound messages in any kind of stream.

The FIX adapter ensures proper indexing of records related to inbound messages. Proper indexing of outbound records is the responsibility of the person creating the model.

The adapter templates directory contains generated models for all FIX message types. These automatically generated, exhaustive projects can be used to create stream clusters that serve specific business purposes.

Related concepts
Message Flow
Start Command