Installing the B2BITS FIX Engine

How to:

This section describes how to download and install the B2BITS FIX Engine for the iWay Integration Solution for FIX.


Top of page

x
Procedure: How to Download the B2BITS FIX Engine and License File

To download the B2BITS FIX Engine and required license file:

  1. Enter the following URL in your web browser:
    http://techsupport.iwaysoftware.com/

    The iWay Software Technical Support page opens, as shown in the following image.

  2. On the right-hand side of the page in the My Account area, click My Downloads/Shipments, as shown in the following image.

    A logon window is displayed, as shown in the following image.

  3. Enter your Global ID and password, and then click Login.

    The Software Downloads/Shipments page opens, as shown in the following image.

  4. Click Personal Downloads.
  5. From the list of available software that is displayed, expand iWay FIX Adapter and click Download.

    The components for the iWay FIX Adapter that are available for download are displayed, as shown in the following image.

  6. Download the B2Bits_Jars.zip archive file.

Top of page

x
Procedure: How to Obtain or Renew the License File

The B2BITS FIX Engine libraries also require a B2Bits license file, which is available as an add on. If you are a new user who needs to obtain this license file or an existing user looking to renew a license file, please send a request to:

feedback@iwaysoftware.com

For more information, see B2BITS FIX Engine Licensing.


Top of page

x
Procedure: How to Install the B2BITS FIX Engine and License File

To install the B2BITS FIX Engine and required license file:

  1. Ensure that iWay Service Manager (iSM) is stopped.
  2. Create a batch file called server.bat containing the following syntax:
    java -cp .\lib\b2bits;.\lib\b2bits\fixaj-engine-full-examples-2.10.8.jar;.\iwxfixtest.jar
    com.ibi.fix.test.OrderFillerServer
  3. Extract the B2Bits_Jars.zip archive file and rename the extracted folder as b2bits.
  4. Copy the fixaj2-license.bin license file to the b2bits folder.
  5. Create a folder called lib and copy the b2bits folder as a subdirectory under lib folder.
  6. Copy the iwxfixtest.jar file to the folder where the server.bat file is located.

    For example:

    If iSM is started as service, then the fixaj2-license.bin license file must be copied to the following locations:

    <iWayHome>\lib

    where:

    <iWayHome>

    Is the root location where iSM is installed.

    c:\users\<loginname>

    where:

    <loginname>

    Is your user name that is configured to access Windows.

  7. Start the B2BITS Test Server by double-clicking the server.bat file.
  8. Install the iWay Integration Solution for FIX, as described in Installing iWay Integration Solution for FIX With iWay Service Manager.

iWay Software