fixFilterFixIn

Description

fixFilterFixIn task intercept incoming messages. Only one fixFilterFixIn can be apply to FIX Peer. This task must be run before start FIX Peer.

Parameters

Attribute Description Default Required
id Reference name to use fixFilter with other tasks. None Yes
refid Reference name of the FIX Peer. None Yes
active Enable fix filter or not. true No
filterFillSeqNum Auto fill sequence number by filter or not. If this flag is 'false' than control of the sequence number return to transport engine and sequence number in messages stay unchanged. true No

Examples

    <fixFilterFixIn refid="main_initiator" id="ini_fix_in" active="true"/>