<configs xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:include href="SocketOptions.xml" parse="text"/>
    <xi:include href="SessionOptions.xml" parse="text"/>
    <xi:include href="ChannelOptions.xml" parse="text"/>
    <xi:include href="TestFixConnections.xml" parse="text"/>

    <ISMFix>
        <instanceName>MyBuySide</instanceName>
        <cacheDirectory>${EngineLogDir}</cacheDirectory>

        <children>
            <Session>  ... </Session>
            <Session2>  ... </Session2>
        </children>
    </ISMFix>
</configs>
    
  

parametercurrent valuedescription
instanceName [any unique string] a unique string to name the enigne.
cacheDirectory ism_fixclient/target/tmp the path name to a directory or resource location to store FIX State logs, e.g., incoming messages, sequence numbers used, etc.
children [one or more Session specs] each child element must be a unique name, see example file.