LocalLB::ProfileFIX::SenderTagClass

Introduced : BIG-IP_v11.5.0
A structure that specifies FIX profile sender tag class information. For sender tag class information, you provide a structure that specifies a mapping between a sender ID and a tag mapping data group. Sender ID (sender_id) is the value of tag 49. Tag mapping data group (tag_map_class) is an integer type data group (internal or external) which defines a tag substitution mapping. The FIX parser checks the message sender (tag 49 value). If it matches the sender ID of a SenderTagClass structure, the FIX parser will substitute the tags in the message with new tags defined in the data group. For example, if a structure is {“sender_1”, “data_group_1”} and data_group_1 defines that 10001 maps to 20001, then FIX parser substitutes 10001 with 20001 in all the messages sent by “sender_1” (where tag 49 = “sender_1” in the message).
Member Type Description
sender_id String A sender’s FIX ID; the value of tag 49 in a FIX message.
tag_map_class String A tag mapping data group name. This must name an existing data group. The data group must be of integer type; it can be internal or external.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.