Manual Chapter : Configuring the BIG-IP System for Electronic Trading

Applies To:

Show Versions Show Versions

BIG-IP LTM

  • 11.6.5, 11.6.4, 11.6.3, 11.6.2, 11.6.1
Manual Chapter

Configuring the BIG-IP System for Electronic Trading

Overview: Configuring the BIG-IP system for electronic trading

The BIG-IP® system Local Traffic Manager™ (LTM®) FIX profile provides you with the ability to use Financial Information eXchange (FIX) protocol messages in routing, load balancing, persisting, and logging connections. The BIG-IP system uses the FIX profile to examine the header, body, and footer of each FIX message, and then process each message according to the parameters that it contains.

The BIG-IP system supports FIX protocol versions 4.2, 4.4, and 5.0, and uses the key-value pair FIX message format.

Important: You cannot configure or use the BIG-IP FIX Profile to provide low-latency electronic trading functionality. Instead, you must implement low-latency electronic trading functionality separately. Refer to Implementing Low-Latency Electronic Trading Functionality for details.

Task summary

There are several tasks you can perform to implement electronic trading.

Task list

Creating a data group list for a FIX profile

You can create a data group list for a FIX profile that enables you to provide tag substitution, as required.
  1. On the Main tab, click Local Traffic > iRules > Data Group List .
    The Data Group List screen opens, displaying a list of data groups on the system.
  2. Click Create.
    The New Data Group screen opens.
  3. In the Name field, type a unique name for the data group.
  4. From the Type list, select Integer.
  5. Using the Integer Records setting, create tag mapping entries consisting of an integer (client tag) and a value (server tag):
    1. In the Integer field, type a value to be used for a specific client.
    2. In the Value field, type a value that is substituted on the server.
    3. Click Add.
      The new mapping between the integer and corresponding value appears in the list of Integer Records.
  6. Click Finished.
    The new data group appears in the list of data groups.
A data group list for a FIX profile is available.

Creating a FIX profile for electronic trading

You can create a FIX profile for electronic trading, and steer traffic in accordance with specified parameters.
  1. On the Main tab, click Local Traffic > Profiles > Services > FIX .
    The FIX profile list screen opens.
  2. Click Create.
    The New FIX Profile screen opens.
  3. In the Name field, type a unique name for the profile.
  4. From the Parent Profile list, select a parent profile.
  5. Select the Custom check box.
  6. Optional: From the Report Log Publisher list, select the publisher for error messages and status reports.
  7. Optional: From the Message Log Publisher list, select the publisher for message logging.
  8. In the Rate Sample Interval field, type the sample interval, in seconds, for the message rate.
  9. From the Error Action list, select one of the following settings.
    • Don't Forward (default) to drop a message with errors and not forward it.
    • Drop Connection to disconnect the connection.
  10. Select the Quick Parsing check box to parse the basic standard fields, and validate the message length and checksum.
  11. Select the Response Parsing check box to parse the messages from the FIX server, applying the same parser configuration and error handling for the server as for the client.
  12. Select the Fully Parse Logon Message check box to fully parse the logon message, instead of using quick parsing.
  13. From the Sender and Tag Substitution Data Group Mapping list, select one of the following settings.
    Setting Description
    Not Configured (default) Disables the tag substitution map between sender ID and tag substitution data group.
    Specify Provides the Mapping List settings for you to configure as required.
    1. In the Sender field, type a sender ID that represents the identity of the firm sending the message.

      Example: client1

    2. In the Data Group field, type a tag substitution data group.

      Example: FIX_tag_map

    3. Click Add.
  14. Click Finished.
The FIX profile is configured for electronic trading.

Creating a load balancing pool

You can create a load balancing pool (a logical set of devices such as web servers that you group together to receive and process traffic) to efficiently distribute the load on your server resources.
Note: You must create the pool before you create the corresponding virtual server.
  1. On the Main tab, click Local Traffic > Pools .
    The Pool List screen opens.
  2. Click Create.
    The New Pool screen opens.
  3. In the Name field, type a unique name for the pool.
  4. For the Health Monitors setting, in the Available list, select a monitor type, and click << to move the monitor to the Active list.
    Tip: Hold the Shift or Ctrl key to select more than one monitor at a time.
  5. From the Load Balancing Method list, select how the system distributes traffic to members of this pool.
    The default is Round Robin.
  6. For the Priority Group Activation setting, specify how to handle priority groups:
    • Select Disabled to disable priority groups. This is the default option.
    • Select Less than, and in the Available Members field type the minimum number of members that must remain available in each priority group in order for traffic to remain confined to that group.
  7. Using the New Members setting, add each resource that you want to include in the pool:
    1. In the Node Name field, type a name for the node portion of the pool member.
      This step is optional.
    2. In the Address field, type an IP address.
    3. In the Service Port field, type a port number, or select a service name from the list.
    4. In the Priority field, type a priority number.
      This step is optional.
    5. Click Add.
  8. Click Finished.
The load balancing pool appears in the Pools list.

Creating a virtual server for secure electronic trading

You first need to configure a FIX profile before configuring a virtual server for electronic trading.
You can configure a virtual server for electronic trading, using a FIX profile.
  1. On the Main tab, click Local Traffic > Virtual Servers .
    The Virtual Server List screen opens.
  2. Click the Create button.
    The New Virtual Server screen opens.
  3. In the Name field, type a unique name for the virtual server.
  4. In the Destination Address field, type the IP address in CIDR format.
    The supported format is address/prefix, where the prefix length is in bits. For example, an IPv4 address/prefix is 10.0.0.1 or 10.0.0.0/24, and an IPv6 address/prefix is ffe1::0020/64 or 2001:ed8:77b5:2:10:10:100:42/64. When you use an IPv4 address without specifying a prefix, the BIG-IP® system automatically uses a /32 prefix.
    Note: The IP address you type must be available and not in the loopback network.
  5. In the Service Port field, type the port number used for the FIX message.
  6. From the Configuration list, select Advanced.
  7. From the Protocol list, select TCP.
  8. From the Protocol Profile (Client) list, select a predefined or user-defined TCP profile.
  9. Optional: For the SSL Profile (Client) setting, from the Available list, select clientssl, and using the Move button, move the name to the Selected list.
  10. Optional: For the SSL Profile (Server) setting, from the Available list, select serverssl, and using the Move button, move the name to the Selected list.
  11. From the FIX Profile list, select the FIX profile you want to assign to the virtual server.
  12. In the Resources area of the screen, from the Default Pool list, select the relevant pool name.
  13. Click Finished.
A virtual server is configured for electronic trading, using a FIX profile.

Viewing FIX message statistics

You can view various statistics specific to FIX profile traffic.
  1. On the Main tab, click Local Traffic > Virtual Servers > Statistics .
    The Virtual Servers statistics screen opens.
  2. From the Statistics Type list, select Profiles Summary.
  3. In the Global Profile Statistics area, for the Profile Type FIX, click View in the Details.
    The system displays information about the number of current connections, the number of messages, the total message size, and the number of messages in the last sample interval.
The FIX profile statistics are available.

Implementation result

This implementation configures a BIG-IP® system to manage electronic trading functionality, provides you with the ability to use Financial Information eXchange (FIX) protocol messages.