Show TOC

Example: Receiving and Hosting Inbound MessagesLocate this document in the navigation structure

Receive inbound messages from a specified target, and host it in a specified stream cluster with a specified main stream.

Inbound messages received over a FIX session from a target identified as COUNTERPARTYA are hosted in a stream cluster for which MyQuotes is the main stream. Messages of types other than Quote are ignored.

<inbound>
	<session>
		<TargetCompID>COUNTERPARTYA</TargetCompID>
		<streamNames>
			<streamName>MyQuotes</streamName>
		</streamNames>
	</session>
</inbound>