fixDisconnectExpect

Description

fixDisconnectExpect task starts listen disconnect event. This task using together with the fixDisconnectValidate task

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 disconnect. None Yes

Examples

    <!-- install listener -->
    <fixDisconnectExpect id="disconnect" refid="main_acceptor" timeout="30"/>
    <!-- do any operation -->
    <fixStop refid="main_acceptor"/>
    <echo>Wait for disconnect...</echo>
    <!-- check disconnect signal (if arrived) or wait time left from timeout - (current time - listener install time) -->
    <fixDisconnectValidate refid="disconnect"/>