Apama Capital Markets Adapters 10.1 | Apama Capital Markets Adapters Documentation 10.1 | Apama Base FIX Adapter | IAF FIX adapter | FIX order management transport | Client transports
 
Client transports
For a transport to act as a FIX client the QuickFIX parameter ConnectionType must be set to initiator. For example, the following FIX transport is configured to connect to server1.abc.com on port 10606 with a senderCompId of CLIENT1:
<transport name="ABC_MARKET_DATA" library="FIXTransport">
  <property name="QuickFIX.ConnectionType" value="initiator" />
  <property name="QuickFIX.SocketConnectHost" value="server1.abc.com"/>
  <property name="QuickFIX.SocketConnectPort" value="10606"/>
  <property name="QuickFIX.SenderCompId" value="CLIENT1" />
  <property name="QuickFIX.TargetCompId" value="SERVER" />
  <property name="QuickFIX.ReconnectInterval" value="60" />
  ...
</transport>
When acting as a client, the transport creates and maintains a single FIX session to an external server.

Copyright © 2013-2017 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.