fixAcceptor

Description

fixAcceptor type represents a FIX acceptor.

Parameters

Attribute Description Default Required
id Reference name to use FIX Acceptor with other tasks. None No
settingsfile FIX Acceptor configuration file name. None Yes

Main acceptor properties are taken from configuration file. In addition you can set messages control level for the FIX Peer using setControlLevel task.

Examples

	<fixAcceptor settingsfile="${fix_common.settings.dir}/FIX40Acceptor.properties" id="main_acceptor" />