fixLimit

fixLimit

fixLimit task is intended to ensure that no more messages were received by the FIX session. For example, if the session should not receive any messages during some period of time, you can check it with fixLimit task. If the message will be received during specified period of time, task fails.

Parameters

Attribute Description Default Required
refid Reference name of the FIX Peer. None Yes
sender Deprecated. FIX Session SenderCompID. None No
target Deprecated. FIX Session TargetCompID. None No
type Deprecated. Session'sFIX Protocol version. None No
timeout Number of seconds to wait for no messages from the FIX session. None Yes

Examples

	<fixLimit refid="main_acceptor" timeout="30"/>