<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fixr:repository xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository" name="FIX User Defined Fields" version="1.0">
    <fixr:metadata>
        <dcterms:title>FIX User Defined Fields (UDFs)</dcterms:title>
        <dcterms:creator>Atomic Wire Technology Limited</dcterms:creator>
        <dcterms:created>2024-06-01</dcterms:created>
        <dcterms:conformsTo>[Orchestra v1-0-STANDARD](https://www.fixtrading.org/packages/fix-orchestra-technical-specification-v1-0/)</dcterms:conformsTo>
        <dcterms:abstract>An Orchestra specification for FIX user-defined fields (UDFs), with duplicate field names from the original source uniquely numbered to ensure compliance with the Orchestra Schema Definition (XSD). Each message contains user-defined fields tailored by a specific firm, with custom layouts optimized for easier navigation.</dcterms:abstract>
        <dcterms:isFormatOf>[FIX UDFs](https://www.fixtrading.org/standards/user-defined-fields/)</dcterms:isFormatOf>
        <dcterms:rights>Copyright 2024 Atomic Wire Technology Limited</dcterms:rights>
        <dcterms:alternative>FIX UDFs Organized by User</dcterms:alternative>
        <dcterms:subject>Orchestra, FIX, User Defined Fields</dcterms:subject>
    </fixr:metadata>
    <fixr:categories>
        <fixr:category name="Bank" componentType="Message" section="SellSide"/>
        <fixr:category name="Brokerage" componentType="Message" section="SellSide"/>
        <fixr:category name="Consulting" componentType="Message" section="Services"/>
        <fixr:category name="DataVendor" componentType="Message" section="Services"/>
        <fixr:category name="Exchange" componentType="Message" section="Market"/>
        <fixr:category name="InvestmentManager" componentType="Message" section="BuySide"/>
        <fixr:category name="MarketInfrastructure" componentType="Message" section="Market"/>
        <fixr:category name="SoftwareVendor" componentType="Message" section="Services"/>
        <fixr:category name="Other" componentType="Message" section="Other"/>
    </fixr:categories>
    <fixr:sections>
        <fixr:section name="BuySide"/>
        <fixr:section name="SellSide"/>
        <fixr:section name="Market"/>
        <fixr:section name="Services"/>
        <fixr:section name="Other"/>
    </fixr:sections>
    <fixr:datatypes>
        <fixr:datatype name="Amt">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field typically representing a Price times a Qty</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field typically representing a Price times a Qty</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Boolean">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern="[YN]{1}">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char field containing one of two values:

'Y' = True/Yes

'N' = False/No</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char field containing one of two values:

'Y' = True/Yes

'N' = False/No</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="char">
            <fixr:mappedDatatype standard="XML" base="xs:string">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Single character value, can include any alphanumeric character or punctuation except the delimiter. All char fields are case sensitive (i.e. m != M).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Single character value, can include any alphanumeric character or punctuation except the delimiter. All char fields are case sensitive (i.e. m != M).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Country">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern=".{2}">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a country using ISO 3166 Country code (2 character) values (see Appendix 6-B).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a country using ISO 3166 Country code (2 character) values (see Appendix 6-B).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Currency">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern=".{3}">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a currency type using ISO 4217 Currency code (3 character) values (see Appendix 6-A).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a currency type using ISO 4217 Currency code (3 character) values (see Appendix 6-A).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="data">
            <fixr:mappedDatatype standard="XML" base="xs:base64Binary">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In FIXML, all data type fields are using base64Binary encoding.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field containing raw data with no format or content restrictions. Data fields are always immediately preceded by a length field. The length field should specify the number of bytes of the value of the data field (up to but not including the terminating SOH).

Caution: the value of one of these fields may contain the delimiter (SOH) character. Note that the value specified for this field should be followed by the delimiter (SOH) character as all fields are terminated with an "SOH".</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="DayOfMonth">
            <fixr:mappedDatatype standard="XML" base="xs:integer">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a day during a particular month (values 1 to 31).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a day during a particular month (values 1 to 31).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Exchange">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern=".*">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a market or exchange using ISO 10383 Market Identifier Code (MIC) values (see"Appendix 6-C).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a market or exchange using ISO 10383 Market Identifier Code (MIC) values (see"Appendix 6-C).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="float">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence of digits with optional decimal point and sign character (ASCII characters "-", "0" - "9" and "."); the absence of the decimal point within the string will be interpreted as the float representation of an integer value. All float fields must accommodate up to fifteen significant digits. The number of decimal places used should be a factor of business/market needs and mutual agreement between counterparties. Note that float values may contain leading zeros (e.g. "00023.23" = "23.23") and may contain or omit trailing zeros after the decimal point (e.g. "23.0" = "23.0000" = "23" = "23."). Note that fields which are derived from float may contain negative values unless explicitly specified otherwise.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence of digits with optional decimal point and sign character (ASCII characters "-", "0" - "9" and "."); the absence of the decimal point within the string will be interpreted as the float representation of an integer value. All float fields must accommodate up to fifteen significant digits. The number of decimal places used should be a factor of business/market needs and mutual agreement between counterparties. Note that float values may contain leading zeros (e.g. "00023.23" = "23.23") and may contain or omit trailing zeros after the decimal point (e.g. "23.0" = "23.0000" = "23" = "23."). Note that fields which are derived from float may contain negative values unless explicitly specified otherwise.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="int">
            <fixr:mappedDatatype standard="XML" base="xs:integer"/>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Language">
            <fixr:mappedDatatype standard="XML" base="xs:language"/>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier for a national language - uses ISO 639-1 standard</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Length">
            <fixr:mappedDatatype standard="XML" base="xs:nonNegativeInteger">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing the length in bytes. Value must be positive.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing the length in bytes. Value must be positive.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="LocalMktDate">
            <fixr:mappedDatatype standard="XML" base="xs:date">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a Date of Local Market (as opposed to UTC) in YYYY-MM-DD format. This is the "normal" date field used by the FIX Protocol.

Valid values:

YYYY = 0000-9999, MM = 01-12, DD = 01-31.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a Date of Local Market (as opposed to UTC) in YYYYMMDD format. This is the "normal" date field used by the FIX Protocol.

Valid values:

YYYY = 0000-9999, MM = 01-12, DD = 01-31</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="LocalMktTime">
            <fixr:mappedDatatype standard="XML" base="xs:time">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing the time local to a particular market center. Used where offset to UTC varies throughout the year and the defining market center is identified in a corresponding field.

Format is HH:MM:SS where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds. In general only the hour token is non-zero.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing the time local to a particular market center. Used where offset to UTC varies throughout the year and the defining market center is identified in a corresponding field.

Format is HH:MM:SS where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds. In general only the hour token is non-zero.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="MonthYear">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern="\d{4}(0|1)\d([0-3wW]\d)?">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing month of a year. An optional day of the month can be appended or an optional week code.

Valid formats:

YYYYMM

YYYYMMDD

YYYYMMWW

Valid values:

YYYY = 0000-9999; MM = 01-12; DD = 01-31; WW = w1, w2, w3, w4, w5.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing month of a year. An optional day of the month can be appended or an optional week code.

Valid formats:

YYYYMM

YYYYMMDD

YYYYMMWW

Valid values:

YYYY = 0000-9999; MM = 01-12; DD = 01-31; WW = w1, w2, w3, w4, w5.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="MultipleCharValue">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern="[A-Za-z0-9](\s[A-Za-z0-9])*">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field containing one or more space delimited single character values (e.g. \|18=2 A F\| ).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field containing one or more space delimited single character values (e.g. \|18=2 A F\| ).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="MultipleStringValue">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern=".+(\s.+)*">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field containing one or more space delimited multiple character values (e.g. \|277=AV AN A\| ).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field containing one or more space delimited multiple character values (e.g. \|277=AV AN A\| ).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="NumInGroup">
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing the number of entries in a repeating group. Value must be positive.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Pattern">
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to build on and provide some restrictions on what is allowed as valid values in fields that uses a base FIX data type and a pattern data type. The universe of allowable valid values for the field would then be the union of the base set of valid values and what is defined by the pattern data type. The pattern data type used by the field will retain its base FIX data type (e.g. String, int, char).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Percentage">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a percentage (e.g. 0.05 represents 5% and 0.9525 represents 95.25%). Note the number of decimal places may vary.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a percentage (e.g. 0.05 represents 5% and 0.9525 represents 95.25%). Note the number of decimal places may vary.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Price">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a price. Note the number of decimal places may vary. For certain asset classes prices may be negative values. For example, prices for options strategies can be negative under certain market conditions. Refer to Volume 7: FIX Usage by Product for asset classes that support negative price values.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a price. Note the number of decimal places may vary. For certain asset classes prices may be negative values. For example, prices for options strategies can be negative under certain market conditions. Refer to Volume 7: FIX Usage by Product for asset classes that support negative price values.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="PriceOffset">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a price offset, which can be mathematically added to a "Price". Note the number of decimal places may vary and some fields such as LastForwardPoints may be negative.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field representing a price offset, which can be mathematically added to a "Price". Note the number of decimal places may vary and some fields such as LastForwardPoints may be negative.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Qty">
            <fixr:mappedDatatype standard="XML" base="xs:decimal">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field capable of storing either a whole number (no decimal places) of "shares" (securities denominated in whole units) or a decimal value containing decimal places for non-share quantity asset classes (securities denominated in fractional units).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">float field capable of storing either a whole number (no decimal places) of "shares" (securities denominated in whole units) or a decimal value containing decimal places for non-share quantity asset classes (securities denominated in fractional units).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Reserved1000Plus">
            <fixr:mappedDatatype standard="XML" base="xs:integer" minInclusive="1000">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "1000" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "1000" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Reserved100Plus">
            <fixr:mappedDatatype standard="XML" base="xs:integer" minInclusive="100">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "100" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "100" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Reserved4000Plus">
            <fixr:mappedDatatype standard="XML" base="xs:integer" minInclusive="4000">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "4000" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values "4000" and above are reserved for bilaterally agreed upon user defined enumerations.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="SeqNum">
            <fixr:mappedDatatype standard="XML" base="xs:positiveInteger">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a message sequence number. Value must be positive.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a message sequence number. Value must be positive.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="String">
            <fixr:mappedDatatype standard="XML" base="xs:string">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Alpha-numeric free format strings, can include any character or punctuation except the delimiter. All String fields are case sensitive (i.e. morstatt != Morstatt).</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Alpha-numeric free format strings, can include any character or punctuation except the delimiter. All String fields are case sensitive (i.e. morstatt != Morstatt).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="TagNum">
            <fixr:mappedDatatype standard="XML" base="xs:nonNegativeInteger">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a tag number. Value must be positive and may not contain leading zeros.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int field representing a field's tag number when using FIX "Tag=Value" syntax. Value must be positive and may not contain leading zeros.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="Tenor">
            <fixr:mappedDatatype standard="XML" base="xs:string" pattern="[DMWY](\d)+">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">used to allow the expression of FX standard tenors in addition to the base valid enumerations defined for the field that uses this pattern data type. This pattern data type is defined as follows:

Dx = tenor expression for "days", e.g. "D5", where "x" is any integer &gt; 0

Mx = tenor expression for "months", e.g. "M3", where "x" is any integer &gt; 0

Wx = tenor expression for "weeks", e.g. "W13", where "x" is any integer &gt; 0

Yx = tenor expression for "years", e.g. "Y1", where "x" is any integer &gt; 0</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">used to allow the expression of FX standard tenors in addition to the base valid enumerations defined for the field that uses this pattern data type. This pattern data type is defined as follows:

Dx = tenor expression for "days", e.g. "D5", where "x" is any integer &gt; 0

Mx = tenor expression for "months", e.g. "M3", where "x" is any integer &gt; 0

Wx = tenor expression for "weeks", e.g. "W13", where "x" is any integer &gt; 0

Yx = tenor expression for "years", e.g. "Y1", where "x" is any integer &gt; 0</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="TZTimeOnly">
            <fixr:mappedDatatype standard="XML" base="xs:time">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing the time based on ISO 8601. This is the time with a Universal Time Coordinated(UTC) offset to allow identification of local time and timezone.

Its value space is described as the combination of date and time of day in the Chapter 5.4 of ISO 8601.

Valid values are in the format HH:MM[:SS][Z \| [ + \| - hh[:mm]]] where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes.

The punctuation of ":" are required. The "Z" or "+" or "-" are optional to denote a time zone offset.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing the time represented based on ISO 8601. This is the time with a UTC offset to allow identification of local time and timezone of that time.

Format is HH:MM[:SS][Z \| [ + \| - hh[:mm]]] where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="TZTimestamp">
            <fixr:mappedDatatype standard="XML" base="xs:dateTime">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a date and time combination in local time with an optional offset to Univeral Time Coordinated (UTC). Its vaue space is described as the combination of date and time of day in the Chapter 5.4 of based on ISO 8601.

Valid values are in the fFormat is YYYY-MM-DD-THH:MM:SS.s*[Z \| [ + \| - hh[:mm]]] where YYYY = 0000 to 9999 year, MM = 01-12 month, DD = 01-31 day, HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes, and optionally sss (one or more digits representing a decimal fraction of a second), hh = 01-12 offset hours, mm = 00-59 offset minutes.

The punctuation of "-", ":" and the string value of "T" to separate the date and time are required. The "." is only required when sub-second time precision is specified. The "Z" or "+" or "-" are optional to denote an optional time zone offset.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing a time/date combination representing local time with an offset to UTC to allow identification of local time and timezone offset of that time. The representation is based on ISO 8601.

Format is YYYYMMDD-HH:MM:SS.sss*[Z \| [ + \| - hh[:mm]]] where YYYY = 0000 to 9999, MM = 01-12, DD = 01-31 HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes, sss* fractions of seconds. The fractions of seconds may be empty when no fractions of seconds are conveyed (in such a case the period is not conveyed), it may include 3 digits to convey milliseconds, 6 digits to convey microseconds, 9 digits to convey nanoseconds, 12 digits to convey picoseconds; Other number of digits may be used with bilateral agreement</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="UTCDateOnly">
            <fixr:mappedDatatype standard="XML" base="xs:date">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing Date represented in UTC (Universal Time Coordinated, also known as GMT) in YYYY-MM-DD format specified in ISO 8601. This special-purpose field is paired with UTCTimeOnly to form a proper UTCTimestamp for bandwidth-sensitive messages.

Valid values:

YYYY = 0000-9999, MM = 01-12, DD = 01-31.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing Date represented in UTC (Universal Time Coordinated, also known as "GMT") in YYYYMMDD format. This special-purpose field is paired with UTCTimeOnly to form a proper UTCTimestamp for bandwidth-sensitive messages.

Valid values:

YYYY = 0000-9999, MM = 01-12, DD = 01-31.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="UTCTimeOnly">
            <fixr:mappedDatatype standard="XML" base="xs:time">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing time-only in Universal Time Coordinated (UTC), also known as Greenwich Mean Time (GMT).

Its value space is described as the time of day in the Chapter 5.4 of ISO 8601.

Valid values are in the format HH:MM:SS.s where HH = 00-23 hours, MM = 00-59 minutes, SS = 00-60 seconds (60 only if UTC leap second), and optionally s (one or more digits representing a decimal fraction of a second).

The punctuation of ":" between hours minutes and seconds are required. The "." is only required when sub-second time precision is specified.

This special-purpose field is paired with UTCDateOnly to form a proper UTCTimestamp for bandwidth-sensitive messages.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing time-only represented in UTC (Universal Time Coordinated, also known as "GMT") in either HH:MM:SS (whole seconds) or HH:MM:SS.sss* (milliseconds) format, colons, and period required. This special-purpose field is paired with UTCDateOnly to form a proper UTCTimestamp for bandwidth-sensitive messages.

Valid values:

HH = 00-23, MM = 00-59, SS = 00-60 (60 only if UTC leap second), sss* fractions of seconds. The fractions of seconds may be empty when no fractions of seconds are conveyed (in such a case the period is not conveyed), it may include 3 digits to convey milliseconds, 6 digits to convey microseconds, 9 digits to convey nanoseconds, 12 digits to convey picoseconds; Other number of digits may be used with bilateral agreement.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="UTCTimestamp">
            <fixr:mappedDatatype standard="XML" base="xs:dateTime">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing date and time combination Universal Time Coordinated (UTC), also known as Greenwich Mean Time (GMT).

Its value space is described as the combination of date and time of day in the Chapter 5.4 of ISO 8601.

Valid values are in the format YYYY-MM-DDTHH:MM:SS.s where YYYY = 0000-9999 year, MM = 01-12 month, DD = 01-31 day, HH = 00-23 hour, MM = 00-59 minute, SS = 00-60 second (60 only if UTC leap second), and optionally one or more digits representing a decimal fraction of a second.

The punctuation of "-", ":" and the string value of "T" to separate the date and time are required. The "." is only required when sub-second time precision is specified.

Leap Seconds: Note that UTC includes corrections for leap seconds, which are inserted to account for slowing of the rotation of the earth. Leap second insertion is declared by the International Earth Rotation Service (IERS) and has, since 1972, only occurred on the night of Dec. 31 or Jun 30. The IERS considers March 31 and September 30 as secondary dates for leap second insertion, but has never utilized these dates. During a leap second insertion, a UTCTimestamp field may read "1998-12-31T23:59:59", "1998-12-31T23:59:60", "1999-01-01T00:00:00". (see http://tycho.usno.navy.mil/leapsec.html)</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string field representing time/date combination represented in UTC (Universal Time Coordinated, also known as "GMT") in either YYYYMMDD-HH:MM:SS (whole seconds) or YYYYMMDD-HH:MM:SS.sss* format, colons, dash, and period required.

Valid values:

YYYY = 0000-9999, MM = 01-12, DD = 01-31, HH = 00-23, MM = 00-59, SS = 00-60 (60 only if UTC leap second), sss* fractions of seconds.

The fractions of seconds may be empty when no fractions of seconds are conveyed (in such a case the period is not conveyed), it may include 3 digits to convey milliseconds, 6 digits to convey microseconds, 9 digits to convey nanoseconds, 12 digits to convey picoseconds; Other number of digits may be used with bilateral agreement.

Leap Seconds: Note that UTC includes corrections for leap seconds, which are inserted to account for slowing of the rotation of the earth. Leap second insertion is declared by the International Earth Rotation Service (IERS) and has, since 1972, only occurred on the night of Dec. 31 or Jun 30. The IERS considers March 31 and September 30 as secondary dates for leap second insertion, but has never utilized these dates. During a leap second insertion, a UTCTimestamp field may read "19981231-23:59:59", "19981231-23:59:60", "19990101-00:00:00". (see http://tycho.usno.navy.mil/leapsec.html)</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="XID">
            <fixr:mappedDatatype standard="XML" base="xs:ID">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The purpose of the XID datatype is to define a unique identifier that is global to a FIX message. An identifier defined using this datatype uniquely identifies its containing element, whatever its type and name is. The constraint added by this datatype is that the values of all the fields that have an ID datatype in a FIX message must be unique.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The purpose of the XID datatype is to define a unique identifier that is global to a FIX message. An identifier defined using this datatype uniquely identifies its containing element, whatever its type and name is. The constraint added by this datatype is that the values of all the fields that have an ID datatype in a FIX message must be unique.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="XIDREF">
            <fixr:mappedDatatype standard="XML" base="xs:IDREF">
                <fixr:annotation>
                    <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The XIDREF datatype defines a reference to an identifier defined by the XID datatype.</fixr:documentation>
                </fixr:annotation>
            </fixr:mappedDatatype>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The XIDREF datatype defines a reference to an identifier defined by the XID datatype.</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="XMLData">
            <fixr:mappedDatatype standard="XML" base="xs:string"/>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains an XML document raw data with no format or content restrictions. XMLData fields are always immediately preceded by a length field. The length field should specify the number of bytes of the value of the data field (up to but not including the terminating SOH).</fixr:documentation>
            </fixr:annotation>
        </fixr:datatype>
        <fixr:datatype name="component"/>
    </fixr:datatypes>
    <fixr:codeSets/>
    <fixr:fields>
        <fixr:field type="Boolean" id="5000" name="OrdStatusReqType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Discriminates between a standard Order Status Request (=0), and a non-standard Trade History query (=1)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5001" name="ExchangeQuoteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote ID returned from exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5002" name="BidVolMultiplier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bid Volume Multiplier for an Improvement QuoteInteger</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5003" name="OfferVolMultiplier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer Volume Multiplier for an Improvement QuoteInteger</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5004" name="BidVolLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5005" name="OfferVolLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer Volume Limit for an Improvement QuoteInteger</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5006" name="QuoteStatusReqType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Discriminates between a Price Quote Status Request (=0), and an Improvement Quote Status Request (=1).Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5007" name="LockStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether an order is locked (temporarily) on the orderbook.Boolean</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5008" name="DepositoryID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clearing house security ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5009" name="DepositoryIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Clearing house security ID: =1 (CUSIP)

=2 (SEDOL)

=4 (ISIN)String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5010" name="SecuritySuspended">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the security is suspended from tradingBoolean</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5011" name="OrderMaxValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum order valuePrice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5012" name="OrderMinValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum order valuePrice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5013" name="TradeSequence1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When the deal is created during the day:=2 (trade entered by operations/administration staff)

=101 (normal trading)

=102 (traded out of sequence; used for trades that have been hedged)Integer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5014" name="TradeMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade type. =1 (Standard. The trade is a normally registered trade).

Other values (2-8) reserved for future use.Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5015" name="TickBandLow">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick band low pricePrice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5016" name="TickBandHigh">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick band high pricePrice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5017" name="TickBandType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick band type: =1 (DAY orders)

=2 (quotes and IOC orders)Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5018" name="OrderBookID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The identity of a market place partition.String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5019" name="TradingSessionID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The identity of a group of instruments which share trading session characteristics, e.g. when their state changes from Waiting to TradingString</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5020" name="SettlDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The settlement date for a trade.UTCDateOnly</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5021" name="ReportToOCS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies if a block order average price trade is to be reported to OCS (Overnight Comparison System)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5022" name="NoTickBands">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of tick bands in the following repeating group.Integer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5023" name="TickSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick sizePrice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5024" name="InternalSeqNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag is to support internal sequence checking between front-end FIX session modules and back-office FIX application engines</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5025" name="InternalAcknowledgementSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to allow front-end session modules communicate to back-end

application modules that the required acknowledgement for a given message

has already been generated in order to improve asyncronous processing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5026" name="DaylightSavingSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to allow front-end session modules communicate to back-end application modules whether we are observing daylight saving time.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5027" name="ExchangeSymbolName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Symbol name used to identify instrument on a local exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5028" name="BlkOrderDesk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the desk for a block order average price trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5029" name="BlkOrderDeskNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the desk number for a block order average price trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5030" name="BlockOrderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This identifies a block order ID for grouping orders (i.e. orders for a queue and release system)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5031" name="ExpireTime1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field should contain the number of days from today, for which the order should be valid. The value must be less than six as GTD orders can only be valid for five days according to CSE (Colombo Stock Exchange)trading rules. Further this field is required only if TimeInForce is GTD.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5032" name="SecurityType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Possible values are:

1 = Normal Board

2 = Odd lot Board

3 = Crossings board

4 = All or None board

Default value is Normal Board</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5033" name="IsForeignBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Possible values are

0 = NO

1 = YES

Default value is No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5034" name="IsTaxable">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Possible values are

0 = No

1 = Yes

Default value is No.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5035" name="CustodianCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Three character Custodian Code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5036" name="OldQty1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5037" name="OldPrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Must be equal to the original Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5038" name="CMSText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The CMS message text equivalent with or without unprintable characters replaced by spaces</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5039" name="ClientOrderIDFormat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows the 2 sides to communicate what format the Client Order ID and Orig Client Order ID will be used to construct the tag(s). NOTE: Valid values must be agreed upon by both sender and target comps.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5040" name="JIWAYTradingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the current trading status of stocks listed on the Jiway Exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5041" name="ExchangeTradingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trading status of stocks listed on ‘other’ exchanges.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OM Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5042" name="MatchMultipleQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executed quantity must be a multiple of this quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5043" name="AltHandlInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Handling Instructions. Contains the same information as Tag-21, but possible values are 0, 1, and 2. No FIX message should contain both tags 21 and 5043.

0=Automated execution order, private, no Broker intervention

1=Automated execution order, public, Broker intervention OK

2=Manual order, best execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5044" name="LongName1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is a string, consisting of a branch number and an account id.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5045" name="Password1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The password of a dealer or account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5046" name="SLEUID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL-Trade User ID.

Integer, 0-999</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5047" name="AllocBrokerAccountID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation level. Used to match allocation account in the broker’s settlement system to the client’s account, where the client and broker account naming systems differ.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5048" name="OrdSubStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Substatus of an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5049" name="DealLinkReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is a trade reference that is common to all Executions / Transaction Reporting Only and Settlement Only Transactions for a particular Order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5050" name="TransStampStat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if Stamp Liability / No Stampo Liability</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5051" name="InstructNoInstruct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not a trade needs to be instructed for Settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5052" name="Maturity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Complete maturity date for Fixed Income trades. YYYYMMDD</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5053" name="TradeType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes Trade Types in more details

Values:

1. Stock &amp; Cash DVP(Delivery versus Payment

2. Book to Book Transfer

3 Stock &amp; Cash FOP (Free of Payment)

4. Foreign Exchange Trade

5 Reporting Only Transaction 6 Settlement Only Transaction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5054" name="ClientMarketInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Transaction reporting tag to establish the Side of the transaction that we are reporting:

C for Client Side

M for Market Side</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5055" name="TransReport">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that a trade needs to be transaction reported to the relevant regulatory body like the FSA, SFA, SEC etc etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5056" name="ClientCharID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client Charity ID indicates the Client is exempt from paying stamp duty because of their Charity status – this needs to be reported to the Inland Revenue.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5057" name="AvgPxInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The indicator denotes if / where the average price has been generated. This is an SFA Transaction Reporting Rule.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5058" name="StampConsid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the Stampable Consideration on a trade. It must always be displayed in GBP and will consist of Price multiplied by Quantity for Agency Trades. For Principal Trades, the Stampable Consideration will be equal to Price multiplied by Quantity plus Commissions &amp; fees (but not including the Stamp Amount)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5059" name="Coupon1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Fixed Income; Coupon rate of the bond. Will be zero for step-up bonds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5060" name="PSBidPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current price source bid price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5061" name="PSOfferPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current price source offer price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5062" name="PriceSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates where the price has originated; H for House, M for Market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5063" name="FundingCharge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The funding charge applied to the price on extended settlement.

Datatype – Float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5064" name="FundingConsideration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The funding consideration on extended settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5065" name="BidFundingCharge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The funding charge applied to the bid price on extended settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5066" name="BidFundingConsideration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The bid funding consideration on extended settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5067" name="DropID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides front-end flexibility to control message level drop copy processing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5068" name="OfferFundingCharge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The funding charge applied to the offer price on extended settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5069" name="OfferFundingConsideration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The offer funding consideration on extended settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5070" name="UseSettlement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not settlement is requested.

Boolean ‘Y’ or ‘N’</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5071" name="TickBandNoDecPlaces">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of decimal places in premium price. Integer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5072" name="ExchangeName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The name of the exchange that

lists this security. String.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5073" name="SpreadMonicker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the Spread Type. STD=Straddle, STG=Strangle, BUL= Call Vertical, BLT=Call Calendar, BER=Put Vertical, BRT=Put Calendar</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Liquidity Direct</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5074" name="FundCommissionOption">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows the broker to specify the commission option to be used for a fund deal request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5075" name="FundCommissionWaiver">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Any commission that the broker wishes to sacrifice. This figure is expressed as a amount to be deducted from the default commission.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5076" name="FundReInvestIncome">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows client to specify that any income gained from a holding should be re-invested into that holding.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5077" name="FundNomineeAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A facility to allow clients to group their fund holdings in a logical and meaningful way.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5078" name="FundSpecialDealDiscount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Future functionality; option to invoke pre-agreed discount per client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5079" name="FundSellAll">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies that the client wishes to sell all holdings relating to the combination of fund, broker, nominee account and customer designation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5080" name="AsOfIndicator1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies whether a trade is an As/Of Trade. Data type is Boolean.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5081" name="AsOfTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the date and time an As/Of Trade took place. Data type is UTCTimestamp.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5082" name="QuoteType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a price is indicative or executable.

Valid Values:

1 = Indicative pricing

2 = Executable pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5083" name="DripInterval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time interval for releasing drip qty. DataType is Integer. Specifies drip interval in seconds</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5084" name="DripQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity released per drip interval. Data type is integer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5085" name="FundValuationDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date on which a fund deal transaction will be valued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="5086" name="FundValuationSSM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time at which a fund deal transaction will be valued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5087" name="FundExternalRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If a fund deal response has been provided by an external RSP then their reference will be provided within this field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5088" name="BidDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The bid delta price – for FX SPOT</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5089" name="AskDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The ask delta price – for FX SPOT</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5090" name="FundInitialCharge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The total of all commission and other charges applied against an executed fund deal transaction.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5091" name="AllocationIndicator1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines whether an order should be “Public” allocated or “Crowd” Allocated during a parity allocation process. data Type is integer.

Valid Values:1- Crowd, 2 – Public</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5092" name="CrossVariant">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies specific variant of defined cross type.

Data Type is Integer.

Valid Values 1=Cross, 2=Cross Only, 3=Mid point Cross, 4=IOC Cross, 5=PNP Cross)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5093" name="CrossQualifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the cross qualifier. Data type in integer.Valid values:1=CNP, 2=None</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5094" name="AmntBought">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of shares bought.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5095" name="AmntSold">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of shares sold.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5096" name="DeltaAmnt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The change in position for a given instrument. Expressed as the number of shares, number of option series contracts etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5097" name="NoParam">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of parameters in the repeating group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5098" name="ParamType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Parameter identifier/description.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5099" name="ParamValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The value of the parameter.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5100" name="FundSecurityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the type of security that this is.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5101" name="FundManagerName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The name of the fund manager for this fund instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5102" name="FundUnitType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">accumulated or income – indicates whether income from the fund should be re-invested</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5103" name="FundBuyableFromDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date from which fund may be bought.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5104" name="FundBuyableToDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date to which fund may be bought.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5105" name="FundValuationPoint">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free-format text – indicates when a given fund is valued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5106" name="FundDesignation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designation against which a

fund deal transaction is to be executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5107" name="FundGroup1Units">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Group 1 Cofunds traded quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5108" name="FundGroup2Units">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Group 2 Cofunds traded quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Boot Computers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5109" name="WaitPrimaryExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Wait for the Primary Exchange to open before trading this order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5110" name="QuoteDepthOfMarket">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Informs the client how many quote contributers there were is determining the quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5111" name="Contributor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A field identifying the quote provider</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5112" name="IssueDenomination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The denomination of the issue</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5113" name="CreditRatingAgency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CreditRatingAgency

Instrument

Format: int Research Agency provided Credit Rating evaluation. Used in conjunction with CreditRating field ( tag 256 ) Beacon values: 0 – S&amp;P 1 – Moody’s 2 – Fitch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5114" name="NoCreditRating">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: NumInGroup

Number of repeating CreditRating ( 255 )

and CreditRatingAgency ( 5113 )

entries.

use NoCreditRating == 0

when CreditRatingAgency and CreditRating is not provided.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5115" name="UnderlyingCreditRatingAgency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: int

Research Agency provided Credit Rating evaluation.

Used in conjunction with

UnderlyingCreditRating field ( tag 256 )

Beacon values:

0 – S&amp;P

1 – Moody’s

2 – Fitch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5116" name="NoUnderlyingCreditRating">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: NumInGroup Number of repeating UnderlyingCreditRating ( 256 ) and UnderlyingCreditRatingAgency ( 5115 ) entries. use NoUnderlyingCreditRating == 0 when UnderlyingCreditRatingAgency and UnderlyingCreditRating is not provided.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5117" name="LegCreditRatingAgency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: int Research Agency provided Leg Credit Rating evaluation. Used in conjunction with LegCreditRating field ( tag 257 ) Beacon values: 0 – S&amp;P 1 – Moody’s 2 – Fitch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5118" name="NoLegCreditRating">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: NumInGroup Number of repeating LegCreditRating ( 257 ) and LegCreditRatingAgency ( 5117 ) entries. use NoLegCreditRating == 0 when LegCreditRatingAgency and LegCreditRating is not provided.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5119" name="NoRFQs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the number of RFQRequests.

Market data field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5120" name="FilterSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: String

FilterSource specifies which language type supported to create a Filter ( 5121 ).

valid values

“SQL”,

“REGEX”,

“JAVASCRIPT”,

“XPATH”,…

used in conjunction with

Filter(5121),

FilterReqID(5122).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5121" name="Filter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: String

specifies algorithm source using language type specified in FilterSource ( 5120 ).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5122" name="FilterReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: int

filter requester ID

see FilterID generated by filter provider to used to

cancel/update filters.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5123" name="FilterID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format: int ID provider echo FilterReqID(5122), new generated ID by provider for

Requested Filter.

Used to cancel/update filters.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5124" name="ConversionTick">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for CAP DI orders. Valid Values:1 – Destabilising (Convert only on Destabilising tick)

2 – Stabilising (Convert only on Stabilising tick)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5125" name="TradeNotificationID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Identifier Assigned to the trade notification open for allocation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5126" name="CMSInternalData">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Internal data specific to CMS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5127" name="Post">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading Post ID for the security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5128" name="TurnAroundNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Turn Around Number assigned for the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5129" name="NoIOIs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in IOIList.

Market data field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5130" name="TotNoIOIs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in IOIList, SecurityList, SecurityStatus

Number of Indications currently alive ( not expired based on validUntilTime )

Market data field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Beacon Capital Strategies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5131" name="PendingAllocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the entering trader is responsible to allocate the execution and report allocations to the exchange in order to complete the transaction.Valid Values : Y – YES, N- NO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5132" name="ContraOrderOrigin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of the contra order. Possible values.1 – Firm Order

2 – BARS Order

3 – Specialist Quote

4 – Market Maker Quote

5 – Away Market Inbound

6 – Away Market Outbound</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5133" name="Omnibus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the contra party is an omnibus name or not.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5134" name="MaxBestBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the maximum number of shares to buy for which the sender can quote at their best price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5135" name="MaxBestOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the maximum number of shares to sell for which the sender can quote at their best price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5136" name="MaxQuotableBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the maximum number of shares to buy for which the sender will quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5137" name="MaxQuotableOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the maximum number of shares to sell for which the sender will quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5138" name="SingleConversionQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Single conversion quantity of a CAP-DI order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5139" name="AggregateConversionQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Aggregate conversion quantity of a CAP-DI order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5140" name="ExecBy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executing system

erson ID for order executions. Information generally used by back-office billing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5141" name="PriceImprovementSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the side to be price improved in a cross order.Valid Values:

1 – Buy only

2 – Sell only

3 – Buy and Sell</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5142" name="AltRule80A">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rule80A with user-defined values and meanings.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5143" name="CCPTradeSuffixNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Extra Trade Identification Number on XETRA.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5144" name="CCPOrderCompletionFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for XETRA market. ‘P’ if the order has been partially filled, ‘F’ if completely filled.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5145" name="NettingLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the level of netting assigned to an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5146" name="DealInstBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the instruction assigned from a dealer to a broker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5147" name="NumExec">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of market executions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5148" name="TradOrdNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is optional and contains the number assigned by the trader. This information is just conveyed in the Trade Leg Creation message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5149" name="Memo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free format text field sent to the market.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5150" name="UserIDCmd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the original GL User ID who has submited the order command.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5151" name="TickSizeDenominator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick denominator used to calculate the price for Liffe market.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5152" name="BoothID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Booth ID to which the request should be routed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5153" name="SalesInstBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the instruction assigned from a sales to a broker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5154" name="CXFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates when a broker buys/sells shares because a client did not deliver scrip or pay on time for the original trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5155" name="InstitutionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies institution ID as assigned to the exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5156" name="UnreleasedDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the date for an unreleased order (order sent to exchange but inserted into the book at the indicated date).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5157" name="UnreleasedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the date/time for an unreleased order (order sent to exchange but inserted into the book at the indicated date and time).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5158" name="UnreleasedText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates instructions for an unreleased order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5159" name="ClearingCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the code of the clearer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5160" name="ClearingAccountNDS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the National Depositery of Securities clearer account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5161" name="AccountNDS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the National Depositery of Securities client account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5162" name="TriggerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates specific trigger conditions applied to the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5163" name="StabilisationPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When an underwriter who tries to prevent a recent offering from dropping below the offering price by placing buy orders slightly above that price. Valid values: S=Stablisation, T=Takeover</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5164" name="SecondaryTransactTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of execution at the exchange level when TransactTime is already used by the broker order management system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5165" name="SettlInstBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the settlement instruction assigned from a sales to a broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5166" name="NoTriggers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of triggers applied on an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5167" name="TriggerPrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price applied for the trigger type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5168" name="TriggerMaxFloor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum quantity to be displayed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5169" name="TriggerDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date of order activation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="5170" name="TriggerDelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Count down to activate the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5171" name="TriggerTradSesStat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading session value used to trigger the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5172" name="TriggerSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the symbol used to trigger the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5173" name="TriggerIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security source used to trigger the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5174" name="TriggerSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security ID used to trigger the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5175" name="Recycle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to recycle a rejected order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5176" name="ExTransactionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies transaction type

Valid Values: 20=4 – Distinguishes balances that will be reported to the FXBB system by a version of an ExecReport(35=8) message.

, 20=5 – Balance report ack message used to respond to balance report. 20=6 – Will be sent back if a balance is covered by the FX system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5177" name="Source">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the system source. This tag will be a string i.e. “Tradebook”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5178" name="Dealer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bank or the dealer that a trade was done with (This will be an optional field).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5179" name="TradeTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time at which the trade was negotiated between the parties.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5180" name="CATStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CAPIS Algorithmic Trading Strategy (1=VWAP, 2=TWAP, etc…)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5181" name="CATExecStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CAPIS Algorithmic Trading Execution Style (N = Normal, P = Patient, A = Aggressive)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5182" name="MaxPercentVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used with CAT Strategies. Valid Values: 0-99.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5183" name="MinPercentVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used with CAT Strategies. Valid Values: 0-50.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5184" name="PingAllECN">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ping All ECN before sending the order to NYSE/ADOT.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5185" name="AutoReplace1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When order is direct to NYSE/ADOT, perform an Cancel/Replace before 5 minutes is reached.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5186" name="CheapECN">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For none directed orders, try accessing the CheapECN first.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5187" name="Reserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5188" name="BidForwardPointsDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5189" name="OfferForwardPointsDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5190" name="LegLastSpotRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">LegLastSpotRate – Similar to tag 194 “LastSpotRate” but

for the Far leg of a FX Swap deal.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5191" name="LegLastForwardPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg Last Forward Points – Same as Tag 195 “LastForwardPoints” but for the Far leg of a FX Swap Deal.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5192" name="LegSplitTradeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg Split Trade Flag – Similar to tag 9101 “SplitTradeFlag”

but for the far leg of a FX Swap deal.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5193" name="LegMarketType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg Market Type – Similar to tag 9102 “MarketType” but for

the far leg of a FX Swap leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5194" name="NYSEDirectPlus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">DirectPlus eligible order. Route to DirectPlus if enabled and Requirements for DirectPlus are satisfied.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5195" name="FMCNOE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">It is the Notice of Execution Refernce Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5196" name="PrevFMCNOE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used as reference for cancellation and correction of messages sent to FMC</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5197" name="GUID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global UID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5198" name="FMCTradeBlocknumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account name for Trade Block</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5199" name="FMCSettlementBlock">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FMC Settlement block number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5200" name="IOIAvailQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of an IOI offering (IOIQty) that is currently available to the sales force.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5201" name="AutoExSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum order size eligible for automated execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5202" name="TradeThruTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time of a trade-through event</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5203" name="TradeThruSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size of the trade causing a trade through</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5204" name="TradeThruPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price of the trade causing a trade through</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5205" name="AdjustedPriceInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates an adjusted price on a satisfaction order due to a block trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5206" name="SatisfactionOrdDisp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the disposition of a satisfaction order. Valid values are:

0 = Satisfied as specified in the order (default)

1 = Pro rata satisfaction distribution (partial cancellation of Satisfaction order)

2 = Satisfaction order requested size is greater than trade-through size</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5207" name="ExecReceiptTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Receipt time of the Execution Report being rejected by DK Trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5208" name="OriginalOrderTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specified in DK Trade if reason is Stale Execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5209" name="OLAOrdRejReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for order rejection specific to Options Linkage Authority</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Markets Consulting</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5210" name="NonDirectedBrokerFINS1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FINS number of 1st broker not allowed to execute order (up to 6 characters)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5211" name="NonDirectedBrokerFINS2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FINS number of 2nd broker not allowed to execute order (up to 6 characters)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5212" name="ExecBrokerFINS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FINS number of broker executing the order (up to 6 characters)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5213" name="OrderOrigin1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the origina of the order. Possible values. 1 – Firm Order 2 – BARS Order 3 – Specialist Quote 4 – Market Maker Quote 5 – Away Market Inbound 6 – Away Market Outbound</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5214" name="MKTXTargetLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional indication of sought target-level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5215" name="MKTXAllowPartialFill">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional flag indicating client’s desire to allow a partial-fill (not the same as MinQty).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5216" name="MKTXSpottingProcess">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration defining the types of benchmark-spotting workflows used to arrive at the final price of fixed-income trades.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5217" name="StateSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">State Securities Identification Number.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5218" name="MKTXInquiryTimerDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer representing the number of minutes through which the specified MKTXInquiryTimerType will down-count to expiry.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5219" name="MKTXRevealNumberOfDealers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional flag indicating client’s desire to reveal to each dealer to which this inquiry is addressed the number of dealers to which the inquiry is addressed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5220" name="ValidateOrd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that a new order message should only be validated versus business edits and not accepted as a new order by the receiving party. (Y = Validate)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5221" name="MKTXDesiredDueAtTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of day indicating the time at which the client desires to see dealer responses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5222" name="MKTXActualDueAtTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of day indicating the time at which the client will see dealer responses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5223" name="ApplyIOIEdits">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instructs order receiving firm when to apply standard IOI offering edits to determine whether the order should be accepted or rejected. (Y = Apply all edits, N = Do not apply edits, B = Apply only Broker/Dealer edits)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5224" name="CircleInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that the order message type received should be treated as a circle request instead of a live order. (Y = circle request)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5225" name="SACrossType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Text field for Cross Type option used with Agent order types.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5226" name="FutSettDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement date for near leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5227" name="FutSettDate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as FutSettDate (tag 5226) but for the far leg of a FX Swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5228" name="BidForwardPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Near leg forward points</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5229" name="OfferForwardPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Near leg forward points.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5230" name="BidForwardPoints2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Far leg forward points.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5231" name="OfferForwardPoints2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Far leg forward points.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="5232" name="Currency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the denomination of the quantity fields.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5233" name="OrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A notional dealt amount for an Outright (single legged), or the near dealt amount of a Swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5234" name="OrderQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Applicable when subscribing for Swap prices. Represents the far dealt amount of the Swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5235" name="SpotRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot rate represented in repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5236" name="MKTXLegBenchmarkSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies a leg-specific benchmark security in multi-legged fixed-income trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5237" name="MKTXLegBenchmarkSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates the source of the identifier of a leg-specific benchmark security in multi-legged fixed-income trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5238" name="MKTXLegTargetLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optionally specifies the desired target level sought by the client in multi-leg fixed-income trading.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5239" name="Reserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5240" name="OrderSequence">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counter of order changes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Novita</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5241" name="Reserved3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5242" name="Reserved4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5243" name="Reserved5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5244" name="Reserved6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5245" name="Reserved7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5246" name="Reserved8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5247" name="Reserved9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5248" name="Reserved10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5249" name="SpotOptions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Use to store Stot Options</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5250" name="CustomerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of the subject who

commissioned the order/quote. Format=int. Valid values: 21=Member;22=Institutional customer (interconnected);23=Private customer (interconnected);24=Organizational unit (interconnected).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5251" name="TimeInForce">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies how long the order remains in effect. Absence of this field is interpreted as Good Till Cancel. Format=char.

Valid values:

0=Day;

1=Good Till Cancel (GTC);

2=At the Opening (OPG);

3=Immediate or Cancel (IOC);

4=Fill or Kill (FOK);

6=Good Till Date(GTD);

7=At the Close;

8=Deferred Display (DD);

9=Display On Book (DOB);

A=Good in Closing Auction (GCA);

B=Good Till Maturity (GTM);

C=Good for Intra-Day Auction (GFX);

D=Good for Auction (GFA).

E=Good Till Session (GTS)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5252" name="QtyParam">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Expresses the quantity condition on which the security is to be traded. Format=char. Valid values: 4=Fill Minimum Quantity(FMQ);A=Odd Lot(ODL).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5253" name="OrdTypeExt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order type with added values. Format=char. Valid values:

1=Market;

2=Limit;

3=Stop;

4=Stop Limit;

J=Market If Touched (MIT);

K=Market with Leftover as Limit;

Q=Market at Any Price with Leftover as Limit;

R=Interbank;

S=Market Limit If Touched (MIT);

T=Committed Principal Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5254" name="OrigOrderID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OrderID of the previous order (NOT the initial order of the day) as assigned by the market. Format=String.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5255" name="StopPxCondition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stop condition. Format=char. 0=Last Trade price.1=Best Bid Price;2=Best Ask Price;</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5256" name="AccountOriginType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Segregated or non-segregated origin types for Futures order.

1 = Segregated- An account established by the clearing member solely for the purpose of clearing transactions on behalf of its customers.

2= Non-Segregated – An account established by the clearing member solely for the purpose of clearing transactions through proprietary accounts.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Philadelphia Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5257" name="NoPrompts">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of Valid Prompt Dates (Futures) or expiry dates (options)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5258" name="SLCptyNetCredit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5259" name="SLCptyGrossCredit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5260" name="SLCptyID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5261" name="SLSecClassification">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5262" name="SLRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5263" name="SLTerm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5264" name="SLMargin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5265" name="SLRnd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5266" name="SLLocateID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5267" name="SLPositionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5268" name="Reserved11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5269" name="Reserved12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5270" name="IsSLMessage">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5271" name="SLMsgType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5272" name="SLBasis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5273" name="SLFee">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5274" name="SLOfferID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5275" name="SLMsgID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5276" name="SLQuoteType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Indus Valley Partners</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5277" name="Reserved13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5278" name="Reserved14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5279" name="Reserved15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5280" name="FXallMDFilterInd1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Filter market data according to specified criteria</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5281" name="FXallMDFilterInd2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Users may request filtering of Market Data as per predefined parameters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5282" name="FXallCrossExclusionInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Exclude submitted order from crossing with certain orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5283" name="FXallContingentInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if ER represents a contingent order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5284" name="FXallIndicator4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5285" name="FXallIndicator5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5286" name="FXallIndicator6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5287" name="FXallIndicator7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5288" name="FXallIndicator8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5289" name="FXallIndicator9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5290" name="ShortCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A defined set of codes used to represent specific Prompt Dates (Futures) or Expiry Dates (options)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5291" name="FXallIndicator11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FXall</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5292" name="BidMarketSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Aggregated quantity of Bid market orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5293" name="AskMarketSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Aggregated quantity of Ask market orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5294" name="NoOfMarketMakers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of Market Makers that are quoting in the series on the side with the largest number of quotes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5295" name="UnderlyingNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">16-bit Integer identifying the Underlying</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5296" name="SeriesNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">16-bit Integer identifying the Series. Used together with the UnderlyingNumber (5295) to uniquely identify a Series.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5297" name="SendingTimeJavaEpoch">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time when the message is sent. 64-bit integer expressing the number of milliseconds since midnight January 1, 1970.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">OMX</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5298" name="FourWayAgreement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the presence of a four way agreement between clients</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5299" name="MustRefresh">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the market data recipient is required to process the message and refresh the order book. The data type is Boolean.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5300" name="ContraID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This Alphanumeric field will contain the Order ID of the contra order that matched against with the order in focus.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5301" name="PSMMFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the pssive market making status of market participant on an Issue/security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5302" name="MMQuoteOpenTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time at which market maker quote will be opened for neotiation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="5303" name="MMQuoteCloseTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time at which the quote of a market maker is closed for negotiation.

Should always be in hh:mm format</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5304" name="MMFirstEffectiveDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date from which market maker will be effective.

Should be in UTCDate format.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5305" name="MMLastEffectiveDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date after which market maker will no longer be effective.

Should always be in UTCDate format</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5306" name="MMAutoQuoteRefreshParameter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the action to be taken on a replinshed Quote.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5307" name="LockOrCrossIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate whether the Quote has resulted in a lock or cross or none(Neither lock/cross) condition.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5308" name="Reserved16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5309" name="Reserved17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5310" name="MMBidSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size of Bid side of the Quote for the Market Maker (Type – Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5311" name="MMOfferSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size of Offer side of the Quote for Market Maker (Type – Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5312" name="MMBidSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Market Maker Bid’s size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5313" name="MMOfferSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Market Maker’s Offer size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5314" name="BDBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker-Dealer Bid Size.

Data Type: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5315" name="BDBidSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Broker-Dealer Bid Size.

Data Type: Boolean

Valide Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5316" name="BDOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker-Dealer Offer Size.

Data Type: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5317" name="BDOfferSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Broker-Dealer Offer Size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5318" name="Branch">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Source of the Order.

Data Type: String[4]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5319" name="CrossMktProtection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicated whether Cross-Market-Protection is on or off.

Data Type: Boolean

Valid Values:

Y = Protection type is ‘Crossed’

N = Protection type is not ‘Crossed’</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5320" name="CustBidSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Customer Bid Size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5321" name="CustOfferSizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the customer offer size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5322" name="FirmID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Firm’s ID.

Data Type: String[40]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5323" name="IssueID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Issue ID.

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5324" name="IsVolOnePct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Setting for first level of volume for NBBO Step-up configuration</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5325" name="IsVolTwoPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Setting for second level of voulme in NBBO Step-up configuration.

Data Type: Boolean

Valid Values:

Y = Percent

N = Not Percent</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5326" name="LockMktProtection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Setting for locked market protection.

Data Type: Boolean

Valid Values:Y = Protection type is ‘Locked’

N = Protection type is not “Locked”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5327" name="AORThreshold">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Automatic Opening Rotation Threshold (Type – int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5328" name="AutoReplace2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for Automotic re-initiation of NBBO step-ups.Data Type: Boolean

Valid Values:

Y = Yes

N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5329" name="MinPxVar">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum price variation.

Data Type: long</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5330" name="OrigQuoteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">QuoteID of the current quote.

Data Type: long</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5331" name="OwnerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">User ID of the owner.

Data Type: String[40]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5332" name="ScriptLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of levels

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5333" name="SeriesID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Series ID.Data Type: long</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5334" name="IssueStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status indicator for the issue.

Data Type: int

Valid Values:

1 = Pre-Open

2 = Ready to Trade

3 = Not available for Trading

4 = Trading Halt

5 = Testing

6 = Electronic Book Execution

7 = Maintenance

8 = Closed – but GTC orders allowed

9 = Expired</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5335" name="Tick">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Pricing Increment.

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5336" name="UnderlyingID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID of the underlying to which the issue belongs.

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5337" name="UpperLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Upper limit in the range.

Data Type: long</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5338" name="OPRAClassCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OPRA Class Code.

Data Tye: char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5339" name="OriginalSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Current Order/Quote Size.

Data Tye: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5340" name="NBBOStepUpMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NBBO Step Up Mode.

Data Type: Char

Valid Values:

1 = New

2 = Cancel

4 = Get By Owner &amp; Series

5 = NBBO Reinitiate Response</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5341" name="MPRequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique ID of the request.

Data Type: String[40]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5342" name="NoSteps">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of steps (NBBO Configuration).

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5343" name="DisseminatedStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Set Dissemination of NBBO for all series.

Data Type: Boolean

Valid Values:

Y = Disseminate

N = Do not disseminate</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5344" name="StepPosition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Step Position (NBBO Step Up configuration).

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5345" name="SecDefnReqType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the Security Definition Request.

Data Type: Char

Valid Values:

1 = Issue ID

2 = Series by Series ID

3 = Series by Issue ID

4 = Series ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5346" name="NonCustSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Non-customer size (aggregated) at a particular price break

Data Type: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5347" name="NoExchanges">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of exchanges in the repeating group.

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5348" name="QuoteScriptDataType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote Script Data Type.

Data Type: Char

Valid Values:

1 = Send Quote Size Table

2 = Cancel Quote Size Table</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5349" name="QuoteStatusRequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the Quote Status Request.

Data Type: Char

Valid Values:

1 = Get Simple Quotes by User

2 = Get Quote Size Table by Owner and Series</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5350" name="ReinitiateConfig">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Setting for re-initiation of NBBO Step-Up Configuration.

Data Type: Boolean

Valid Values:

Y = Reinitiate NBBO Steu-Up Configuration

N = Do not Reinitiate NBBO Step-Up Configuration</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5351" name="OPRAStrikeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Code used by OPRA (Options Price Reporting Authority) to identify series. Concatenation of option symbol, strike code.

Data Type: String[7]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5352" name="PCXQuoteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">PCX generated ID for the Quote.

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5353" name="IsFastFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether BBO is coming from an exchange declared as Fast Firm

Data Type: Boolean

Valid Values:

Y = Fast Firm

N = Not Fast Firm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5354" name="OptPxDenominator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denominator used to get actual option price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5355" name="NoTick">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">No of elements in the repeating group(Ticks)

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5356" name="OrderReqType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the Order Request.

Data Type: Char

Valid Values:

0 = Modify Orders

1 = Cancel Orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5357" name="NoQuoteSizes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of elements in the repeating group (Quote Sizes)

Data Type: int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5358" name="ResponseID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID sent by PCX in some acknowledgements/notifications</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5359" name="MktSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volume in other exchange.

Data Type: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5360" name="OrigOwnerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate the ID of the original owner.

Data Type: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5361" name="NoScriptLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of nested levels for step-up configuration data.

Data Type: Int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5362" name="FMCNETTradeNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Trade Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5363" name="PrevFMCNETTradeNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous FMCNET trade Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Models Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5364" name="MemberName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Descriptive name of the member firm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5365" name="MemberAddress">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Mailing address of the member</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5366" name="ContactFax">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contact FAX number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5367" name="AltPhone1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">First Alternative Phone number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5368" name="AltPhone2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Second Alternative phone number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5369" name="NoBranch">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of Branches</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5370" name="BranchID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Branch office ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5371" name="Reserved18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5372" name="Reserved19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5373" name="Reserved20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5374" name="Reserved21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5375" name="Reserved22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5376" name="Reserved23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5377" name="Reserved24">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5378" name="Reserved25">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5379" name="Reserved26">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5380" name="Reserved27">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5381" name="ShortSecurityDesc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Short security description.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5382" name="EncodedShortSecurityDescLen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Byte length of encoded (non-ASCII characters) EncodedShortSecurityDesc (5383) field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5383" name="EncodedShortSecurityDesc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Encoded (non-ASCII characters) representation of the ShortSecurityDesc (5381) field in the encoded format specified via the MessageEncoding (347) field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5384" name="AccruedInterestAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of accrued interest.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="5385" name="MarketCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Code of market where instrument is traded.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5386" name="MinPriceIncrement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in pre-5.0 versions to provide same functionality as 5.0’s MinPriceIncrement(969).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5387" name="MktShareLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market share limit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5388" name="MktShareThreshold">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market share limit threshold.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5389" name="MaxOrdersVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum summary volume of active buy and sell orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5390" name="SettlVenue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A three character code representing a valid Settlement Venue</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5391" name="SettlAccType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement account type.

Valid values:

1 = Standing

2 = House

3 = Client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5392" name="SenderGroupID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned value used to identify specific message originator group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5393" name="Reserved28">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5394" name="Reserved29">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5395" name="Reserved30">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5396" name="Reserved31">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5397" name="Reserved32">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5398" name="Reserved33">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5399" name="Reserved34">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5400" name="CashOrCredit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for users that want to electronically submit a NewOrder-Single for the Korea Stock Exchange Market.

10-Cash

21-Margin Buying by Brokers’ Credit

22-Liquidation of Margin Buying by Brokers’ Credit

23-Short Sale by Brokers’ Credit

24-Liquidation of Short Sale by Brokers’ Credit

31-Margin Buying by The Korea Securities Finance Corporation(KSFC)’s Credit

32-Liquidation of Margin Buying by KSFC’s Credit

33-Short Sale by KSFC’s Credit

34-Liquidation of Short Sale by KSFC’s Credit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5401" name="TradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identify the type of trade on the Korea Stock Exchange

3: Reported Block Trading

9: Trading of Treasury Stocks

72: After-hour Block Trading

79: After-hour Block Trading of Treasury Stocks

80: After-hour Basket Trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5402" name="LocalOrForeign">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identify whether client is local or foreign investor

0: Local Investor

1: Foreign Investor</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5403" name="ForeignerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5404" name="ClassiOfForInv">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of foreign investors

1: Non-resident Individuals

2: Non-resident Bank

3: Non-resident Insurance Company

4: Non-resident Securities Company

5: Non-resident Investment Company

6: Non-resident Investment Trust Company

7: Non-resident Other Company

8: Non-resident Korean with Permanent Foreign Residence

9: Non-resident Pension Fund

10: Resident

11: Resident Individuals

12: Resident Bank

13: Resident Insurance Company

14: Resident Securities Company

15: Resident Other Entity

20: Foreign Direct Invesment

21: FDI Individuals

22: FDI Bank

23: FDI Insurance Company

24: FDI Securities Company

25: FDI Other Company

30: Other

31: Acquirer of Korean Papers</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5405" name="ExecPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the price at which client buys or sells and uses for reported block trading

1: Opening Price, 3: Closing Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5406" name="InvestorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the type of investors to place order

1000: Securities Company

2000: Insurance Company

3000: Investment &amp; Management Company

4000: Bank

5000: Merchant Bank

6000: Pension Fund

7000: Other Company

8000: Individuals

9000: Foreigner</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5407" name="NonMemberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned value to identify specific non-member that passes client order to member company.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5408" name="ProgramTrade1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of program trade

0: Regular, 1: Arbitrage, 2: Non-arbitrage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5409" name="ShortSaleType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of short sale

0: Regular, 1: ShortSale with Price Restriction, 2: ShortSale without Price Restriction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5410" name="OrderRoutingMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the means through which a customer routes orders to broker

1: Sale Office Terminal, 2: Wire Communication, 3: Wireless Communication, 4: HTS, 5: Others</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5411" name="PriceIndi">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Uses for futures spread trade and indicates as “0”, “+” or “-“</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5412" name="TradePurpose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the purpose of futures and option trade

1: arbitrage, 2: Hedge, 3: Others</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5413" name="ReceiptTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates time of order receipt in local time</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5414" name="NearestSeriesPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Uses for futures spread trade and indicates contract price of the nearest month series</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5415" name="FurthestSeriesPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Uses for futures spread trade and indicates furthest series price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5416" name="OrderDate1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the order placing date in local time (YYYYMMDD)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5417" name="AccountType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0=Accounts for participants in securities saving plans1= Accounts for non-participants in securities saving plans</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="5418" name="ContractTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the local time in HHMMSSss that futures and options contract have been completed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5419" name="BasketID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier for basket orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Korea Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5420" name="CouponFrequency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates coupon frequency of Fixed Income securities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5421" name="CallDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the call date of Agency Callables in Fixed Income.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5422" name="ReliabilityIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the reliability of a security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5423" name="ModelType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5424" name="PortfolioID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the portfolio ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5425" name="SerialNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">2nd Part of unique Bloomberg serial number. (The 1st part of unique Bloomberg serial number is WorkStation)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="5426" name="BrokerSeqNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker Sequence Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5427" name="InstrAttribType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“I” – Interest

“D” – Discount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5428" name="AdjTargetLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">adjusted target level</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5429" name="NumberItems">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of items/quote on the list</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5430" name="SpotPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Treasury Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5431" name="SpotYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Treasury Yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5432" name="CurveName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Curve Name

e.g. LIBOR</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5433" name="CurvePoint">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Curve Point is the point on the benchmark curve</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5434" name="AdjSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker Fee-Adjusted Spread</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5435" name="FeeAdjToSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fee adjustment to spread</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5436" name="AdjYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fee-adjusted Yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5437" name="OldPrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Must be equal to the original Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5438" name="ReferenceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tape print regional reference ID associated with a Trade report</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5439" name="OldReferenceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Original Reference ID of a correction/Cancellation Print sent to tape associated with a cancel/correct trade report</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5440" name="ClearingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the clearing status of the trade as communicated by the clearing house.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5441" name="ClearingMatchID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Match ID assigned by the clearing system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5442" name="MatchingSlipID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Slip ID assigned by the matching system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5443" name="ClearingSlipID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Slip ID assigned by the Clearing System</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5444" name="LegReport">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate whether the execution report is generated for a multi-leg order or an individual leg of a multi-leg order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5445" name="DownloadRequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique ID assigned to a data download request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5446" name="RequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Download Request Type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5447" name="RequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Download Request ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5448" name="NumMsg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of messages resulting from a download request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5449" name="ReqResponseTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the Type of request being responded to</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5450" name="MDElementName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The field is defined as a set of enumerated values providing one to one mapping of market data elements to entries in FIX messages.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">EBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5451" name="MDStatScope">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes a time dimension when distributing market data statistics. Values include: 1= current day, 2 = previous day, 3 = 1 minute, 4 = 10 seconds</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5452" name="MDCountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the count type in MDCount in relation to MDStatScope. Values include:

1 = Peak, 2 = Record, 3 = Time interval, 4 = Running count</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5453" name="TraderCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of unique traders quoting at a particular price level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5454" name="MarketZone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Code identifying the market center/zone where market data entry originated from.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5455" name="SmoothRateSrc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The source that published the smooth rate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5456" name="MDStdDeviation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The margin of error, confidence factor or standard deviation of a rate

rice.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5457" name="PriceTimestamp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The timestamp (UTC) of when the statistic is calculated. This may be different from the time the statistic is published (as indicated in MDEntryTime and MDEntryDate).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5458" name="MDDelayed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the market data entry is being published on a delayed basis. Default is “N”. (Boolean field)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5459" name="SettlType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This custom field is used in pre-5.0 versions of FIX to support the FX tenor expressions as defined in 5.0. Maps directly to 5.0’s SettlType (63) inclusive of definition, all enums and patterns.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5460" name="AggressorIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field to support identifying aggressor (taker) in a trade in pre-5.0 versions of FIX. This field maps directly to 5.0’s tag 1057 inclusive of definition and datatype.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5461" name="TicketStatus1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5462" name="PrimeDealIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5463" name="TradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For use in pre-5.0 versions to provide same information as TradeID (1003) in 5.0.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5464" name="SecondaryTradeID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in pre-5.0 versions to provide same functionality as 5.0’s SecondaryTradeID (1040)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5465" name="CstmApplVerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5466" name="MDBookType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is used in pre-5.0 to allow the identification of book type. Same definition and usage as FIX 5.0’s MDBookType (1021).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5467" name="MDPriceLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is used in pre-5.0. Same definition and usage as FIX 5.0’s MDPriceLevel (1023).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5468" name="MDCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5469" name="ReqResponseStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Processing Status of a download request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5470" name="PriceMvmLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum deviation of prices from settlement price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5471" name="CalculatedCcyLastQty1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX Deal Feed Field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5472" name="PriceMvmLimitT1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum deviation of prices from settlement price at T+1.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5473" name="MguIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a trade notification is generated as a result of a MGU order execution.Valid values:

1 – MGU Execution

0 – Other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5474" name="AbbreviatedPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contract PricePrice of the leg can be expressed as

(a) Explicit Price (e.g. 7589)

Explicit Price is a positive number without any prefix.

(b) A price code expression (e.g. S + 10 which means settlement price plus ten)

Valid price codes are S, YS, C, V ,M &amp; B (basis)

(c) A differential (e.g. -10 which means ten units lower than the price of the first leg)

A valid differential is a number prefixed with either (+) or( – )</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5475" name="PromptDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Expiry(options) / Delivery(Futures) date of the contractFor Futures this is either entered as an explicit date in DDMMYY or as an abbreviated date code (e.g. T – Tomorrow, c – Two days, 3 – 3 months, MMMYY – Monthly).

For Options contracts, this field will be populated by the expiry month code in MMMYY</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5476" name="PrivateReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free form text up to 80 characters.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5477" name="PublicReferece">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free form text up to 80 characters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5478" name="CrossIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates a single trade half or a cross.

Value Meaning

0 Single Trade Half

1 Cross</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5479" name="CarryIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether this message contains a single trade half/cross or a carry trade half/cross.Value Meaning

0 Outright

1 Carry</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5480" name="YieldTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield to value = M.C. P&amp;A</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5481" name="CleanPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clean Price is Fee adjusted price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5482" name="GrossPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Gross Price is Trade price without brokerage fee</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5483" name="ProceedsCalBy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dealer that calculates the trade proceeds</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5484" name="Principal1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">fee-adjusted principal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5485" name="DealerPrincipal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">trade principal without brokerage fee</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5486" name="dealerNetMoney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">trade net money without brokerage fee</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5487" name="NoDealers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">number of dealers</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5488" name="ListID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">the unique identifier of the multi-quote or Inquiry list</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5489" name="Direction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“F” – Forward

“R” – Reverse Inquiry</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5490" name="LongName2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client Long Name</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5491" name="YieldAdjustment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield Adjustment</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5492" name="QuoteYieldTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote Yield To</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5493" name="GrossCover">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Gross Cover</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5494" name="LastTrader">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last Trader</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5495" name="STATE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">state of the trading flow</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5496" name="LastYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last Yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5497" name="DaysToSettlement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">number of business days to settlement date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5498" name="BindIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the holding bind indicator for Corporate Bonds. The value options are “Y” – Yes, and “N” – No.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5499" name="OrdStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Accept

2 = Reject

3 = Expire

4 = Cancel

6 = Counter

9 = Pass</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5500" name="DivReinvest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify whether to reinvest the dividend or not.

Y(Yes) or N(No) value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5501" name="TransFeeIncluded">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify whether the transaction fee is included in the amount (Y), or not (N)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5502" name="DIVINST">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The following types of instructions are possible1. Reinvest Dividends and Capital Gains (RR) – default

2.Pay Dividends and Capital Gains in Cash (CC)

3.Pay Dividends in Cash and Reinvest Capital Gains (CR)

4.Current Instructions (CI)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5503" name="NumLinks">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the number of links in the particular trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5504" name="LinkSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The NumLinks should be specified before using the LinkSymbol.

LinkSymbol and LinkPercent are children of NumLinks</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5505" name="LinkPercent1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The NumLinks should be specified before using the LinkPercent.

LinkPercent and LinkSymbol are children of NumLinks</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5506" name="LinkPercent2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The NumLinks should be specified before using the LinkPercent.

LinkPercent and LinkSymbol are children of NumLinks</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Performance Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5507" name="TrdMatchTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">date, time at which the trade was matched. format DDMMYYYY-HHMMSS</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5508" name="FaceValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Face value of security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5509" name="AuctionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not the auction is being held for the security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5510" name="ChgFromWAPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates change from previous day’s weighted average price vs. last traded price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5511" name="ChgOpenInterest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates change from previous day’s open interest.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5512" name="FirstEligibleTradeDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">First eligible trade date.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5513" name="LastEligibleTradeDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last eligible trade date. Similar to EventDate(866) with EventType(865) = ‘7’.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5514" name="InstrumentPricePrecision">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of decimals in prices. Similar to InstrAttribValue(872) with InstrAttribType(871) = ’27’.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5515" name="CounterpartyAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account identifier of a counterparty for Fixed Income orders &amp; executions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5516" name="MemberVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volume traded by a particular member</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5517" name="MasterAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Master account identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5518" name="AssumedCoupon">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Mortgage/assest backed security assumed coupon</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5519" name="PrepaymentSpeed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Mortgage prepayment speed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5520" name="BenchmarkOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Benchmark offer price for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5521" name="BenchmarkBidYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Benchmark bid yield for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5522" name="BenchmarkOfferYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Benchmark offer yield for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5523" name="BenchmarkOfferSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Benchmark offer spread for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5524" name="OriginalDestination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify the original destination of a Drop copy message. Can be a platform, exchange or anything – Mutually agreed upon.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5525" name="Haircut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This term describes the way brokers and clients protect themselves from market risk in doing repos.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5526" name="AllInPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5527" name="AllocationIndicator2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if allocations are to follow (Most likely a Allocation Instruction FIX Message) for the trade indicated by this Execution Report.

Possible Values:

1 – No Allocations. 2 or More – Allocations Will follow. (They could indicate the possible number of accounts the allocations will occur to.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5528" name="SalesBook">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identify the book for the salesperson doing the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5529" name="NoInvPositions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group count. No of Inventory positions advertised. Part of group (5529-5531)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="LocalMktDate" id="5530" name="InvPositionDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date of the inventory position. LocalMmktDate. Part of group (5529-5531)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5531" name="InvPositionQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The available amount associated with the InvPositionDate, expressed as par value. A short position will be specified as a negative par value. Part of group (5529-5531)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="LocalMktDate" id="5532" name="RateEffectiveDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date (last reset date) from which the coupon rate is effective for Variable Rate Demand Note and tender option bonds. Type= LocalMmktDate</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5533" name="TradeCorrectType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of correct sent in the Trade Capture or Execution Report. (Ex: Material change or not)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5534" name="AllocAccountSubID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sub identifier for the Allocation Accounts. Will be part of the NoAllocs group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5535" name="AllocAccountSubID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sub identifiers #2 for Allocation Accounts. Will be part of the NoAllocs group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5536" name="AllocAccountSubID3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sub identifier #3 for Allocation accounts. Will be part of the NoAllocs group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5537" name="CurrentFace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Current face for Mortgages, ABS, CMO, CMBS etc. (Original face * Factor).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5538" name="AllocCurrentFace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Current Face allocated to this Allocation account. For MTGEs only. Part of “NoAllocs” repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5539" name="AllocGrossTradeAmt1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Gross trade amount allocated to the Allocation account. Part of the “NoAllocs” repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5540" name="CurveDateRate1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5541" name="CurveDateRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5542" name="AllocGrossTradeAmt2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5543" name="FirmAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Firm offering quantity for Municipal Commercial Paper.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="5544" name="SecondaryCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The denomination of the SecondaryQty (6054) field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5545" name="BWitemID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bids Wanted Item ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5546" name="AllocGrossTradeAmtNew">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5547" name="AllocCurrentFaceNew">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5548" name="AdjustedSwapPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(Deprecated) Swap points of a trade, adjusted to the Spot price denomination (multiplied by the forward tick size)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5549" name="ClientFullName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Full name of a client that has executed the trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5550" name="BalanceGroupID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the Unique Identifier of the BalanceGroup to which this Order should be assigned to.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JapanCross Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5551" name="BuyLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the BuyLimit for that Balance Group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JapanCross Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5552" name="SellLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the SellLimit of the BalanceGroup, of which this order is part of. The Identifier of the BalanceGroup is specified in the BalanceGroupID Tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JapanCross Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5553" name="MinimumValueType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(To be used if MinQty– Tag 110 is used)

Valid values

‘S’ – Shares

‘V’ – Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JapanCross Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5554" name="RolloverFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Speicies how long the Order would be valid in the books of the Crossing System. Vaild values:

blank – No rollovers

S – same cross until good-through date has expired

U – Unlimited

n – (1-9) rollover to the next cross, decrement n until 0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JapanCross Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="5555" name="ReturnCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field will be used to indicate a specific error message or informational message that may or may not exist in the Text tag (58) of an acknowledgement response. NOTE: This field may contain repeating values delimited by a hexidecimal ’40’ character.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5556" name="BaseSwapPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Base SWAP price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="5557" name="AggregatedOrderExecRefIDs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Comma separated list of aggregated trades ids</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5558" name="BuyBackPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy back price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5559" name="BuyBackDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy back date.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5560" name="Reserved35">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5561" name="Reserved36">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5562" name="Reserved37">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5563" name="Reserved38">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5564" name="Reserved39">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5565" name="Reserved40">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5566" name="Reserved41">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5567" name="Reserved42">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5568" name="Reserved43">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5569" name="Reserved44">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5570" name="Reserved45">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5571" name="Reserved46">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5572" name="Reserved47">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5573" name="Reserved48">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5574" name="Reserved49">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5575" name="Reserved50">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5576" name="Reserved51">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5577" name="Reserved52">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5578" name="Reserved53">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5579" name="Reserved54">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5580" name="Reserved55">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5581" name="Reserved56">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5582" name="Reserved57">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5583" name="Reserved58">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5584" name="Reserved59">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5585" name="Reserved60">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5586" name="Reserved61">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5587" name="Reserved62">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5588" name="Reserved63">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5589" name="Reserved64">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5590" name="Reserved65">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5591" name="Reserved66">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5592" name="Reserved67">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5593" name="Reserved68">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5594" name="Reserved69">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5595" name="Reserved70">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5596" name="Reserved71">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5597" name="Reserved72">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5598" name="Reserved73">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5599" name="Reserved74">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5600" name="ThomsonUDF1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5601" name="ThomsonUDF2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5602" name="ThomsonUDF3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5603" name="ThomsonUDF4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5604" name="ThomsonUDF5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5605" name="ThomsonUDF6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5606" name="ThomsonUDF7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5607" name="ThomsonUDF8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5608" name="ThomsonUDF9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5609" name="ThomsonUDF10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5610" name="ThomsonUDF11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5611" name="StartTime1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Start time for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5612" name="EndTime1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">End time for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5613" name="Urgency1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Urgency or aggressiveness for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5614" name="NumberOfSlices">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of slices for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5615" name="IncludeMarketOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not an algorithmic order should participate in opening crosses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5616" name="IncludeMarketClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not an algorithmic order should participate in closing crosses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5617" name="MinPctParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the minimum participation rate for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5618" name="TgtPctParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the target participation rate for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5619" name="MaxPctParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the maximum participation rate for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5620" name="TargetPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the target price for an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5621" name="DisplaySize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity to be displayed on an algorithmic order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5622" name="SweepType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of sweep algorithm to be employed prior to routing the order to a broker or exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5623" name="SweepPriceEnum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Pricing algorithm to be employed when sweeping an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5624" name="SuppTacticsFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Supplemental flags to implement specific algorithm features.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5625" name="MKTXInquiryType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration used to indicate MarkeAxess Quote Release model.

Supported Values: 1-ASAP, 2-Holding Bin</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5626" name="MKTXPricingProcess">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration defining the types of benchmark-spotting workflows used to arrive at the final price of fixed-income trades.

Supported Values:1 = Manual,2 = Phone, 3 = Auto, 4 = OneStep, 5 = Standard</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5627" name="MKTXInquiryState">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration indicating MarketAxess Inquiry States</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5628" name="MKTXReleaseTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UTCTimestamp

Time of day indicating the time at which the client will see dealer responses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5629" name="MKTXQuoteReponseRejectReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Text indicating rejection reason

e.g. “Action invalid in this state”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="5630" name="MKTXAvailableActions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Comma separated list of available actions, e.g.

“CANCEL”

“PASS,ACCEPT,COUNTER”

“NONE”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5631" name="MKTXListType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of MarketAxess inquiry-list.

Valid values are:

1 = High Grade

2 = High Yield

3 = Euro (Spread)

4 = Euro (Price)

5 = Emerging Markets</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5632" name="MKTXListComment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client-trader’s comment to dealers</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5633" name="MKTXListRejectMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether MarketAxess should reject all list-items or only invalid list-items, if list contains invalid items.

Values:

1 = RejectInvalidItemsOnly

2 = RejectAllItems

The client OMS can use this field to control the action that MarketAxess will take, if MarketAxess validation finds that the list contains one or more invalid list-items.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5634" name="MKTXListName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Names an inquirty-list</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5635" name="MADataID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Numeric field identifying each traded security in MarketAxess system. Unique per trade being reported in BTDS feed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5636" name="DataSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier of system sending the market data.

DataType=String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5637" name="MDEntryTransType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade Type reported in Market Data, used when MDEntryType = 2(Trade).

DataType=char

Values: 0=Done (New Trade), 1=Cancel, 2=Corrected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5638" name="BTDSSaleCondition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sale condition code for trades as reported by FINRA

DataType=char

Values: @ = Regular Trade

C = Cash Trade

N = Next Day

R = Sellers Option

A = Trades outside market hours

W = Weighted Average Price

Z = Sold Late

S = No special condition applied</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5639" name="BTDSCommissionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean field indicating if the price is inclusive of dealer commission.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5640" name="BTDSQuantityIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates in Quantity reported is actual or estimated.

DataType=Char

Values: A=Actual, E=Estimated</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5641" name="BTDSSecondModifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether there is a second sale condition that is

applicable to the trade.

DataType=char

Values: A = Trades outside the market hours

Z =Sold Late (Out of Sequence)

S = No Second Modifier Applicable</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5642" name="BTDSPriceChangeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the summary price change(s) the transaction

caused for the issue traded.

DataType=char

Values: 0 = No Price/Yield Changed

1 = Last Price/Yield Changed

2 = Low Price-Yield Changed

3 = Last Price/Yield and Low Price/Yield Changed

4 = High Price/Yield Changed

5 = Last Price/Yield and High

rice/Yield Changed

6 = High Price/Yield and Low Price/Yield Changed

7 = All Prices/Yields Changed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5643" name="BTDSSpecialPriceIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean field indicating whether the transaction is a ‘Special

Price Trade’ or not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5644" name="BTDSReportingPartySide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">One character field to describe the side of trade being reported. Values: B=dealer bought securities from the customer, S= dealer sold securities to the customer, D= inter-dealer transaction (always from the sell side)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5645" name="OASSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MarketAxess estimated option adjusted spread for the traded security. Datatype=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5646" name="ParSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MarketAxess estimated par spread for the traded security. Datatype=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5647" name="MktSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MarketAxess estimated market spread for the traded security. Datatype=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5648" name="SuspectTradeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean flag indicating if trade is a suspect trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="5649" name="OrigBCastSeqNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Exists for a Cancel (5637=1) or Corrected (5637=2) trade report.

This field contains the BCastSeqNo (tag 6103) of the trade that is being cancelled or corrected.

DataType=SeqNum</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5650" name="MKTXEstimatedQuantity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reports the MarketAxess estimated quantity for a trade where tag 5640=E, i.e. the quantity falls beyond the range disseminated by FINRA for High Grade and High Yield bonds.

DataType=Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5651" name="MKTXDeltaDaySpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Day over day change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5652" name="MKTXDeltaWeekSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Week over week change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5653" name="MKTXDeltaMtdSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Month-to-date change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5654" name="MKTXDeltaWeekPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Week over week change in price with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5655" name="MKTXDeltaDayPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Day over day change in price with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5656" name="MKTXDeltaMtdPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Month-to-date change in price with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5657" name="MKTXDeltaDayYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Day over day change in yield with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5658" name="MKTXDeltaWeekYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Week over week change in yield with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5659" name="MKTXDeltaMtdYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Month-to-date change in yield with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5660" name="IncludeSIs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid Values = Y or N.

For quote requests or orders that are submitted to multiple Retail Service Providers (RSPs) for best execution, this field specifies whether RSPs acting as Systematic Internalizers (SIs) should be included (Y) or not included (N).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5661" name="NoMKTXCostAnalysis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating Custom Block for showing MKTX cost analysis calcs to clients.

Exists if at least one type of cost analysis data is available.

DataType: NumInGroup

Value: 1..N, for number of cost analysis information provided</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5662" name="MKTXAnalysisTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Req’d field if 5661 exists.

Defines the value against which cost analysis is being reported.

DataType: String

Defined Values are:

Cover, Avg, BondTicker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5663" name="MKTXBenefit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Difference between Traded Principle and calculated principle for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Amt

Value: float field with 2 decimal point precision</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5664" name="MKTXComparisonPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Price

Value: float field with 4 decimal point precision</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5665" name="MKTXPriceDiff">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Difference between Traded Price and calculated price for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Price

Value: float field with 4 decimal point precision</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5666" name="MaturitySize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size available corresponding to Maturity range.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5667" name="MatDatStartYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield corresponding to Maturity start date.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5668" name="MatDatEndYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield corresponding to Maturity end date.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5669" name="FillOrKillAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fill or Kill Quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5670" name="PositionAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account / Fund / Book name of the position.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5671" name="FOKPosition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FOK Position in an account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5672" name="SecondaryIndividualAllocID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Secondary Alloc ID per allocation account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5673" name="SettlCurrAccruedInterestAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Accrued Interest in the Settlement currency.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5674" name="SettlCurrNetMoney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net money in Settlment Currency.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5675" name="TaxRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tax rate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5676" name="Reserved75">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5677" name="Repo2Px">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price of the second part of REPO.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5678" name="ReceivePendings">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate that the receipt of Execution Reports pending confirmation is required or not, that is those Execution Reports with OrdStatus [39] = A (Pending New), E (Pending Replace) or 6 (Pending Cancel)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5679" name="FixEngineName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A string value that contains a descriptive chain of software used by the client for the FIX connection. Only used for informative purposes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5680" name="ProprietaryFixProtocolVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Exact identification of the protocol used and expected by the initiator (String)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5681" name="ExchangeTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Exchange defined type of trade(String)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5682" name="NewSecuritySubscription">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies whether to subscribe to “New Securities” (Char)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5683" name="SecondaryConfirmStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the Give-up state (Char)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MEFF</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5684" name="TotalBustedQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of shares busted.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5685" name="OrderedQuantityLeg2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ordered quantity for leg 2 of a 2-legged strategy.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5686" name="InWorkup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that an order is tradable in a workup that is currently in progress.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5687" name="ExecutedQuantityLeg2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executed quantity on fills for leg 2 of a 2-legged strategy.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5688" name="DraftAlgoFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicating draft algo status</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5689" name="VersionID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Version identifier tag</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5690" name="TargetStrategy1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Base strategy</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5691" name="ReferencePrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference price for an algo, not binding as limit price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5692" name="ReferenceVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Referred volume of char type.Valid value: A)total market volume;B)market volume with given limitpx;</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5693" name="PegTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = SHCOMP

B = SZCNST

C = CSI300

D = SME

E = CHINEXT

S = SMART

P = PORTFOLIO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5694" name="CatchUp1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = NOW

B = Redistribute

C = Tilt-Dist</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5695" name="LimitWRT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = fill

B = leaves</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5696" name="SoftLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y = Yes

N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5697" name="IPOSubscriptionVenue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Online

2 = Offline</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5698" name="Desk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Investments</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5699" name="RestrictedBrokers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">used with aggregator connections to confirm counterparties a security cannot be traded with</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Investments</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5700" name="LocateBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NASD Rule 3370 (Short Sell Rule) requires that every short sell order specify a Locate (Tag 114=Y), identifying which broker has loaned the stock to settle the short sale.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5701" name="LocateIdentifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The actual locate identifier/reference provided by the LocateBroker (5700).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">American Century Investments</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5702" name="PreBorrowQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Share quantity in pre-borrow agreement. Used with 5700 and 5701 to resolve Threshold-list Short Sell locates.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Piper Jaffray</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5703" name="OriginalSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The field indicates the trade source</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5704" name="BusinessLine">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The field indicates the business line owner of orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5705" name="NIMAllowed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether NIM is allowed for this instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5706" name="FixedRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">fixed rate in Swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5707" name="PayPeriodMultiplier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">period multiplier of payment dates</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5708" name="AdjDayRegion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">business center of the adjusted business Day convention used in Swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5709" name="ADJSDT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">accrual period start Day adjustment convention</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5710" name="PnlLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">the location of PnL:

NY – New York

LD – London

TK – Tokyo</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5711" name="AckStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">two int value options:

1 : Accept

2 : Reject</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5712" name="AckType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String representing the Bloomberg Ack Name</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5713" name="TicketStatus2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">TicketStatus represents the internal status of the ticket.Possible Status:

New – The client requested a quote

Quoted – The trader sent a quote

CustDone – The client accepted within the OTW time

CustDoneConfirmed – Bloomberg confirmed the client accepted within the OTW

CustEnd – The client passed

Subject – The client accepted outside the OTW time

DealerDone – The trader accepted

DealerEnd – The trader passed

CustTimeOut – The ticket timed out on the client

DealerTimeOut – The ticket timed out on the trader</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="5714" name="TicketTraders">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">represents a list of traders (comma delimited) who received the ticket</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5715" name="TicketOwner">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents the trader who too ownership of the ticket</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5716" name="TimespanToQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field would contain the time (in seconds) the trader has to submit his quote.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5717" name="ExpireBy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String Type. Valid values: Client, Dealer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5718" name="BBRespType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">this is an integer field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5719" name="StartPaymentDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">date format. This indicates the starting payment date of interest rate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5720" name="EndPaymentDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date Type. GMT format. this is the end payment date of interest rate in SWAP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5721" name="FloatingPaymentFreq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">data type: int.

this is the payment frequency of floating interest rates in interest rate swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5722" name="FixedPaymentFreq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data Type: int

this is the payment frequency of Fixed interest rate payment in Interest Rate Swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5723" name="Behaviour">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String type

D – Drain

A – Abort</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5724" name="ReadyToPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int0-yes

1-no</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5725" name="ReadyToTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">integer type:

0-yes

1-no</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5726" name="UQuoteRespType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag inherits all properties of QuoteRespType in FIX, and has an additional value option “100 – DoingAway”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5727" name="PPTOverride">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow user to override a Prevent Principal Trade edit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5728" name="BenchmarkSecurityAltID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5729" name="AuctionDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the auction date of the security when it’s initially issued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5730" name="CompQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Composite Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5731" name="DV01">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar Price change per basis point in Yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5732" name="AdjMidPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">adjusted mid price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5733" name="Requotable">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid Values:

Y – allow the other party to re-quoteN – re-quote is not allowed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5734" name="MrkupQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5735" name="BAMT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The dollar amount that will be recovered from the dealer as a customer execution fee</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5736" name="PBRKR">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The prime broker’s dealer acronym</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5737" name="PBSVC">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The prime broker service. Values: Give-UP, GTS</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5738" name="PBRESP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The prime broker’s advice status. Values: PENDGIVEUP, ACCEPT</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5739" name="BoblBid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5740" name="BoblAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5741" name="BundsBid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5742" name="BundsAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5743" name="SchatzBid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5744" name="SchatzAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5745" name="MTKT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">number of tickets/account trade requires</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5746" name="IRSTYPE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid Values: BMK, IMM or OIM</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5747" name="IRSEOM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">end of month roll. possible value: YES or NO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5748" name="ROLLSON">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The convention for determining the sequence of calculation period end dates. Valid Values: 1 to 31, EOM, or IMM</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5749" name="ADJDT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Termination(END) date business day adjustment convention. Possible values: MODFOLLOW</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5750" name="MATDTADJ">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adjusted maturity (Termination) date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5751" name="VSPDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used on allocation to match to the original date of the order – Citigroup Inc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5752" name="VSPPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used on allocation to match to the original price of the order – Citigroup Inc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5753" name="DECPLCS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum number of decimal places to be used for Rate</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5754" name="DECRND">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The quote in the QUOTE message must be divisible by the amount specified by this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5755" name="CMPND">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the floating leg of the trade is compounding or not. Considered NO if not present.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5756" name="CMPB">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Composite quote at the time of QUOTE REQUEST</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5757" name="CMPA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Composite pay rate for an USD Interest Rate Swap switch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5758" name="CMPM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">composite receiving rate for an USD Insterest Rate Swap Switch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5759" name="CMPSP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">composite spread contributed by the dealers for an DSWP (USD Interest Rate Swap) benchmark trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5760" name="ADJDTCP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Calculation (Accrual) Period Business Day Adjustment Convention. Possible values Floating Leg: MODFOLLOW</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5761" name="ADJDTPD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Payment date business day adjustment convention.

Possible values Floating leg: MODFOLLOW</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5762" name="ADJDTRES">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Floating Rate Leg. Reset Date business day adjustment convention. Possible Values Floating leg: MODFOLLOW</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5763" name="DYCTBAS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Day count basis. leg values: 30/360, 30E/360, ACT/360. Floating Leg values: ACT/360</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5764" name="FRREF">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Floating Rate Leg. Floating rate reference. Values: LIBOR3M</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5765" name="FRESDAYS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Floating Rate Leg. Reset Days for floating payments. Values: 2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5766" name="IRSSWTYPE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5767" name="SWSPRD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the diference in the rates for each side of the switch. For benchmark trades it is the composite spread at the time of trade. Max precision 5 decimal places, rounded to .00125 for benchmark spreads, .0001 for switches.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5768" name="CNFCO">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5769" name="Fe">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5770" name="PriceRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for price calculation in spread and leg pricing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5771" name="ECV">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Electronic confirmation vendor – values None, Parallel or Tradeweb</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5772" name="ISMN">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Forward months for OIS forward runs and forward starting swaps</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5773" name="ISDY">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of months in the tenor (0, 3, 6, 12, 24, etc)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5774" name="Reserved">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5775" name="FixedLegDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fixed leg day-count basis. 30/360, ACT/360, ACT/ACTM or ACT/ACTD</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5776" name="FloatingLegDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Floating leg day-count basis. ACT/360</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5777" name="CUSTPRC">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yes Indicates whether this is a customer bid/ask trade. Value: NO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5778" name="AORGID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The accountNet organization identifier of the customer. present for AccountNet-enabled customers only.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5779" name="AORGID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">the accountNet organization identifier of the customer. Present for AccountNet enabled customers only</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5780" name="ACODE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">AccountNet ACODE. Present for AccountNet-enabled customers only.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5781" name="ACCTACR">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account Acronym assigned by the dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5782" name="BRKNA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Breakdown active indicator used in allocation instruction message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5783" name="ExchangeGatewayID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The gateway id (or name) for the exchange in the broker system. (one exchange can have multiple gateways from a broker system)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5784" name="EndPointExchangeOrderId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Mostly for algo orders. Exchangeorderid of the child order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5785" name="EndpointExchangeExecutionId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Mostly for algo orders. ExchangeExecutionId of the child order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5786" name="NIMTimeRemaining">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of seconds remaining in the current phase of the NIM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5787" name="ClearingQType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether allocated qty was executed in the IF-CLEARED or WHEN-CLEARED queue. Valid values are “I” for IF-CLEARED and “W” for WHEN-CLEARED.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5788" name="QueryToken">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Token used to maintain query context for result paging.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5789" name="ClientInfo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free form string containing client-specific information associated with an order. Information is provided in New Order Single, and Order Cancel Replace messages. Trading system will return ClientInfo in Execution Report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5790" name="FixingBraket">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the time braket the fixing price is for.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5791" name="TotalVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total volume for a given security, cross venues.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5792" name="OpenInterestQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity of the open interest in a given security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5793" name="MassQuoteMessagesCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of mass quote messages received in a given time interval.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5794" name="QuoteEntriesCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of quote entries received in a given time interval.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5795" name="LegSecurityGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Multileg instrument’s individual security’s group.

See SecurityGroup (1151) field for description</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5796" name="TradingReferenceDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the date to which the TradingReferencePrice correspond.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5797" name="AggressorSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Aggressor side of a trade in a central order book.

1: Buyer

2: Seller</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5798" name="DayCount1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Day count used to calculate interest rates.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5799" name="MatchEventStartIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean to indicate the beginning of a match event for a central order book system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5800" name="CDNAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of the trading account. Valid values include:”NC” non-client (ME, TSX*, TSXV*)”CL” client (ME, TSX, TSXV)”ST” equities specialist (TSX)”IN” inventory (ME, TSX, TSXV)”OF” options firm account (TSX) “OT” options market maker (TSX, TSXV)Notes: * Indicates default exchange.There is no default for a Trade Modification from the ME.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5801" name="CDNAnonymous">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An order flagged as Anonymous is forwarded to the exchange where they are published to the market without the members firm id.Valid values include “Y” “N”.Default is “N”.TSX only.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5802" name="CDNInternalCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A trade originating from a Participating Organization between managed accounts that have the same manager. Valid values include “Y” “N”.Default “N”.TSX and TSXV.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5803" name="CDNLotsOf">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A special term for an order specifying that each fill must be divided into equal lots. Total volume of order must be a multiple of LotsOf. LotsOf = Volume.No defaultTSX and TSXV.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5804" name="CDNNonResident">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A terms marker indicating that trade participant is not a Canadian resident. Valid values include “Y” “N”Default is “N”.TSX only.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5805" name="CDNPrincipalTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A transaction where the member as principal sells securities to or buys securities from its particular customer; i.e. a cross between a client and another account type. A.K.A. – DF MarkerValid values include “Y” “N”.Default “N”.TSX and TSXV.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5806" name="CDNUserId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trading system’s user id for a trader.No default.TSX and TSXV.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5807" name="CDNBasketTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A five digit number identifying the basket number for Toronto Stock Exchange, default is “N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5808" name="CDNSettlementTerm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify to TSX the settelement term for an order. Valid values are Cash, CT (Cash today), YYYYMMDD, DD (Delayed delivery), MS (contingent equity trade), NN (non-net)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5809" name="CDNShortExempt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate to the TSX trading engine that short sell order is exempt from the short selling rule.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5810" name="CDNRTAutoFill">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A TSX fill report marker to indicate a system generated autofill against the responsible Equities Specialists account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5811" name="CDNProgramTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate to the TSX trading engine that this order is generated by a program. Valid values are Y or N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5812" name="CDNMGFCandidate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate to the Toronto Stock Exchange that this order is

entitled to the minimum guaranteed fill. Its value can be either “Y” or “N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5813" name="CDNJitney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify an order to the Toronto Stock Exchange that it is executed on behalf of another broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5814" name="CDNMarketOnClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify this order is to be excuted on the TSX end of day closing auction. Possible values Y or N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cap-Mart Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5815" name="SubMkt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Submarket code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5816" name="ClearingVenue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">string</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5817" name="ContraOrderRestrictions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5818" name="DecayQuantity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity a contract will decay by once the decay start date is reached.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5819" name="DecayStartDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date at which a decaying product begins to decay.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5820" name="LekSecuritiesCustomField1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5821" name="LekSecuritiesCustomField2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5822" name="LekSecuritiesCustomField3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5823" name="CounterParty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">account of the step in counter party in Swap/swaption</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5824" name="CounterParty1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">account of the step out counter party in swap or swaption</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5825" name="RemainingParty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">account of the remaining counter party in swap or swaption</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5826" name="ClTrdIDRefType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5827" name="OutstandingQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">out standing quantity in partial unwind or assignments</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5828" name="RemainingParty1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5829" name="RESERVED1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5830" name="MiscFeeCCY">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">currency of payment</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5831" name="StAllocType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">allocation type. Valid Values:

101 – Block

102 – New Allocation

103 – Full Unwind

104 – Partial Unwind

105 – Step-in Assignment

106 – Full RP Assignment

107 – Partial RP Assignment

108 – Full Internal Assignment

109 – Partial Internal Assignment

110 – Full 4-way Assignment

111 – Partial 4-way Assignment</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5832" name="StraddleInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if it’s straddle or not.

Y – Straddle

N – not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5833" name="ThirdPartyFullCalcPeriod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5834" name="FirstPaymentDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">first payment date of additional payments on IRS Swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5835" name="MiscFeeReceiver">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">fee receiver</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5836" name="MiscFeePayer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5837" name="RiskID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5838" name="RESERVED2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5839" name="AllocRefEventID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5840" name="RESERVED3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5841" name="RESERVED4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5842" name="RESERVED5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5843" name="RemainingParty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5844" name="PremiumFee">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">premium fee for swaption</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5845" name="PremiumPayer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">the payer of premium payer in swaption</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5846" name="CreditRating">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To be used with Repeating group 5114 – NoCreditRating. Data type is same as standard tag 255. Used to show ratings associated with RatingAgency (5113)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5847" name="TargetStrategy2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of Tag 847 from FIX 4.4. Introduced by the FIX Algorithmic Trading Working Party.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5848" name="TargetStrategyParameters1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of Tag 848 from FIX 4.4. Introduced by the Algorithmic Trading Working Party.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5849" name="OriginalContractSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">TBD.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5850" name="OrigIssueAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Face value of the original issuance of a bond. DataType: Amt</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5851" name="DBAlgo1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5852" name="InsuranceCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Insurance Code Identifier

DataType: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5853" name="NewIssueIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean flag indicating if a corporate or municipal bond is a new issue</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5854" name="DBAlgo2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5855" name="QueryDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates direction of query relative to QueryToken context. Valid values are either “1” to indicate the next result page or “-1” to indicate the previous result page.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5856" name="DBAlgo3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5857" name="DBAlgo4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5858" name="DBAlgo5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5859" name="BidPostedQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity available for further execution on bid side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5860" name="DBAlgo6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5861" name="OfrPostedQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity available for further execution on the offer side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5862" name="UpdateReason1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Update Reason returned by GL SOM (for client EDA orders)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5863" name="DBAlgo7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5864" name="DBAlgo8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5865" name="Testingselecttag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">testo</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5866" name="DBAlgo9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5867" name="DBAlgo10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5868" name="DBAlgo11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5869" name="DBAlgo12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5870" name="DBAlgo13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5871" name="DBAlgo14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5872" name="DBAlgo15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5873" name="DBAlgo16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5874" name="DBAlgo17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5875" name="DBAlgo18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5876" name="DBAlgo19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5877" name="DBAlgo20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5878" name="DBAlgo21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5879" name="DBAlgo22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5880" name="DBAlgo23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5881" name="DBAlgo24">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5882" name="DBAlgo25">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5883" name="PackageID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade Package Identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5884" name="Target">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5885" name="DBAlgo26">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5886" name="DBAlgo27">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5887" name="DBAlgo28">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5888" name="DBAlgo29">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5889" name="DBAlgo30">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5890" name="DBAlgo31">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5891" name="DBAlgo32">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5892" name="DBAlgo33">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5893" name="ExecutionReportDetail">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 – ExecutionReport Log

2 – ExecutionReport Trade

3 – Others</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5894" name="Reserved76">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5899" name="SpotDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot Value Date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5900" name="TargetStrategy3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1=Volume Weighted Average Price (VWAP),

2=Target Volume (TVOL),

1001=Volume Weighted Average Price (VWAP) [same as 1],

1002=Target Volume (TVOL) [same as 2],

1003=Order Staging Model (OSM),

1004=Sensitivity (SENS),

1005=Time Weighted Average Price (TWAP),

1006=Arrival Price (AP),

1999=Custom (CUST)

N.B. This is a required field!</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5901" name="TargetStrategyParameters2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5902" name="EffectiveTime1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Starting time as a UTC timestamp.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5903" name="ExpireTime2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ending time as a UTC timestamp.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5904" name="Duration1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Duration in minutes. Valid values: (1 – 390, for US markets)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5905" name="ParticipationRate1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When TargetStrategy is TVOL (5900=2), this parameter represents the target participation rate. For other values, this parameter represents a volume limit.

Valid values: a percentage (0 – 100).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5906" name="ExecutionMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution mode. Valid values: 0 = neutral, 1 = passive, 2 = aggressive.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5907" name="LEKInternationalOrderTypes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to designate special order types for International Exchanges</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5908" name="LEKInternationalOrderParams1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Parameters for order types for International Exchanges</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5909" name="LEKInternationalOrderParams2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Parameters for order types for International Exchanges</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lek Securities Corp</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5910" name="TriggerStopGap">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of ticks between day low (for buy order) or day high (for sell order) and trigger price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5911" name="TriggerLimitGap">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of ticks between day low (for buy order) or day high (for sell order) and limit price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5912" name="TriggerMinQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum quantity to trigger</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5913" name="AllowHiddenSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow hidden size for given symbol</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5914" name="MinNoDecimals">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum number of decimals to display</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5915" name="MaxNoDecimals">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum number of decimals to display</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5916" name="NIMPrivateDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Duration of NIM private phase in milliseconds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5917" name="NIMPublicDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Duration of NIM public phase in milliseconds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5918" name="TradeConvention">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price or yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5919" name="LastFragment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in pre-4.4 versions to provide same functionality as 4.4’s LastFragment(893).

Indicates whether this message is the last in a sequence of messages for those messages that support fragmentation.

Valid values: ‘Y’ (Last message), ‘N’ (Not last message).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5920" name="ExclusiveFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: R, A, or B. Determines whether the offering is exclusive to the Rep, ATS, or both.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="5921" name="ExternalMarkUp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies trader’s mark up over the offering price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5922" name="AllowLimits">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: Y/N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5923" name="BidPriceForDiscountQuotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field will contain the bid dollar price for discount-quoted securities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5924" name="OfferPriceForDiscountQuotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field will contain the offer dollar price for discount-quoted securities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="5925" name="IndexRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is the Index Ratio.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5926" name="OfferYTC">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer Yield-to-call.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5927" name="BidYTM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bid Yield-to-maturity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5928" name="OfferYTM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer Yield-to-maturity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5929" name="YieldFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the Yield Flag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5930" name="StoryField">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the story field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5931" name="MinAnytimeQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum anytime fill quantity on an order, for subsequent fills. Works alongside tag 110 as MinQty (which effectively acts as minimum initial quantity).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5932" name="MinLeavesQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum order quantity to be left on an order. Potential fills which take LeavesQty (tag 151) below this value will not be executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5933" name="GeneralLedgerAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the General Legder Account field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5934" name="ClearingRefNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique reference number assigned by the clearing system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5935" name="MatchRefNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique reference number assigned by the matching system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="5936" name="ExplicitPromptDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Displays the explicit date that is derived from a prompt date code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5937" name="PriceCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5938" name="TradeOrigin1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5939" name="Reserved77">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5940" name="Reserved78">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5941" name="DPIFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specify “Directed Price Improvement” firm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5942" name="MinDeltaNeutrality">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The percentage change in long position minus the percentage change in short position</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5943" name="MaxDeltaNeutrality">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The percentage change in long position minus the percentage change in short position has to be less than this value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5944" name="InitialDisplayQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Initial display quantity of a reserve order that can be returned in an ExecutionReport in addition to the currently displayed quantity contained in 1138 DisplayQty. It is intended as an echo of the input.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5945" name="TargetVolumeReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The target volume specification to be used in reference to primary market volume profile, or primary plus alternate market volume profiles</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5946" name="PendingReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Explanation for a pending ExecType (150) value (Pending New, Pending

Replace, Pending Cancel) being returned (String).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleCharValue" id="5947" name="ExecInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as ExecInst (tag 18). Added as a user-defined field in case ExecInst cannot be used.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5948" name="PartitionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier for a system partition that processes requests for a subset of all tradable entities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5949" name="BinID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier of market maker bin comprising one or more products.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5950" name="Slope">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates a slope to be used for TWAP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5951" name="RemainingPortfolioNetDeltaMin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">for portfolio strategies, this field would indicate the min delta in dollar terms for the remaining portfolio</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5952" name="RemainingPortfolioNetDeltaMax">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">for portfolio strategies, this field would indicate the max delta in dollar terms for the remaining portfolio</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5953" name="TradingPortfolioNetDeltaMin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">for portfolio strategies, this field would indicate the min delta in dollar terms for the overall portfolio</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5954" name="TradingPortfolioNetDeltaMax">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">for portfolio strategies, this field would indicate the max delta in dollar terms for the overall portfolio</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5955" name="SchedulingDays">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">No. of days for which a trade is scheduled to trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5956" name="DarkBlockLimitPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">valid limit price for dark block posting</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5957" name="NoStrategyParameters">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates number of strategy parameters. Intended as alternative to new 957 tag introduced by the algorithmic trading working group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5958" name="StrategyParameterName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Name of parameter. Intended as an alternative to the new 958 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5959" name="StrategyParameterType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Datatype of the parameter. Intended as an alternative to the new 959 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5960" name="StrategyParameterValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Value of the parameter. Intended as an alternative to the new 960 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Gartmore</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5961" name="TradingProtocol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trading workflow used to negotiate the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5962" name="BidActivity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the Bid Price is within the Price volatility band.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5963" name="OfferActivity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the Offer Price is within the Price volatility band.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5964" name="NoPartitionIDs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group of partition information</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5965" name="LocateSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the source of Locate,whether the Security is located from another broker or pre-borrowed or loacte details are not required.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5966" name="AllocQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of allocation in dealt currency on far leg of a swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5967" name="CalculatedAllocQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of allocation in contra currency on near leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="5968" name="CalculatedAllocQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of allocation in contra currency on far leg of a swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5969" name="PartitionStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status of system partition identified by PartitionID (5948)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5970" name="LegCalculatedCcyLastQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The quantity of the other side in FX swap trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5971" name="CalculatedCcyLastQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The quantity of the other side in FX trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5972" name="STPOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Citi-FX custom OrderType to support orders for FX ECommerce.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5973" name="STPExecType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Citi-FX custom ExecType to support orders for FX ECommerce.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5974" name="STPFixingName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Citi-FX. Fixing Name.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5975" name="OrderLinkID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Citi-FX. Permits order originators to tie together groups of trades in which trades resulting from orders are associated for a specific purpose.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5976" name="NoUserData">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of following pairs of UserDataName(5977) and UserDataValue(5978).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5977" name="UserDataName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">User data name part.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5978" name="UserDataValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">User data value part.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="5979" name="RequestTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Information carried on a response to convey the time (UTCTimestamp) when the request was received that led to this response. RequestTime and SendingTime are part of the response, use the same system clock and allow the recipient of the response to calculate the processing time for his request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="5980" name="AltExDestination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Internal field to capture ExDestination when an order is routed internally via fix.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5981" name="IOILink">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IOI Fix Link</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5982" name="GroupID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5983" name="InstrumentID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5984" name="QuoteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5985" name="LegOrdStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5986" name="LegErrorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5987" name="LegErrorMsg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5988" name="QuantitySign">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="5989" name="AllinPriceFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This flag (Y/N) indicates whether it’s an all-in price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="5990" name="PriceActivity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the order price is within the volatility band. N = Not active, A = Active</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5991" name="SumBidQuantity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total bid quantity in the order book (all prices – active orders only)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="5992" name="SumOfferQuantity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total offer quantity in the order book (all prices – active orders only)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5993" name="UpperVolatilityBand">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Upper volatility band boundary (absolute value)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="5994" name="LowerVolatilityBand">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lower volatility ban boundary (absolute value)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="5995" name="ExtendedVolatilityBand">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of refernce price by which volatility bands can be extended in intra-day auction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5996" name="TradingMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates trading method for security.

Values: MKT – Continuous trading, MPC – Fixing, MPP – Proportional, MVC – Multiple price fixing, MKP – Continuous selling, MMC – Minimum price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Belgrade Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="5997" name="NoTradePriceConditions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of trade price conditions associated that apply to a trade whose price is different than the current market price (MiFID)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="5998" name="TradePriceCondition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Conditions, such as corporate actions or events or trade type that caused a trade price to differ from the market price. Integer enumerated fields – currently populated with Bargain Conditions defined by the LSE (MiFID)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="5999" name="EaseBaseTag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">5000-5999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6000" name="DiscretionUsedSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not discretion should be used</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6001" name="AccountType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify the account type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6002" name="ReportedTradePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify the reported trade price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="6003" name="ExchangeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify the routing destination for an order or trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6004" name="ContraAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a contra account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6005" name="ContraAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify the contra account type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6006" name="AccountSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field identifies the source of the account value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6007" name="ContraAccountSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field identifies the source of the contra account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6008" name="CancelRebillReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a cancel rebill reason</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6009" name="BasisPriceTradeInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a basis price trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6010" name="BypassPrimeBrokerSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides the ability on a prime broker trade to indicate that the trade occurred outside.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6011" name="TTOSubNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to validate a This Time Only Rep in a service bureau model</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6012" name="TRACEReportSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to suppress order events from TRACE reporting</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6013" name="ContraSubNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to validate ContraAccount in a service bureau model</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6014" name="StandingInstOverride">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Standing instructions indicator used to override the account level code for the disposition of stock and money.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6015" name="CSIItemNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Cash Standing Instruction item number used in conjunction with tag 6014.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6016" name="TTORepBranch">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This Time Only Rep Branch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6017" name="TradeRefDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date of original trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6018" name="Gross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag supports gross cents per share, gross percentage, and gross flat amounts</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6019" name="GrossCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a gross code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6020" name="Syndicate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a syndicate</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6021" name="SyndicateTakedown">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a syndicate takedown</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6022" name="TTORep">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a this time only rep</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6023" name="RegwayAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a regular way account type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleCharValue" id="6024" name="SpecialTypingCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a special typing code. Repeating values are allowed for this tag. Values are to be delimited by space.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6025" name="OddLotDiffInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify an odd lot differential</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6026" name="SellerCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a seller code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6027" name="ReinvestCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a reinvest code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6028" name="IOE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify an investment objective exception</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6029" name="OffsetCurrencyCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify an offset currency code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6030" name="ConfirmNote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a confirm note</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6031" name="EnteringFirm1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a entering firm entity which may be a correspondent or subsidiary</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6032" name="UniqueTradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify a trade unique id</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6033" name="ConcessionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies whether the concession amount is cents per share or percent</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6034" name="ConcessionAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the amount of concession.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6035" name="BondFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies a bond factor.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6036" name="FXCurrencyOffsetAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify the full ‘TO’ currency amount in FX trades to eliminate rounding error and/or account for markup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6037" name="OrderEnteredBy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides audit trail tracking who entered the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6038" name="OrderEnteredTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides audit trail tracking the time the order was entered</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6039" name="OrderAcceptedBy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides audit trail tracking who accepted the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6040" name="OrderAcceptedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides audit trail tracking the time the order was accepted</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6041" name="NumberOfCxlReasons">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates how many cancel rebill reasons are included on a message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6042" name="CxlReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the valid cancel reason (repeating tag)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6043" name="RebillValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates corresponding rebill value for the cancel reason (repeating tag)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6044" name="CommissionScheduleOverride">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to override existing commission schedule</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6045" name="AcceptedByDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides audit trail tracking what date an order was accepted.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6046" name="ALRXCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A free form text field indicating that the order placed on a thrid party system has already been executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6047" name="LODIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Limit Order Display indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6048" name="VersusPurchaseSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether an order or execution event is versus purchase.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6049" name="OATSAcctType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid Values:

R = Retail – an order received for the account of an investor, including institutional orders

W = Wholesale – an order received from another broker/dealer

P = Proprietary – an order placed by a firm for a proprietary account

E = Employee – an order received for the account of an employee or associated person of a member firm

C = Combined – an order placed for more than one type of account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6050" name="BidPx2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The far leg bid in an FX swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6051" name="OfferPx2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the far leg offer for an FX swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6052" name="BidSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the far leg bid amount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6053" name="OfferSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the far leg offer amount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6054" name="SecondaryQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the calculated side amount on an FX swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6055" name="SecondaryQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the second calculated side amount for an FX Swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6056" name="CombinedPointsBid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for the Bid side of pre-caluclated combined points for FX-Swaps</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6057" name="CombinedPointsOffer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for the Offer side of pre-caluclated combined points for FX-Swaps</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6058" name="WhoseError">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines the source of the error for t+n cancel requests</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6059" name="ErrorRequestor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines the requestor of the error for t+n cancel requests</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6060" name="Time0">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6061" name="ExecServProduct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(Char) – valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6062" name="StartTime2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of message transmission (always expressed in GMT)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6063" name="EndTime2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of message transmission (always expressed in GMT)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6064" name="MaxPctVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6065" name="ExecutionStyle1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(char)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6066" name="DisplaySize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6067" name="MinPctVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6068" name="LongMoneyLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Long exposure limit for pairs and portfolio trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6069" name="ShortMoneyLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Short exposure limit for pairs and portfolio trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6070" name="PriceMultiplier1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Slope of the linear price constraint for pairs and portfolio trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6071" name="PriceIntercept1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Intercept of the linear price constraint for pairs and portfolio trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6072" name="PortfolioTactic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tactic for portfolio trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6073" name="TrackingIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tracking index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6074" name="StopLossLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6075" name="Time2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6076" name="Time3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6077" name="Time4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6078" name="Time5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6079" name="Time6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6080" name="Time7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6081" name="Time71">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6082" name="Duration2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6083" name="Time8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6084" name="Time9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6085" name="RegisteredRep">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rep related to a specific order or execution.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6086" name="PegMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">valid values: 1=Defensive, 2=Moderate, 3=Aggressive</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6087" name="ReferencePrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Arrival price for a strategy.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6088" name="Algotag1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6089" name="Algotag2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6090" name="Alsotag3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6091" name="Algotag4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6092" name="Algotag5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6093" name="Algotag6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6094" name="Algotag7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6095" name="Algotag8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6096" name="Algotag9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6097" name="Algotag10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6098" name="BuytoCoverIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order is a Buy to cover</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Suisse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6099" name="testprice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merco Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6100" name="AdjBasePx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adjusted Base Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6101" name="Anonymity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates wether a Firm wants to remain anonymous during order negotiations. Values are ‘Y’- Yes, ‘N’- No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6102" name="BcastFilterFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To be used for filtering unwanted messages when requesting to recover lost broadcast messages. Values Y/N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="6103" name="BcastSeqNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number for broadcast messages.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6104" name="ClosePxType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Closing Price. Values:

1- Last executed price of morning session. 2- Last executed price of morining session’s closing auction. 3- No trades during morning session (base price for reference). 4- Last execution price for day. 5- Last execution price of afternoon closing auction. 6- No trades during day (Price is used for reference).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6105" name="ExecObjType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Further defines the type of execution report. Values: Q- Quote, O- Order, N- Negotiated, X- Exchange Reported, A- All</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6106" name="IndexCMV">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adjusted base price market value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6107" name="IndexID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index identifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6108" name="IndexMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">State of the Index. Values: O – Open, N – Normal, C – Closed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6109" name="IndexValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Value of the Index.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6110" name="IndustryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Industry classification</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6111" name="Margin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: 0 – None, 1 – Buy, 2 – Sell, 3 – Both(buy and sell)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6112" name="MarketID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier for a group of securities. Values: A – Group A, B – Group B, C- Group C, D – Group D.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6113" name="BookingRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Event reference for BookingReport</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6114" name="Marketsection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies section of market.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6115" name="MassCancelRequestType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates type of mass cancel. Values: 1 – All orders for Firm, 2 – All orders for a Symbol, 3 – All orders for a ClientID, 4 – All orders for a Side, 5 – All orders for a Symbol and ClientID, 6 – All orders for a Symbol, ClientID and Side, 7 – All orders for a ClientID and Side, 8 – All orders for a Symbol and Side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6116" name="MVEntryType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Market Movement statistics. Values: 1 – Most advanced, 2 – Most declined, 3 – Most active by volume, 4 – Most active by value, 5 – Most active by number of trades, 6 – cumulative volume</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6117" name="NetChg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Change of Index with reference to previous index value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6118" name="NetChgDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the direction of the NetChg. Values: 0 – Plus tick, 1 – Zero Plus Tick, 2 – Minus Tick, 3 – Zero Minus Tick, 4 – No change.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6119" name="NetPctChg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage value of the net change.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6120" name="NoMQEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Count of market quote entries to follow.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6121" name="NoMVEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Count of Market Movement entries to follow.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6122" name="Notes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To be used for additional information.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6123" name="OrdFillType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to further describe OrdType. Values: 0 – Partial Fill, 1 – Immediate of Cancel</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6124" name="OrdStatusRequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the search criteria. Values: 0 – ClOrdID, 1 – By Symbol and Side, 2 – By Symbol, 3 – All.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6125" name="OrigBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original buy side quantity of the quote as known to a Firm when sending a modification request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6126" name="OrigLeavesQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original quantity of the order as known to the user when sending a modification request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6127" name="OrigOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original price of the order as known to the firm when sending a modification request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6128" name="OrigPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original price of the order as known to the firm when sending a modification request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6129" name="ParValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6130" name="PrevSesID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Id of previous trading session.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6131" name="PxPctFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: P – Privious price, N – None.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6132" name="QuoteAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the quote action to be taken. Values: A – Add, M- Modify, D – Delete.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6133" name="QuoteRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote Identifier assigned by the exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6134" name="QuoteStatusReqType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines search criteria for quotes. Values: 0 – QuoteID and Side, 1- Symbol and Side, 2 – Side, 3 – All.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6135" name="ReplyMsgCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total count of messages making up reply.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6136" name="ReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique Id for the request assigned by requesting party.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6137" name="ThinlyTradedFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: Y – Yes, N – No.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6138" name="TickSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum permitted price change.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6139" name="TotalNumOfTrades">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of trades.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6140" name="TotalTurnover">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total turnover.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6141" name="TradeQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executed trade quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6142" name="TradeTypeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Modifier flag. Values: V – VWAP, N – None.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6143" name="TradeValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade Value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6144" name="RejectQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Willl contain the quantity that was rejected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6145" name="OrigBidPx1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current price of the Bid side of the Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6146" name="OrigBidPx2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current price of the Bid side of the Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6147" name="OrigOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current price of the Offer side of the Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="6148" name="ExpiryDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Duration for the validity of the Negotiated Order. Specified in minutes. If not specified (or) greater than market’s default value, set to market’s default value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6149" name="EndOfBatch">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag to indicate the end of a sequence of Security Status messages</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6150" name="QSBaseBidPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Shows the market/VWAP bid price in the instrument currency</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6151" name="QSBaseOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Shows the market/VWAP offer price in the instrument currency</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6152" name="StaticRefPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6153" name="OwnerTraderID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the owner of the Order/Quote. Used when sending duplicate confirmations for execution, cancellation and expiry.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6154" name="SecurityHaltType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the type of Security Halt: N – Normal, D – Dynamic, S – Static</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6155" name="OwnerTraderID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate the owner of the business object</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6156" name="SubjectID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the ID of the subject that is being disseminated in the message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6157" name="AgreeDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate the Date and Time at which a Trade Report was agreed upon, between the Member Firm and its Client</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SSI Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6158" name="QBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For FIX4.2 , provides the broker that supplied or rejected the Quote. Replaced by PartyIDs in FIX4.3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6159" name="AvgPx2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Average Price of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6160" name="LastPx2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6161" name="LastSpotRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot Rate of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6162" name="BidSpotRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bid Spot Rate of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6163" name="OfferSpotRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer Spot Rate of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6164" name="LeavesQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leaves Quantity of the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6165" name="CumQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">the deal amount (order quantity) of a far leg of a swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6166" name="USDEquiv">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">USD Equivalent of the dealt currency</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6167" name="USDEquiv2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">USD Equivalent of the dealt currency for the far leg for Swaps</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6168" name="EffectiveTime2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For clients prior to FIX4.2 to indicate the effective time.

Requested execution Start date/time – UTC date/time yyyymmddhhmmss</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6169" name="DisseminationTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of trade dissemination, for trades which dissemination is delayed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6170" name="FracToTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fraction to Trade (Int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6171" name="StrategyStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Risk Aversion, 10 =Market Impact (int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6172" name="MaxCostFromStrike">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum cost from strike in basis points (int)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6173" name="ABNCust1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6174" name="ABNCust2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6175" name="ABNCust">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ABN AMRO</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6176" name="EstimatedAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Teleinvest Custom Tag : Order Estimated Amount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Teleinvest SA</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6177" name="TiCustom2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Teleinvest SA</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6178" name="TiCustom3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Teleinvest SA</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6179" name="TiCustom4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Teleinvest SA</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6180" name="AMSessionPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of total quantity to be traded in the AM session.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6181" name="OnAMOpenPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of total quantity to be sent on AM Open.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6182" name="OnPMOpenPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of total quantity to be sent on PM Open.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6183" name="MaxPriceLevels">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum number of price levels</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6184" name="MaxOrdersPerLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The maximum number of orders that can be placed at any one price level</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6185" name="QtyRandomizationPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A randomization percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6186" name="MaxTimeDelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum delay in seconds</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6187" name="StrategyComponent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Base strategy identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6188" name="CompletionPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price at which a strategy should become aggressive enough to complete</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6189" name="MOCType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6190" name="MOCPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6191" name="DarkOnlyIndic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6192" name="TriggerPrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6193" name="HomeCcyEquivQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Home Ccy Equivalent Quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6194" name="HomeCcyEquivRte">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Home CCY Equivalent Rate</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6195" name="HomeCcyEquivQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Home CCY Equivalent Quantity for the Far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6196" name="HomeCcyEquivRte2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Home Ccy Equivalent Rate for the far leg of a swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6197" name="HomeCcy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Home currency</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6198" name="BlockPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6199" name="IOCIndic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6200" name="MSCI">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MSCI Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6201" name="FTSEIntl">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FTSE International Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6202" name="DJSTOXX">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dow Jones STOXX Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6203" name="FixingDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The fixing date of a non-deliverable forward (NDF) trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6204" name="TimestampOwn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6205" name="TimestampCounterpart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6206" name="InternalExternal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to designate whether a trade being reported was executed on the exchange it is being reported to (Internal) or another exchange (External).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6207" name="TradeCancelTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6208" name="MDSecondaryCustomerSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Customer quantity included in an order book entry. Only required if there are two customer categories for which the quantities have to be shown separately (see also 6709 MDCustomerSize)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6209" name="ClRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A client specified free format string reference field supplied on the order and echoed back on execution reports or cancel rejects.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6210" name="RawPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A natively entered Limit price from the source system that is passed onwards to the exchange without change. Used where price conversion and validation is not required because it might cause trailing/leading zeroes to be dropped.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6211" name="RawStopPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">As per 6210 only for Stop price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6212" name="RawLegPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">As per 6210 but for leg prices in multi-leg orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6213" name="RawLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">as per 6210 only for trade fill price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6214" name="ESAReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Exchange adapter reference field, for passing things like ClOrdId or OrderId or other order reference codes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6215" name="TenorValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in FX and Commodoties Orders and Executions in conjunction with SettlDate to identify the timebucket of the original order.Valid Values: SP = Spot, SN = Spot Next, ON = Overnight, TN = Tomorrow Next, 1W = 1 Week, 2W = 2 Weeks, 3W = 3 Weeks, 1M = 1 Month, 2M = 2 Months, 3M = 3 Months, 6M = 6 Months, 1Y = 1 Year</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6216" name="TenorValue2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Secondary TenorValue for Swaps. Used in FX and Commodoties Orders and Executions in conjunction with SettlDate to identify the timebucket of the original order.Valid Values: SP = Spot, SN = Spot Next, ON = Overnight, TN = Tomorrow Next, 1W = 1 Week, 2W = 2 Weeks, 3W = 3 Weeks, 1M = 1 Month, 2M = 2 Months, 3M = 3 Months, 6M = 6 Months, 1Y = 1 Year</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6217" name="OrderChangeSourceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order change source ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6218" name="ExecChangeSourceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution Change Source ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6219" name="APIMuser">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the Liffe APIM user code for black box user recognition.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6220" name="ICSNearLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifially to handle the Liffe &amp; eCBOT Inter Commodity Spread near and far leg pricing. For normal multi-leg orders use the NoLegs repeating group in FIX.4.4</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6221" name="ICSFarLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifially to handle the Liffe &amp; eCBOT Inter Commodity Spread near and far leg pricing. For normal multi-leg orders use the NoLegs repeating group in FIX.4.4</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Patsystems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6222" name="PercentVolumeOverrides">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Text field. Allows entry of multiple % volume Targets.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6223" name="NoUnderlyingReinvCoupon">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group count. Number of coupon reinvestments. Part of group (6223-6226)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6224" name="UnderlyingReinvCouponDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Coupon reinvestment date. Part of group (6223-6226)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6225" name="UnderlyingReinvCouponRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rate at which the coupon is reinvested. Part of group (6223-6226)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6226" name="UnderlyingReinvCouponAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Coupon reinvestment amount. Part of group (6223-6226)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6227" name="DisplayRange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used with MaxFloor for reserve orders. Randomises the quantity to replenish to to within ‘DisplayRange’ of the MaxFloor. (For example, a MaxFloor of 2000 shares and a DisplayRange value of 200 will replenish to anything from 1800 to 2200 shares.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6228" name="CompletionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean. Indicates whether current response is the last message triggered by a single request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6229" name="RequestCountIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Conveys impact of current response to the number of outstanding requests in the context of a throttle mechanism. 0 = Message counter unchanged (default), 1 = Message counter decreased.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Börse</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="6230" name="BlackoutStart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data type: UTCTimeOnly.

Beginning of period of time of business day within which order should not be executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="6231" name="BlackoutEnd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data type: UTCTimeOnly.

End of period of time of business day within which order should not be executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6232" name="OrderTTL">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data type: int.

Number of milliseconds within which exchange can try to execute order again, if it failed on previous attempt.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6233" name="OrdStatusReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data type: String. For FIX 4.3.

Can be used to uniquely identify a specific Order Status Request message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6234" name="NoChildMsgs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Generic field to describe number of nested child messages within a parent.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6235" name="RiskAversion1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Risk Aversion Parameter</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6236" name="DollarNeutralityLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar neutrality limit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6237" name="RatioNeutralityLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ratio neutrality limit in percent</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6238" name="BetaNeutralityLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">beta neutrality limit in dollars</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6239" name="SpreadFormula">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6240" name="Spread1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6241" name="OrderRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Decimal value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6242" name="MaxShares">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6243" name="SpreadType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6244" name="BidDifference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Double Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6245" name="AskDifference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Double Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6246" name="MktTickSizeRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Double Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6247" name="LmtTickSizeRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Double Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6248" name="Cash1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Risk Arb Cash Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6249" name="DollarNeutral">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6250" name="ConfigSet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6251" name="RefreshQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6252" name="PriceInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6253" name="PriceOffset1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6254" name="StartTime3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6255" name="EndTime3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6256" name="Duration3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6257" name="WorkDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6258" name="Strategy1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6259" name="MinPctVol1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6260" name="MaxPctVol1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6261" name="ExecutionStyle2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6262" name="PriceBenchmark">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6263" name="CancelPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6264" name="ToleranceLimit1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6265" name="ToleranceLimit2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6266" name="ToleranceLimit3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6267" name="NearFwdPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Forward Points of a Forward Outright trade or on the near leg of a Swap trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6268" name="FarFwdPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Forward Points on the far leg of a Swap trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6269" name="SwapPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Swap Points</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6270" name="WouldDark">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y/N. Indicates that the user is willing to override any previous schedule or volume constraints on their Algo order if liquidity can be sourced from a dark pool.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6271" name="AlgorithmicField1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6272" name="AlgorithmicField2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6273" name="AlgorithmicField3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6274" name="AlgorithmicField4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6275" name="AlgorithmicField5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6276" name="AlgorithmicField6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6277" name="AlgorithmicField7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6278" name="AlgorithmicField8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6279" name="AlgorithmicField9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6280" name="AlgorithmicField10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6281" name="AlgorithmicField11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6282" name="AlgorithmicField12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6283" name="AlgorithmicField13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6284" name="AlgorithmicField14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6285" name="AlgorithmicField15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6286" name="BrokerOrderReceiveTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OATS v3 tag indicating the time the broker first received the order from the customer.

This field is of type UTCTimeStamp.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6287" name="CustomerDirectedOrder">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OATS v3 tag indicating if the customer directed this order to a specific execution venue (Y) or not (N).

This field is of type Boolean.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6288" name="DeskSpecialHandlingCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OATS v3 field for Desk Special Handling Code.

Values are: ‘FOK’, ‘AON’, ‘NH’, ‘IOC’, ‘MAO’, ‘LOC’, ‘MAC’, ‘MOO’, ‘MOC’, ‘OVD’, ‘SCL’, ‘WRK’, ‘PEG’, ‘MQT’, ‘TS’, ‘RSV’, ‘IO’, ‘LOO’,‘E.W’, ‘S.W’, ‘CNH’, ‘ADD’, ‘TMO’, or ‘DIR’.

Case sensitive, must be capital letters.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6289" name="ManualOrderIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ManualOrderIndicator=Y signifies that the order was entered manually. ManualOrderIndicator=N signifies that the order was entered electronically. If this field is missing, it should be assumed that the order was not manually entered. This field is of type Boolean.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6290" name="Active">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean value, active or not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bear Stearns &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6291" name="VenueReferenceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference number for executions that result from orders that are routed to a secondary destination. Will be sent when order status is 1 or 2.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="6292" name="LastMkt2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The real venue where the fill executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6293" name="UnderlyingStartAcrdIntAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Underlying accrued interest amount at settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6294" name="UnderlyingEndAcrdIntAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Underlying accrued interest amount at termination</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6295" name="Discretion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To apply discretion to the placement of large orders in open and closing auction strategies.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6296" name="WouldIfNat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Parameter to control crossing of the order quantity relative to the target execution of the strategy.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6297" name="ResetEligibleVolOnAmend">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6298" name="CountEligibleVolInLimitPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6299" name="RetainVolumeCountHistory">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6300" name="UnderlyingLowerRange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The lower range of the underlying price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6301" name="UnderlyingUpperRange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The upper range of the underlying price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6302" name="SliceMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Slice Method</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6303" name="MaxSliceSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum contracts per slice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6304" name="TimeInterval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer. This integer will indicate time in seconds. Trade X number of calls

uts at defined N secs timeinterval between start and endtimes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6305" name="Delta1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Value between 0 and 1 to 2 dp</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6306" name="SpotReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference for Spot used in a delta calculation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6307" name="SweepLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Depth under the NBBO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6308" name="Tactic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Underlying tactic to be applied</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6309" name="Bias">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">percentage value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6310" name="BidPriceImpAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount by which the BidPx has been improved.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6311" name="OfferPriceImpAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount by which the OfferPx has been improved.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6312" name="Tolerance1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6313" name="UnderlyingAlgo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Base strategy identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6314" name="PortfolioStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of portfolio to be traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6315" name="AlgoParameter1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6316" name="AlgoParameter2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6317" name="AlgoParameter3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6318" name="AlgoParameter4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6319" name="AlgoParameter5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6320" name="AlgoParameter6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6321" name="OldRiskClass">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Old Risk Class for allocation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6322" name="RiskClass">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Risk class for a trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6323" name="StartTime4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time at which the order becomes active. StartTime contains a date and time component that must be specified in 24-hour clock format (YYYYMMDDHH:MM:SS) and must use GMT time zone.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6324" name="EndTime4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time by which an order must be completed. EndTime contains a date and time component that must be specified in 24-hour clock format (YYYYMMDDHH:MM:SS) and must use GMT time zone.

StartTime &lt; EndTime.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6325" name="ExecutionStyle3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This parameter tells the engine how aggressively to work. Valid values include:

P = Passive

N = Normal

A = Aggressive</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6326" name="StartPercentVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The target percentage of volume that the algorithm will attempt to achieve at/or around the Benchmark price.

Valid values: 0-100.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6327" name="MinPercentVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The minimum % of volume the algorithm will try to achieve. Valid values: 0-100.

Min%Volume &lt; Max%Volume.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6328" name="MaxPercentVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The maximum % of volume the algorithm will try to achieve.

Valid values: 0-100.

Min%Volume &lt; Max%Volume.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6329" name="TargetPercentVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the rate at which the order will be filled which affects the duration of the order and, ultimately, the end time of the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6330" name="MinReqComp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The minimum percentage of the order that must be completed by EndTime.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6331" name="WouldIfGood">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When the “I Would price” is triggered, attempt to get done within the specified “I Would” limit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6332" name="DisplaySize3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of shares displayed to the market. The value should not be less than 100 shares or over the order quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6333" name="RiskAversion2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Controls the trading style for the order on a scale of 1 (passive) – 10 (aggressive). The higher the number the faster the order will trade. Valid values 1-10.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6334" name="ExecutionView">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reflects the trader’s view of how he wants the algorithm to behave when the securities price moves favorable or unfavorable relative to the order. Valid values include:

1=Reversion

2=Symmetrical

3=Breakout

4=Collar</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6335" name="AlgoParameter7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Capital Institutional Services</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6336" name="TradingSessionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">adoption of tag336 in FIX4.2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6337" name="SessionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Session type (Open or Close) defined in the Trading Session ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6338" name="ExecutionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6339" name="OrderStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6340" name="QtyLimitRelease">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no limit release

9:limit release</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6341" name="ReplacePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6342" name="ReplaceOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6343" name="ReplaceCashMargin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6344" name="ReplaceOrderCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6345" name="ReplaceTimeInForce">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6346" name="TimeInExecution">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0:Continuous

2:Opening

7:Closing

D:Proportional Distribution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6347" name="CounterpartyCompID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6348" name="OnlineStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6349" name="OnlineCloseTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6350" name="TickRule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">up tick/down tick rules.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6351" name="Position">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0 = Long, 1 = Short</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6352" name="AutoHedgePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Auto Option Hedge Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6353" name="RehedgePercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage to rehedge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6354" name="StrikePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0 = CLOSE, 2 = ARRIVAL</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6355" name="UpperPricePct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersal Upper Limit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6356" name="LowerPricePct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersal Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6357" name="TrackSecurity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Other Equity to track with this order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6358" name="TrackUpperPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6359" name="TrackLowerPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6360" name="Sector1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sector to track</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6361" name="SectorUpperPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6362" name="SectorLowerPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6363" name="Index">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index to track</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6364" name="IndexUpperPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6365" name="IndexLowerPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6366" name="TrackUpperSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6367" name="TrackLowerSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6368" name="SectorUpperSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6369" name="SectorLowerSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6370" name="IndexUpperSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6371" name="IndexLowerSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6372" name="HighLimitSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6373" name="LowLimitSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6374" name="UpperPricePctSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6375" name="LowerPricePctSIT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6376" name="BasketName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Name of Basket to which order belongs.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6377" name="Slices">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of equal-sized sub orders to trade a TIME_SLICE order in.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">P E Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6378" name="BLPProgType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security Program Type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6379" name="AdjustedEndCash">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ending cash consideration of a financing deal on the EndDate(917) adjusted for coupon and interest payments to the collateral

holder.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6380" name="NonMemberAffiliate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that the execution is on behalf of a non-member affiliate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6381" name="EnteringSubsidiary">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the subsidiary firm associated with the execution.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6382" name="BuyTradeControlNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for Nordic Trade Reporting, this tag will carry the trade control number for the buy side of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6383" name="SellTradeControlNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for Nordic Trade Reporting, this tag will carry the trade control number for the sell side of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6384" name="CalcAgentLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Calcution Agent Location</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6385" name="MatrixAgreementType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Matrix Agreement Type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6386" name="QtyVariance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Variance of a REPO trade, expressed as quantity of trade size.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6387" name="PegDifference1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows a 4.0 session to send equivalent of a 4.2 tag: 211=Peg Difference</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Capital Markets</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6388" name="DiscretionInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows a 4.0 session to send the 4.2 tag 388.

Data type = Integer

Required field = no

Valid Values:

0=Related to displayed price

1=Related to market price

2=Related to primary price

4=Related to midpoint price

5=Related to trade price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Capital Markets</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6389" name="DiscretionOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Alls a 4.0 session to send a 4.3 tag.

Data type = Number

Required field = N

Valid Values = amount =/-

Whole nnumber portion = dollars, deciaml portion = cents, max two decimal places</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Capital Markets</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6390" name="MDReqRejReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6391" name="PriceType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Fractions (in Two-Fifty Sixths)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6392" name="SecurityTradingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Order entry session for repo cross

= 101 – Position scrubbing session for repo cross

= 102 – Position scrubbing session for repo cross

= 103 – Closing session for repo cross

= 104 – Suspended</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6393" name="NewSubRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the current sub rank of the security (for display ordering purposes). ... truncated ...</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6394" name="PreviousSubRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the previous sub rank of a security. Applicable if the sub rank of the security changes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6395" name="SourceIP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional field for source IP address identification and auditing perposes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6396" name="RejectCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify reject reason in user-defined FIX message types</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6397" name="OtherParty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ITM of the trader for the matching half trade submitted separately</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6398" name="StreamingQuoteTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for enabling/disabling FX mkt data</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6399" name="AccountCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of Account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6400" name="MLBenchmarkPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Benchmark Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6401" name="MLExecService">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Execution Service</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6402" name="MLGuarant">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Guaranteed Indicator

Y – Guaranteed Price

N – Not Guaranteed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6403" name="MLMaxParticipate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Maximum Participation %

Max % market volume to participate in execution of order nnn (0-100)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6404" name="MLTargetParticipate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Minimum Participation %

Min % market volume to participate in execution of order nnn (0-100)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6405" name="MLPrimaryFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Primary or Composite flag

P – Primary

C -Composite(Default = Primary)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6406" name="MLPlanning">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Planning indication</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6407" name="MLOrderCompletionInstr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Order Completion Instruction

1 – Trade to Completion

2 – Leave Residual</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6408" name="MLRiskFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML Benchmark Rick Factor</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6409" name="MLSpecialOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Extensions to the FIX Ordertype fields to support various ECN order types.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6410" name="MLSpeedPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target Price for Speed trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6411" name="MLSpeedTargetPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target Percent for speed trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6412" name="MLExecutionInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag can contain multiple instructions, space delimited</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6413" name="MLPegOption">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indication of pricing strategy

(Values:

0 = Market,

1 = Chase Market,

2 = Bid,

3 = Offer,

4 = Last,

5 = Mid )</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6414" name="MLBlockThreshold">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When calculating volume profile, ignore any block prints that are greater than the “ML Block Threshold”.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6415" name="OpenAuctionRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Open auction participation expressed as a percentage (0-100).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6416" name="CloseAuctionRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Close auction participation expressed as a percentage (0-100).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6417" name="MOO2Percent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Open auction rate for 2nd(pm)open for markets with 2 sessions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6418" name="MOC1Percent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Close auction rate for 1st(am)close for markets with 2 sessions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6419" name="MLTransactionFundType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Transaction fund type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6420" name="CashRoundingIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the rounding method when convert a cash base order to a share base order.

Required for Cash base order

U – Up

D – Down</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6421" name="NoOfExecutionDays">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate number of days for order to execute across. Can be used in conjuction with Market, GTC orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6422" name="PrimaryBookingID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Primary BookingID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6423" name="SecondaryBookingID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Secondary Booking ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6424" name="SpeedRiskFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Risk Factor for the Speed trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6425" name="CriteriaCheckFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate whether or not to apply criteria check to a strategy order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6426" name="UnderlyingSecurity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Underlying security symbol for stock Options</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6427" name="MaxPostDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maxim number of destination/venues an order can be posted to</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6428" name="PegDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Peg offset direction. Applying the pegging price if market moves into the applied direction:

1 – Up

2 – Down

3 – Either</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6429" name="Stepsize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of ticks to move a posted price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6430" name="EvalueInterval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of seconds to wait between evaluation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6431" name="MLUPDATEUSER">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">RAM update user</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6432" name="MLSUser">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">RAM s_user</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6433" name="ExcludeDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Destination exclusion list.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6434" name="RelativeSecureID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6435" name="RelativeIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6436" name="RelatviePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6437" name="Annonymous">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6438" name="CrossExclusionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6439" name="MinCrossQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6440" name="MaxCrossQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6441" name="CrossPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6442" name="OrderBenchmarkPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6443" name="CrossDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6444" name="CrossDestExclusion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6445" name="PostResidual">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6446" name="CrossResidualRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6447" name="CrossCategory1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6448" name="PrefDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6449" name="RegulationID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6450" name="FidessaTradeFlags">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MultipleValueString, containing a space separated list of trade flags.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6451" name="PairExecutionMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6452" name="MLET4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6453" name="MLET5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6454" name="MLET6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6455" name="MLET7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6456" name="MLET8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6457" name="MLET9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6458" name="MLET10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6459" name="MLET11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6460" name="MLET12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6461" name="Pair1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6462" name="Pair2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6463" name="pair3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6464" name="Pair4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6465" name="Pair5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6466" name="RelativeLimitType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6467" name="DistributionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identify the distribution type of Futures:

1 – Actual

2 – Underlying</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6468" name="RelativeLimitInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6469" name="MLMinParticipant">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6470" name="ShowingFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6471" name="StartingPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6472" name="ReportFlowFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Controls reporting to various ML reporting systems.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6473" name="PrefPostDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6474" name="ExcludePostDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6475" name="ClientIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6476" name="PassiveQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6477" name="DynamicDriverType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6478" name="SpeedRelSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6479" name="SpeedRelIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6480" name="SpeedRelPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6481" name="SpeedRelTargetPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6482" name="SCANDestination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6483" name="SCANIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6484" name="PariLegCoefficient">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6485" name="PairFormulaOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6486" name="RelativeLimitDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6487" name="ScanLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6488" name="SoftLimitFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6489" name="TriggerIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6490" name="IndicativeOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6491" name="RelativeLimitBase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference for a relative price limit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6492" name="RelativeLimitOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offset for a relative limit price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">UBS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6493" name="CleanUp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6494" name="PairsSuspendStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6495" name="PairsRebalanceThreshold">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6496" name="StopPxAnchor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Identifies anchor price when stop price is specified in relative terms.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6497" name="StopPxOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float: Offset relative to selected anchor for relative stop price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6498" name="AnchorPxDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Identifies units and direction of relative stop price offset.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6499" name="ApplyRestriction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To turn ON/OFF restriction such as ERISA for an Order coming to TW. Boolean type (Y/N). If omitted in the message, default to ‘Y’.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6500" name="CommissionHandlingInstructions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Future Use</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BNY Brokerage</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6501" name="CommissionTreatment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Future Use</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BNY Brokerage</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6502" name="TrailerNoteSuppressionInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Suppression indcator for trailer line</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6503" name="TrailerNote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows trailer notes to be added to trades.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Reuters</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6504" name="AllocAgreementDesc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation account MCA type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="LocalMktDate" id="6505" name="AllocAgreementDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation account MCA Date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6506" name="AllocCalcAgentLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation calculation agent location</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6507" name="AllocMatrixAgreementType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation account matrix agreement type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="LocalMktDate" id="6508" name="AllocMcaAnnexDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation MCA annex date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6509" name="ParticipationRateOffSideAnchor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference price.

Values

Blank

1 – open

2 – prev close

3 – arrival

4 – other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6510" name="AnyPriceAtClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether are willing to use a market order during the closing auction.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6511" name="NumberOfWaves">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used specify the number of waves an order should be executed in.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6512" name="QtyPerWave">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify the quantity issued per wave.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6513" name="ParticipationRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offside participation %

Values

Blank or 0.01 to 1.0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6514" name="IncludeAuction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values

Blank

1 – None

2 – Close

3 – Open

4 – All</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6515" name="NewsID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The unique identifier of a textual message sent from the exchange and recorded on the newsboard.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6516" name="NewsValidUntil">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date after which the associated information is no longer relevant / applicable.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6517" name="NewsEventDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date on which the event referred to in the associated newsboard message occurred.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6518" name="NewsType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Textual description of the news type or category.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6519" name="QuoteReqRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Cancel and Replace QuoteReqTransType messages</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6520" name="TradeTypeCodeList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of SIX Swiss Exchange Trade Type Codes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6521" name="CounterpartyReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The free text identification of a counterparty who is not a member of the

exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6522" name="ClientDomicile">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client’s domicile</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6523" name="CounterpartyType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The unique Identifies of a Counterparty type.ASSD (Associated Dealers), CUST (Customers),

EFFH (Effektenhändler),

MEMB (Member),

EXCH (Designated Exchange)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6524" name="TransactionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies an SWX specific transaction type.

0 = Order, 1 = Trade Confirmation, 2 = Bilateral Trade Reverse, 3 = Reported Trade, 4 = Unilateral Trade Reverse, 5 = Correction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6525" name="SegrClearingAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The segregated clearing account type. For example, Client Clearing Account or House Clearing Account.

0 = DF (Default), 1 = CL (Client = Risk is covered by client collateral), 2 = HO (House = Risk is covered by “In House” collateral)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6526" name="SegrSettleAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The segregated settlement account type. For example, can be used to distinguish different taxation treatments in settlement.

0 = DF (Default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6527" name="SettlementInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines to which degree the clearing and settlement of an off order book trade should be automatically instructed. For example, settled manually, automatic clearing and settlement or only automatic settlement i.e. no clearing.0=Automatic (Settlement &amp; Clearing), 1 = Settlement only, 2 = Manual</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6528" name="OrderCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 OrderCapacity field

Designates the capacity of the firm placing the order.

Valid values:

A = Agency

G = Proprietary

I = Individual

P = Principal (Note for CMS purposes, Principal includes Proprietary)

R = Riskless Principal

W = Agent for Other Member

(as of FIX 4.3, this field replaced Rule80A (tag 47) –used in conjunction with OrderRestrictions field)

(see Volume 1: “Glossary” for value definitions)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6529" name="OrderRestrictions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 field.

Restrictions associated with an order. If more than one restriction is applicable to an order, this field can contain multiple instructions separated by space.

Valid values:

1 = Program Trade

2 = Index Arbitrage

3 = Non-Index Arbitrage

4 = Competing Market Maker

5 = Acting as Market Maker or Specialist in the security

6 = Acting as Market Maker or Specialist in the underlying security of a derivative security

7 = Foreign Entity (of foreign governmnet or regulatory jurisdiction)

8 = External Market Participant

9 = External Inter-connected Market Linkage

A = Riskless Arbitrage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6530" name="QuoteReqTransType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies Quote Request message transaction typeData type: char

Valid values:

N = New

C = Cancel

R = Replace</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6531" name="InclSettlementAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An amount added to the calculated settlement amount.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6532" name="InclSettlementCurrencyCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Currency identifier of 6531 InclSettlementAmount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6533" name="PublicTradeTypeCodeList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Published list of SWX trade type codes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Country" id="6534" name="CounterpartyClientDomicile">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counterparty Client’s domicile</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6535" name="CounterpartyClientReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counterparty Member Reference</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6536" name="CounterpartyOrderCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 OrderCapacity field Designates the capacity of the counterparty of the order. Valid values: A = Agency G = Proprietary I = Individual P = Principal (Note for CMS purposes, Principal includes Proprietary) R = Riskless Principal W = Agent for Other Member (as of FIX 4.3, this field replaced Rule80A (tag 47) –used in conjunction with OrderRestrictions field) (see Volume 1: “Glossary” for value definitions)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6537" name="PrimaryOnly">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify Track Volume. Values: 1 – Primary, 2 – Consolidated</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6538" name="IfIncomplete">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values

1 – cancel balance

2 – IS

3 – inline 10%

4 – inline 15%

5 – inline 20%

6 – inline 25%

7 – inline 30%

8 – VWAP 1 hour

9 – VWAP to close

10 – Target close</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6539" name="PriceReferenceId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Relative to instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6540" name="PriceOffset2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage. Values: 0 to 0.25</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6541" name="PriceReferenceAnchor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values:

1 – none

2 – open

3 – prev close

4 – arrival</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6542" name="AuctionAway">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Auction protection (% from cont last). Values: 0 to 0.7</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6543" name="Max2BX">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Max of order to BlockCross (%)Percentage. Values: 0 to 100.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6544" name="TimeInBX">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values:

1 – zero

2 – indefinitely

3 – 5 min

4 – 45 min

5 – 1 hour

6 – until auction

7 – other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6545" name="TimeInBXValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rest order in BX before printing for. Values: Null or &gt; 5</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6546" name="TargAuctPart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target auction participation (%). Values: 0.01 to 0.7</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6547" name="TargetDayVolAuction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target % of days volume in auction. Values: 0.01 to 0.7</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6548" name="CrossID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adoption of 548 for FIX 4.2 &amp; Prior FIX version users</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6549" name="CrossType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adoption of tag549 for FIX 4.2 &amp; Prior FIX version users</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6550" name="ContMarketPart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">continuous market participation (%). Values 0.01 to 0.7</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6551" name="PostInLit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Post for liquidity in ‘lit’ venues. Values: True, False</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6552" name="NoSides">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of Side repeating group instances. Format=int. Custom field for FIX4.2 users that want to adopt FIX4.3 field 552.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GATE Tecnologie Informatiche</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6553" name="Username1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for FIX4.2 users that want to adopt FIX4.3 field 553</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Future Dynamics Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6554" name="Password2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom field for FIX4.2 users that want to adopt FIX4.3 field 554</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Future Dynamics Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6555" name="OrigTrdMatchID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade id of the original trade. This is indicated when either a trade reversal or a nostro correction is transacted.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6556" name="BusinessTransactionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indication of the business transaction.

Valid value:

TradeAdvice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6557" name="ConfirmReasonCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The reason for this confirmation.

Valid values:

NCBC = BuyNostroCorrectionCancel

NCBR = BuyNostroCorrectionResend

CCPR = CCPRejection

ECCA = ExchangeControlCancel

ECIS = ExchangeControlISINChange

ECRS = ExchangeControlResend

ECRB = ExchangeControlResendBilateral

ORIG = OriginalTrade

PRHB = ProcessHeldBackTrade

NCSC = SellNostroCorrectionCancel

NCSR = SellNostroCorrectionResend

TREV = TradeReversal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6558" name="ParticipantRoleIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indication of the participant’s role in the context of a confirmation.

Valid values:

0 = Buyer

1 = SettlementAgentBuyersSide

2 = GCMBuyersSide

6 = GCMSellersSide

7 = SettlementAgentSellersSide

8 = Seller</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6559" name="CalcInclSettlCurrAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Is required if a commission has been entered by the trading participant.

The amount in the instrument’s settlement currency added to the trade’s settlement amount due to the Commission and CommCurrency.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6560" name="InterestPaymentCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The currency applicable to an accrued interest amount.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6561" name="SettlCurrAmtValid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates how the settlement amount has been calculated.

Valid values:

NSAZ = NotCalculatedSettlAmountInvalid

NFWT = NotCalculatedStandardForwardTrade

NMIS = NotCalculatedStaticDataMissing

NTRD = NotCalculatedTradeDateMarketHoliday

NTPZ = NotCalculatedTradePriceInvalid

NTSZ = NotCalculatedTradeSizeInvalid

NVAD = NotCalculatedValueDateEntered

CALC = SettlementAmountCalculatedNormalCase</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6562" name="SettlementChainControlCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The unique identifier of a settlement chain control.

Valid values:

BAUT = BilateralAutomaticSettlementFlagOff

BCPO = BilateralClrgPreventionSettlOnly

BCPF = BilateralClrgPrevNoClrgNoSettl

BBRS = BilateralExchControlResendBilateral

BMCO = BilateralManualClearingTypeAS

BMCF = BilateralManualClearingTypeManual

BNCC = BilateralNoCCP

BNSA = BilateralNoSettlAmountCalculated

BNSC = BilateralNoSettlChainsDetermined

BOOC = BilateralOobClearingFlagOff

BOOT = BilateralOutsideClearingOpeningTime

MUSE = MultilateralViaCCP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6563" name="SettlementStatusCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The unique identifier of a settlement status.

Valid values:

CA = CancelAccepted

CP = CancelPending

CR = CancelRejected

CS = CancelSent

CN = CancelTechNOK

CW = CancelWithoutMsg

RN = ClrgRuleNotReady

IC = InterfaceClosed

MA = MissingAccruedInt

MC = MissingChangeFix

MS = MissingSettleDate

MD = MissingStaticData

NA = NoAutomaticCandS

SA = SettlMsgAccepted

SR = SettlMsgRejected

SS = SettlMsgSent

SN = SettlMsgTechNOK</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6564" name="IsCancelled">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether or not a textual message, sent from the exchange has been cancelled by the exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="6565" name="SourceExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The exchange from where the news message or book information origins.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6566" name="NumberOfQuotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of quotes in a book entry.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6567" name="ReferencePriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indication of the reference price type which indicates the source of the corresponding reference price.

Valid values:

0 = Adjusted Price

1 = Adjustment Home Market

2 = Input Price

3 = Last Paid Price

4 = Mistrade Adjustment

5 = System Adjusted Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="6568" name="RandomisedInterval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time spread for randomised transitions (of trading schedules).

Format HH:MM:SS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6569" name="TransitionStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status of a trading schedule transition.

Valid values:

0 = Pending

1 = Triggered

2 = Deleted

3 = Failed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6570" name="BookCondition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The current condition of a book.

Valid values:

0 = Delayed Opening

1 = Delayed Opening with Non Opening

2 = Non Opening

3 = None

4 = Stop Trading

5 = Stop Trading with Non Opening

6 = Underlying Condition

7 = Underlying Condition with Non Opening</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6571" name="MDExecDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution date.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6572" name="MDExecTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution time.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6573" name="NumberOfTrades">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of trades cumulated in a message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SWX Swiss Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6574" name="TradeOrigin2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">System/Firm where the trade originated</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6575" name="StampTax">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stamp Tax when choosing to send an exclusive field instead of using MiscFee repeating group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6576" name="Levy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Levy</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6577" name="Tariff">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tariff</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6578" name="BrokerDealerServiceFee">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker Dealer Service Fee</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6579" name="SettlCommunicationService">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Communication service required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6580" name="BeneficiaryName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Beneficiary Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6581" name="BeneficiaryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Beneficiary Code e.g. BIC etc required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6582" name="CustOrderCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Capacity of customer placing the order. FIX 4.3 tag 582 – included as a custom field for FIX 4.2 early adopters.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6583" name="SpreadPremium">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread premium in dollars.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6584" name="SpreadPctPremium">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">spread % premium</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6585" name="SpreadPctDiscount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread discount in percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6586" name="CashOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">cash offset amount</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6587" name="ExecutionMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 – Lean Buy

2 – Lean Sell</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6588" name="TradeClipShares">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade clip in shares</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6589" name="TradeClipPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade clip in percentage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6590" name="TradeClip">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade clip in dollars</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="6591" name="BlockSeqNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Block Sequence Number.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6592" name="VersionID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Version Identification in Block Header.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6593" name="BeneficiaryAcctNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Beneficiary Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6594" name="LocalAgentName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Local Agent Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6595" name="LocalAgentCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Local Agent Code required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6596" name="LocalAgentAcctNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Local Agent Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6597" name="GlobalAgentName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global Agent Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6598" name="GlobalAgentCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global Agent Code required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6599" name="GlobalAgentAcctNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global Agent Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6600" name="TestMessageIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flags session as a Test rather than Production session

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 464 TestMessageIndicator **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6601" name="Password3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optionally used in Logon message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6602" name="MultilegComponent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">boolean. A value of Y indicates the trade is a component of a multi-part order – swap, switch, butterfly, cross etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6603" name="LotSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fill quantity increment above the initial fill size.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6604" name="Replenish">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BOolean: Replenish trade quantity from OrderQty after the first fill. Used together with MaxFloor (111) for hidden-quantity trading.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6605" name="Spread2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Either swap spread or spread-to-benchmark

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 218 Spread **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6606" name="TraderID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buyside trader initiating the order

&lt;p&gt;

** ADDED TO FIX 4.3 through &amp;ltParties&amp;gt component block **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6607" name="ExDividend">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Boolean: Instrument is trading ex-dividend. Supported in [4.4] using SymbolSfx(65)=EX.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6608" name="Yield1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield percentage

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 236 Yield **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6609" name="SecurityTypeExtended">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Extends FIX field 167 for Fixed Income

&lt;p&gt;** 167 SecurityType was extended in FIX 4.3 **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6610" name="BrokerClearingID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier of Broker’s clearing instructions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6611" name="TotalAccruedInterestAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Block level accrued interest

&lt;p&gt;

** 540 TotalAccruedInterestAmt was added to appropriate messages in FIX 4.3 **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6612" name="NetMoney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Block level net money&lt;p&gt;** 118 NetMoney was added to appropriate messages in FIX 4.3 **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6613" name="ProductExtended">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Extends FIX field 460 for Fixed Income.&lt;p&gt;** 460 Product was extended in FIX 4.3 **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6614" name="PriceType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the how the price field is expressed1-Percentage, 4-Discount, 9-Spread&lt;p&gt;** Added to FIX 4.3 as tag: 423 PriceType **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6615" name="AllocStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Valid values

0: Accepted, Processed – allocations were sent to the counterparty.

3: Received, not yet processed – allocations have been saved but not sent.

In 4.4 as tag AllocStatus 87</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6616" name="OrderCreateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UTC timestamp when the order was created.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6617" name="SecondaryOrdID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The unique trade reference assigned by the ATS. UDF 6617 is needed only in the DontKnowTrade message. In all others use tag 198.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6618" name="AllocGiveUpBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker serving as Give-Up Firm.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6619" name="AllocGTSBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker providing General Trade Services.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6620" name="IssueDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date bond was issued&lt;p&gt;** Added to FIX 4.3 as tag: 225 IssueDate **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6621" name="Factor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fraction for deriving Current Value from Qty &lt;p&gt;** Added to FIX 4.3 as tag: 228 Factor **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6622" name="BenchmarkYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield of the benchmark security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6623" name="AssetSwapSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The difference between the bond yield and the LIBOR curve, expressed in basis points.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6624" name="ISpread1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The difference in basis points between a bond’s yield-to-maturity and the projected/interpolated swap rate on the bond’s maturity/workout date.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="6625" name="ZSpread1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of basis points one needs to apply to a series of zero rates such that, the present value of the bond, accounted for accrued interest, equals to the sum of all future cashflows discounted using the adjusted zero rate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6626" name="MDEntryHiddenSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Hidden size (Qty) – shown only to the originating dealer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6627" name="ContraFeesSw">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator used to determine if fees should be applied to contra side of trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6628" name="NoYields">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of yields. Allows repeating groups consisting of YieldType (235), Yield (236), and BasisFeatureDate (259).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6629" name="YieldType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies how Yield is expressed &lt;p&gt;** Added to FIX 4.3 as tag: 235 YieldType **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6630" name="ListID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Customer-assigned identifier for List Orders. ListID(6630) is used in NewOrder and OrderReplace. Tag ListID(66) is used in ExecutionReport and AllocationReport.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6631" name="Username2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Used in Logon. Replaced in 4.4 by Username(533).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6632" name="BenchmarkSecurityDesc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Benchmark security description.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6633" name="BenchmarkSymbolSfx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“WI” if When Issued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6634" name="NoStipulations">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of stipulation entries&lt;p&gt;** Added to FIX 4.3 as tag: 232 NoStipulations **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6635" name="StipulationType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stipulation type – see 4.3 spec&lt;p&gt;** Added to FIX 4.3 as tag: 233 StipulationType **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6636" name="StipulationValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Structured stipulation value – see 4.3 spec&lt;p&gt;** Added to FIX 4.3 as tag: 234 StipulationValue **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6637" name="MaturityDate1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bond maturity date&lt;p&gt;** Added to FIX 4.3 as tag: 541 MaturityDate **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6638" name="AllocClearingFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For instructing and reporting allocation clearing for non-US issues&lt;p&gt;** Added to FIX 4.3 through &amp;ltNestedParties&amp;gt component block **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6639" name="LegLastParPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last price for the leg expressed in percent-of-par. Conditionally required when LegLastPx is expressed in Yield, Spread, Discount or any other type and the product supports a percent-of-par price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6640" name="LastParPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price expressed in percent-of-par when ParPx is in discount or spread</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6641" name="BookingID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Event reference for BookingReport</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6642" name="BookingTransType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration: 0-New, 1-Cancel, 2-Correct</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6643" name="BookingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration: 1-Affirmed, 2-Unknown account, 3-Missing settlement instructions, 4-Canceled</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6644" name="BenchmarkPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Specifies the price of the benchmark.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6645" name="BenchmarkPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Identifies the denomination of BenchmarkPrice(6645). Same values as PriceType(423).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6646" name="BenchmarkSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Identifies the source of the Benchmark Security ID. Valid values are 1=CUSIP 2=SEDOL 4=ISIN</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6647" name="FloatingRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Identifies a Floating Rate Note.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6648" name="AllocStepOutBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker serving as Step-Out Firm.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6649" name="PreFactored">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Unlike TIPS, MBS or EUR-denominated Inflation Linked Bonds, GBP ILBs trade with the inflation ratio already factored into the price. PreFactored=Y clarifies that attribute.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6650" name="MsgVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the message version number, e.g. 1.0.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6651" name="TerminationType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] USRP Values

1=Overnight

2=Term

3=Flexible

4=Open

Replaced in 4.4 by tag 788.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6652" name="NoUnderlyings">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] begins the Underlyings repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6653" name="UnderlyingSecurityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values: TREASURY MORTGAGE AGENCY OTHER</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6654" name="UnderlyingSecuritySubtype">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] E.g. GENERAL</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6655" name="FinOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Final order quantity. Used to support an inquiry model where the final inquiry size may be different than the original order size (OrderQty).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6656" name="NoUnderlyingStips">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Begins the UnderlyingStips repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6657" name="UnderlyingStipType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Stipulation type: Values include MATURITY TYPE SCHEDULE</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6658" name="UnderlyingStipValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] MATURITY Values:

0Y-1Y – Less than 1 year

1Y-5Y – Less than 5 years

5Y-10Y – Less than 10 years

10Y-30Y – Less than 30 years

TYPE Value: STRIPS

SCHEDULE Value: Schedule ID, usually a digit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6659" name="DatedDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] The date the security is dated if different from the first IssueDate, in YYYYMMDD format.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6660" name="LegDatedDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] The date the leg security is dated if different from the first LegIssueDate, in YYYYMMDD format.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6661" name="GiveUpBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Identifier of the Prime Broker serving as Give-Up Firm.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6662" name="GTSBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Identifier of the Prime Broker providing General Trade Services.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6663" name="StepOutBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] Identifier of the Prime Broker serving as Step-Out Firm.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6664" name="Term">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Encoded term of a deposit or derivative trade: 1D, 3M, 10Y, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6665" name="NoLegs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of Legs in a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 555 NoLegs **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6666" name="LegSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy or Sell leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 624 LegSide **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6667" name="LegOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order quantity of one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6668" name="LegSwapType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Substitute for LegOrderQty (6667) for one leg of a multi-issue trade: ParForPar, Duration, Risk, Proceeds</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6669" name="LegFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fraction for deriving current value from Qty for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 253 LegFactor **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6670" name="LegSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CUSIP or ISIN of one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 602 LegSecurityID **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6671" name="LegIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security ID source for one leg of a multi-issue trade – see values for IDSource&lt;p&gt;** Added to FIX 4.3 as tag: 603 LegIDSource **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6672" name="LegProduct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Product for one leg of a multi-issue trade – see Product 6613&lt;p&gt;** Added to FIX 4.3 as tag: 607 LegProduct **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6673" name="LegSecurityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SecurityType for one leg of a multi-issue trade – see SecurityType 6609&lt;p&gt;** Added to FIX 4.3 as tag: 609 LegSecurityType **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6674" name="LegIssuer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Issuer for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 617 LegIssuer **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6675" name="LegCouponRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Coupon rate for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 615 LegCouponRate **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6676" name="LegMaturityDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maturity date for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 611 LegMaturityDate **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6677" name="LegSecurityDesc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security description for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 620 LegSecurityDesc **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="6678" name="LegCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Currency for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 556 LegCurrency **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6679" name="LegSettlmntTyp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement type for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 587 LegSettlmntTyp **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6680" name="LegFutSettDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Future settlement date for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 588 LegFutSettDate **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6681" name="LegNoAllocs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of allocations for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6682" name="LegAllocAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation account for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6683" name="LegAllocQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation quantity for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6684" name="LegAllocClearingFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation clearing firm for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6685" name="MDAggressorSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In MD Trade entries. Values: 1 = Take 2 = Hit</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6686" name="LegNoStipulations">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of stipulation entries for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6687" name="LegStipulationType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stipulation type for one leg of a multi-issue trade – see 4.3 spec</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6688" name="LegStipulationValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Structured stipulation value for one leg of a multi-issue trade – see 4.3 spec</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6689" name="ContractSettlementMonth">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Month that a TBA contract settles</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6690" name="LegContractSettlmntMonth">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Month that a TBA contract settles for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6691" name="WhenIssued">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Indicates that the instrument described by the CUSIP or ISIN on the order is being traded “when-issued”. This attribute is supported in [4.4] through SymbolSfx(65)=WI</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6692" name="LegIssueDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Issue date for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6693" name="BenchmarkSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CUSIP or ISIN of the benchmark instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6694" name="LegClearingFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clearing firm for one leg of a multi-issue trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6695" name="InterestAtMaturity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For communicating, at the block level, the interest payment at maturity for interest bearing CPs and CDs</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6696" name="AllocInterestAtMaturity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For communicating, at the allocation breakdown level, the interest payment at maturity for interest bearing CPs and CDs.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6697" name="BenchIDSource1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To be used with Tag 6693 (BenchmarkSecurityID). ID Source of the benchmark security – same values as Tag 22 (SecurityIDSource)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6698" name="CrossExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For fixed income cross/swap trades – ExecID of the Execution Report for the other side of a cross/swap trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6699" name="ApplicationQueueDepth">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Custom header field that provides the number of application level events that are queued for processing behind this current message. For instance, the ApplicationQueueDepth &gt; 0 on an Execution Report – indicates that there are still ApplicationQueueDepth # of reports that have to be generated and transmitted. This information is provided to help counterparties manage throughput and backlog issues.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6700" name="ApplicationQueueAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional customer header field that indicates what action should be taken to resolve an Application queue (backlog).

0- No action taken

1- Flush Queue

2- Overlay last

3- End session</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6701" name="ApplicationQueueResolution">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional header field that is used to indicate to the message recipient the action that was taken in response to application messages being queued for delivery:0-No Action Taken

1-Queue Flushed

2-Session will be disconnected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6702" name="InCompete">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean field allowing the Quote Request (MsgType=R) initiator to indicate to respondent whether the quote request is in competition (i.e. quote request was also sent to other respondents). Default is “N” if field is not specified.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6703" name="CompetitorCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Competitive Rqeuest for Quote dealer count.

The total numnber of competitors in the quote request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6704" name="CompetitionStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in a competitive RFQ response

Values: 0 – Done (if 694 =1), 1 – Tied, 2 – Cover, 3 – Traded Away,</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6705" name="CoverPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required if 6704 = 0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6706" name="NoOfLegsList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6707" name="NestedPartyIdList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6708" name="LegMaturityDayList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6709" name="MDCustomerSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the customer quantity for Book feed from CBOE.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6710" name="MDProcessIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if Snapshot can be ignored by the client, or if it definitely needs to be processed for processing Snapshot and Incremental book feed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6711" name="LegSecurityTypeList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6712" name="LegSymbolList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6713" name="LegSecurityIdList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6714" name="LegSideList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6715" name="LegRatioQtyList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6716" name="LegPriceList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6717" name="LegMaturityMonthYearList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6718" name="LegStrikePriceList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6719" name="LegOptAttributeList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6720" name="LegCoveredUncoveredList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6721" name="LegPositionEffectList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6722" name="LegRefIdList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6723" name="LegGrossTradeAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Gross principal amount of the trade leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6724" name="LetAccruedInterestAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Accrued interest of the trade leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6725" name="LegNumDaysInterest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of days accrued interest of the trade leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6726" name="LegNetMoney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net money of the trade leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6727" name="DestFirmID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An optional routing identifier associated with the firm to which this message is directed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6728" name="DocType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Name of the FpML document type in the embedded XML Message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6729" name="RelativeStart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Effective date expressed as a period relative to trade date, e.g. 1Y or 3M. Mutually exclusive with StartDate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6730" name="MultilegPartNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade number within a swap or butterfly plus the number of trades separated by “/”. E.g. 9729=2/3 represents the body of a butterfly.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6731" name="TradingSystemID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The full ATS trade identifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6732" name="DealerNote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free-form text to be sent to the dealer(s) participating in the trade during negotiation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6733" name="TaxStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tax Status of the buy-side customer: 0 = Clean (the default if omitted) 1 = Dirty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6734" name="LegRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An optional unique reference assigned by the ordering customer to each leg of a swap or butterfly.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6735" name="MultilegRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The optional unique reference assigned by the ordering customer to each leg of a swap or butterfly. Same as LegRefID but outside the NoLegs repeating group in ER, AR and Confirmation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6736" name="CalcFrequency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Encoded IRS calculation period frequency: 3M, 6M, 1Y, T [term] etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6737" name="RollConvention">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS roll convention for NewOrder – default ‘STD’. Values:

STD – standard product-based roll

IMM – roll on IMM dates

ECB – roll on ECB dates

NONE – for bullet payments</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6738" name="LegRelativeStart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg effective date expressed as a period relative to trade date, e.g. 1Y or 3M. Mutually exclusive with LegStartDate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6739" name="Compounding">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: IRS floating rate compounding – default ‘N’. Values:

Y – flat compounding

N – no compounding</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6740" name="LegTerm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg termination date expressed as a period relative to effective date, e.g. 1Y or 3M. Mutually exclusive with LegEndDate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6741" name="LegEndDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Leg absolute termination date, e.g. 20100118. Mutually exclusive with LegTerm.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6742" name="LegCalcFrequency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS calculation period frequency for the trade leg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6743" name="LegRollConvention">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS roll convention – default ‘STD’. Values:

STD – standard product-based roll

IMM – roll on IMM dates

ECB – roll on ECB dates

NONE – for bullet payments</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6744" name="LegFloatRatePayFrequency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS floating rate stream payment frequency expressed as a period, e.g. 1Y, 3M or 1T.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6745" name="LegCompounding">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: IRS floating rate compounding – default ‘N’. Values:

Y – flat compounding

N – no compounding</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6746" name="LegFixedRatePayFrequency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS fixed rate stream payment frequency expressed as a period, e.g. 1Y, 3M or 1T.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6747" name="LegFixedRateDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String: IRS fixed stream – payment day-count fraction. FpML values.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6748" name="LegStartDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">IRS absolute effective date, e.g. 20080818. Mutually exclusive with LegRelativeStart.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6749" name="UpFrontFee">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional payment for an IRS My Coupon RFQ – positive if from the dealer to the customer, negative if from the customer to the dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6750" name="TSXAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the trading account.

Valid values:

NC = Non-client (default)

CL = Client

ST = Equities Specialist

IN = Inventory

MP = ME Pro Order

OF = Options Firm Account

OT = Options Market Maker

BU = Bundled order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6751" name="TSXUserId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trading system’s user ID for a trader.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6752" name="TMXUDF1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6753" name="TMXUDF2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6754" name="TSXBasketTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the order as part of a basket trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6755" name="TSXProgramTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A marker to indicate that the order is part of a specialized basket trade comprised of Index securities to offset an options or futures position.

Y = Yes

N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6756" name="TMXUDF3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6757" name="TSXJitney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6758" name="TMXUDF4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6759" name="TSXMGFCandidate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A marker to indicate if an order is eligible for minimum guaranteed fill.

Valid values:

Y = Yes

N = No (default)

B = Yes, bypass size checks</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6760" name="TSXActionSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Source of the action performed on an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6761" name="TSXAnonymous">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag to indicate if order is anonymous.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6762" name="TSXExchangeUserID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The user ID for an exchange staff member (for example, Customer Service Representative).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6763" name="TSXRegulationID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades.

Valid values:

IA = Insider Account

NA = Not Applicable

SS = Significant Shareholder</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6764" name="TMXUDF5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6765" name="TSXReferenceVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The existing volume of the order that is to be OMRd.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6766" name="TMXUDF6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6767" name="TSXBuyAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The buyer’s type of the trading account.

For valid values see tag 6750 (TSXAccountType)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6768" name="TSXSellAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The seller’s type of trading account.

For valid values see tag 6750 (TSXAccountType)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6769" name="TSXBuyAccountId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the buyer’s trading account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6770" name="TSXSellAccountId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The seller’s trading account identification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6771" name="TSXBuyRegulationID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades.

For valid values see tag 6763 (TSXRegulationID)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6772" name="TSXSellRegulationID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades

For valid values see tag 6763 (TSXRegulationID)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6773" name="TSXCrossType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the type of an intentional cross. All cross types other than Regular and Derivative-Related are specialty crosses, which are treated differently from regular crosses regarding interference and/or price validation.

Valid values:

B = Basis

C = Contingent

D = Derivative-related

I = Internal

S = Special Trading Session

R = Regular (default)

V = Volume Weighted Average Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6774" name="TSXBrokerNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An Exchange-assigned three-digit private PO number identifying a Member Firm. Anonymous orders are assigned a public broker number of 001 on the feeds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6775" name="TSXATSName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Alternative Trading System where the transaction originated.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6776" name="TSXPrincipalTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A transaction where the member as principal sells securities to or buys securities from its particular customer; that is, a cross between a client and another account type.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6777" name="TSXWashTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A trade that has occurred between proprietary accounts of the same Member Firm.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6778" name="TSXTradeCorrection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A marker to indicate if the Fill report is a trade correction or a normal fill.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6779" name="TSXErrorNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The error number for an Error Response message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6780" name="TSXExchangeAdmin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An assigned marker to transmit information. The TSXExchangeAdmin tag is a string of 36 AlphaNumeric markers.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6781" name="TSXBuyJitney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6782" name="TSXSellJitney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6783" name="TSXNonResident">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A terms marker indicating that trade participant is not a Canadian resident for income tax purposes.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6784" name="TSXRTAutoFill">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A marker to indicate a system-produced autofill against the responsible equities specialist’s account or an odd lot trader.

Valid values:

A = Odd Lot

C = Closing Allocation

G = Guaranteed Fill

P = Participation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6785" name="TSXBuyParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate if the responsible equities specialist’s participation on the buy side is active.

Valid values:

On

Off</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6786" name="TSXSellParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate if the responsible equities specialist’s participation on the sell side is active.

Valid values:

On

Off</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6787" name="TMXUDF7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6788" name="TSXSpreadGoal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique price range assigned to a stock for purposes of registered trader spread goal maintenance.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6789" name="TSXMessageId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier assigned by a Member Firm to a message that is not an order. Unsolicited Market Command Acknowledgement messages sent by the Exchange will have a random string of characters as the TSXMessageID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6790" name="TSXOrderKey">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique key identifying orders in the system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6791" name="TSXByPass">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To indicate orders are tradable against only visible/disclosed volumes and bypass the undisclosed volume of Iceberg orders, registered trader participation and autofill, and special terms book. Any part of the OrderQty balance not filled immediately is “killed/cancelled”.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6792" name="TSXNCIB">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies Normal-Course Issuer Bid (NCIB) orders; the action of a company buying back its own outstanding shares from the markets so it can cancel them.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6793" name="TSXMinInteractionSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Prevents fills smaller than the minimum interaction size specified until the order’s volume is depleted to the point that the remaining volume is less than the minimum interaction size. Supported on Dark and SDL orders only.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6794" name="TSXCustomerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the customer account type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6795" name="TSXOrigTradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used with trade corrections to reference previously reported executions and the side initiating the cancel/correct.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6796" name="TSXPrivateOrigPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original price type of an order when entered into the trading system.

Valid values:

MBF = Must Be Filled</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6797" name="TSXBuyCustomerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">identifies the Cross Buy side customer account type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6798" name="TSXSellCustomerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the Cross Sell side customer account type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6799" name="TSXMGFVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The minimum guaranteed volume that the registered trader is willing to fill.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6800" name="NetworkRequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">From FIX 4.4 Network Status message. Must be set to “1” – ie Snapshot.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6801" name="NetworkRequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">From FIX 4.4 Network Status Request message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6802" name="NetworkStatusResponseType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">From Network Status Response message in FIX 4.4. Valid values 1=Full and 2=Incremental.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6803" name="NetworkResponseID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">From Network Status Response message in FIX 4.4.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6804" name="NoCompIDs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Based on Network Status Response message from FIX 4.4. Count CompIDs being reported on.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6805" name="RefCompID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Based on Network Status Response message in FIX 4.4 and CompID field in repeating group. Identifies CompID being reported on.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6806" name="StatusValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Based on Network Status Message in FIX 4.4. Valid values are 1=Connected, 3=Not Connected, 4=In Process.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">London Stock Exchange</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6807" name="Counter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if counter is allowed on hit/lift. When this tag is not present, counter is not allowed on hit/lift. Default value is N. (Tradeweb Retail)Valid values:

Y = Hit/lift can be countered

N = Hit/lift cannot be countered.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6808" name="LastQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last Quantity for the far leg of a swap.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6809" name="ExternalExchangeRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">External Exchange Reference</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6810" name="ExternalCustomerName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ML customer name</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6811" name="MLContraId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Merrill Lynch Contra Identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6812" name="DepoActionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX deposit, values: N = New, R = Rollover.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6813" name="DepoDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX Deposit day count fraction, values: 0=ACT/360, 1=ACT/360(Comp), 3=30/360, 5=ACT/365, 6=ACT/365(Comp), B=BIZ/252, C=BIZ/252(Comp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6814" name="Reserved79">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX Reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6815" name="Reserved80">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6816" name="Reserved81">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6817" name="NetGrossInd2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For the flag leg of an FX swap, used to indicate if the settlement will be handled net or gross

1 = Net

2 = Gross</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6818" name="RoutingAwayBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag supports CBSX Order Routing Vendor Selection for Stock Linkage.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6819" name="TriggerQtyADVPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strategy trigger quantity specified as a percentage of ADV.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6820" name="TriggerQtyNotional">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strategy trigger quantity specified as a notional value in local currency.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6821" name="TriggerQtyOrderPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strategy trigger quantity specified as a percentage of the order size.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nomura</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6822" name="CounterpartyTraderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counter party trader id</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6823" name="TWReserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6824" name="TWReserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6825" name="TWReserved3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6826" name="TWReserved4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6827" name="TWReserved5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6828" name="ManualOrderIndicatorClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1028(ManualOrderIndicator) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6829" name="CustomerDirectedOrderClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1029(CustomerDirectedOrder) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6830" name="ReceivedDeptIDClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1030(ReceivedDeptID) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6831" name="CustOrderHandlingInstClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1031(CustOrderHandlingInst) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6832" name="OrderHandlingInstSourceClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1032(OrderHandlingInstSource) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6833" name="DeskTypeClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1033(DeskType) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6834" name="DeskTypeSourceClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1034(DeskTypeSource) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6835" name="DeskOrderHandlingInstClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 1035(DeskOrderHandlingInst) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6836" name="TrdRegTimestampClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 component block TrdRegTimestamp for use by firms / vendors who are unable to use the official tag. Please read OATS v3 document.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6837" name="SISUpdOnlyTransaction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This transaction is to be used to update Broadridge SIS information only and will not be sent to an execution destination.

Valid values:

Y = Update only

N = Cancel/Replace and Update both</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6838" name="SISAddlinstructions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SIS Additional Instructions</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6839" name="SISTrailerInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A valid SIS trailer Indicator, Alphanumeric, 1 character length</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6840" name="SISTrailer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trailer text that can be up to a maximum of 30 characters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6841" name="SISEnhTrailer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enhanced trailer codes. There can be up to 20 codes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6842" name="SISBopsind">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BOPS Indicator Valid values:

Y = Make BOPS eligible

N = Is not BOPS eligible</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6843" name="SISVantraTrailer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SIS reply of CNESS floor trailer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6844" name="SISVerifyTerminal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional tag on New Order to indicate the Verify Terminal where the order will be send for verification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Broadridge Financial Solutions</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6845" name="AllowReversal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y,N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6846" name="AutoPlace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Auto place parameters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Charles River Brokerage</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6847" name="TotalNumOfParts">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of parts or entries in QuoteRequest for list trading.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6848" name="AutoQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y=YES

N=NO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6849" name="PartNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part number of the entry in QuoteRequest for list trading.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6850" name="BuyWeight">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6851" name="SellWeight">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6852" name="ScaleUpLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">numeric</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6853" name="ScaleDownLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">numeric</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6854" name="ScaleUpAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = None

B = speed2x

D = speed4x

E = speed5x

J = speed10x

b = Part10

d = Part20

j = Part50

p = Part80

z = Iwould</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6855" name="ScaleDownAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = None

2 = SlowHalf

3 = SlowOneThird

4 = SlowOneFourth

5 = SlowOneFifth

0 = Pause</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6856" name="ChildPriceLevels">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int, 1-10</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6857" name="MaxChildVolPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">participation rate for a child order wrt some benchmark reference volume such as inside quote size,etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6858" name="RefChildVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference vol of type char for child order.

0=PrimarySide Size(bid for buy,offer for sell)

1=MarketSide Size(bid for sell,offer for buy)

2=BidSize

3=OfferSize

4=BidSize+OfferSize

5=Effective BidSize

6=Effective OfferSize

7=PrimarySide Book Depth(5 levels) Size

8=MarketSide Book Depth(5 levels) Size

9=Total Book Depth(5 levels) Size

A=Last 1 Minute Total Market Volume

B=Last 5 Minutes Total Market Volume</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6859" name="RegulatoryRptID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="6860" name="RegulatoryRptDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6861" name="SpotTickSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size of Spot Tick</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6862" name="SpotPrecision">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum change of Spot Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6863" name="FwdTickSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tick size of Forward points in the denomination of Spot price, so that Outright Price = Spot Price + Fwd Points * Fwd Tick Size</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6864" name="FwdPrecision">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum change of Forward Points</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6865" name="AutoProbe">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y=YES

N=NO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Guosen Securities</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6866" name="AAD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Auto-Aggress with Discretion price differential. Represents the maximum number of ticks an order’s price may be improved to achieve a match with a contra-side resting order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6867" name="CancelOnDisconnect">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If this field is set then it will mean that a mass cancellation of non-GTC orders, will be triggered on any type of logoff (ie logoff request, disconnection on failure, forced disconnection)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6868" name="NoTrdRegTimestampsClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 768(NoTrdRegTimestamps) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6869" name="TrdRegTimestamp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 769(TrdRegTimestamp) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6870" name="TrdRegTimestampTypeClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 770(TrdRegTimestampType) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6871" name="TrdRegTimestampOriginClone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clone of FIX.4.4 tag 771(TrdRegTimestampOrigin) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lava Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6872" name="Fiduciary1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Fiduciary Money Deposit. Values:

‘Y’ = Yes Fiduciary Money

{omitted} NOS: apply user preferences. ER: Not Fiduciary Money</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6873" name="PosRejectReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In Position Exception Notice the cause of the exception. Valid values:

1 = Account exists but position exists elsewhere

2 = Account does not exist and position exists elsewhere</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6874" name="ProhibitedLocales">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">One or more comma-separated abbreviations of locales in which an investor is prohibited from owning the security. In the US it applies to some corporate bonds and CDs and ISO 3166-2 state abbreviations are used. AKA “Blue Sky Data”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6875" name="MDCumTradeSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In MD Trade entries cumulative quantity negotiated (Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6876" name="MDWorkupState">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In MD Trade entries. Values: 0 = Private 1 = Public</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6877" name="MDAvailBuySize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In MD Trade entries available buy quantity (Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6878" name="MDAvailSellSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In MD Trade entries available sell quantity (Qty)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6879" name="CPProgram">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same usage as 4.4 CPProgram (875)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6880" name="FirmAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Firm trading account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6881" name="Managed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Flags a managed trading account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6882" name="PershingOrderReceiptTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time the order was received at Pershing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6883" name="PershingOrderReceiveFrom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The person or entity placing the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6884" name="OfferType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6885" name="ExecutionConcession">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The difference between the original dealer price sent on the order and the filled price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6886" name="ValidSeconds">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote valid time expressed in seconds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6887" name="DueInSeconds">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote due-in time expressed in seconds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6888" name="ManagedAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean. Flags a managed account (DBAB).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6889" name="RelationToBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investor’s relationship to broker. Required on new issue preferred.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6890" name="StateOfResidence">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investor’s state of residence: 2-character ISO 3166-2 abbreviation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6891" name="NASDRegistered">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Indicates whether investor is registered with NASD.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6892" name="PosQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Positive or negative position quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6893" name="Profit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Positive or negative profit amount.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6894" name="AvgCost">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Positive or negative average cost.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6895" name="DaysHeld">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of days the position was held in the account.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6896" name="SecuritySource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Where to obtain securities for trade. Values: C = Customer will deliver security. L = Security is Long in account. R = Receive Security vs Payment. B = Receive Security from Broker Dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6897" name="NoTWRPositions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of entries in the TWRPositions repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6898" name="PendingSettl">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Flags that the bond is pending factor reset.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6899" name="Occupation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Occupation of investor identified in Account (1). Required on new issue preferred.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6900" name="DealRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread order deal ratio (float).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6901" name="TradeRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread order trading ratio (float).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6902" name="DealCash">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread order deal cash component (Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6903" name="SpreadSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread order side or type (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6904" name="SpreadLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Breach spread limit (Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6905" name="BenchmarkCurvePoint2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denote the long float rate period of IRS Dollar Swap Basis Trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6906" name="MaxHedge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Control of maximum allowed pending hedge orders (int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6907" name="SuppressOatsReport">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Possible values are 0 = NO 1 = YES Default value is 0. This field is used when OATS reporting is managed in one or many order management systems.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="6908" name="AggressiveInTheMoney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dynamically adjusts the level of aggressiveness to a higher level of aggression when the security is trading at more favorable prices when AggressiveInTheMoney = “Y” (true)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6909" name="DelayResponsibility">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FIXML: @DelayResp. Used to indicate which entity is responsible for a given delay in a specific situation. Currently being used to indicate who is responsible for the delay in allocation scenarios (int)Valid values (subject to expansion):

1 – Give-up Originator

2 – Give-up Recipient

3 – Exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6910" name="GapLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Delay parameter for routing new limit orders (int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6911" name="HaltBeforeClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Control to halt spreads before market close (int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6912" name="PriceSensitivity1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price slippage control (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6913" name="MarketMarketOn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Multiple market order enable (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="6914" name="SpreadRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ratio fo dollar neutral spreads (float).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6915" name="ReHedgeBase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rehedge base selection (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6916" name="LeadWith">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lead off order selection (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6917" name="NotionalAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To describe notional amount of Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6918" name="RunHalt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spread run control (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="6919" name="IndexPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of the stock in an index.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6920" name="OrderSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar neutral order size (Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6921" name="LotSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar neutral order lot size control (Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6922" name="GivePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price movement threshold for automatic order cancel (Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6923" name="LingerTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order cancel delay after un-breach (int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6924" name="DwellTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Un-breach duration hysteresis control(int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6925" name="LegRoute">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Routing destination for leg of spread order (char).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6926" name="FlashDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Limit order flash time (int).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="6927" name="OrderOptions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Options for spread generated orders (MultipleValueString).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Carlin Financial Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6928" name="CounterPartyIpAddress">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional tag used to relay the IP address (in the format nnn.nnn.nnn.nnn) of the connecting counterparty for auditing purposes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6929" name="CounterPartyOSIdentifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional tag to relay counterparty OS identification (free-format string) for auditing purposes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6930" name="ApplicationLogonRspCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional tag that relays information on the result of an application level logon process.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="6931" name="DaysBeforePwdExpiration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional tag indicating the number of days before a user password expires.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6932" name="NoReferentialPrices">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of referential prices (price tunnels) in the referential prices repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6933" name="ReferentialPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Referential Price, i.e. the price of a tunnel.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6934" name="ReferentialPxType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The type of the referential price (6933). For example:

– Adjustment price;

– Reference price;

– Upper limit – operational tunnel;

– Lower limit – operational tunnel;

etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6935" name="SecurityUpdatesSince">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional field that indicates the response to this security list request should be only the list of securities modified/added since the timestamp indicated (in UTC format).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6936" name="Language">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field represents the ISO 639 standard code (2 letters) for a language. Used in News messages (and possibly others), and allows for specifying the language the news is in.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6937" name="Asset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String field which indicates the asset of the security, for example BGI (cattle), DOL (USD), WIN (mini-Ibovespa Index), DI1 (1 day interbank deposit), etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="6938" name="SecurityValidityTimestamp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UTCTimestamp field, containing the timestamp till which the instrument will be eligible to trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6939" name="PriceBandType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of price banding (tunnel), e.g. 0 = rejection tunnel, 1 = auction tunnel, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6940" name="NewsSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String containing the news source for the News Message (e.g. “Market surveillance”, “Media department”, “RSS feed”).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6941" name="MaxBidQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the maximum allowable quantity of an individual bid.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6942" name="MaxOfferQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the maximum allowable quantity of an individual offer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6943" name="ImbalanceQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The imbalance of executed orders of a market participant, in total quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6944" name="NoFirms">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating group instances of brokerage firm identifiers.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6945" name="MDEntrySizeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = explicit 2 = implied

default value is 1

this tag will be used to differenciate a price that is explicit from a price that is implied. explicit prices are provided based on orders sitting in the central order book. implied prices are calculated based on explicit prices and are contingent (e.g. a spread combination may offer an implied bid price if the first leg has an explicit bid price and the second leg an ask explicit price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradingbox Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6946" name="NoInstrumentLimitsConfig">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of repeating group instances containing pre-trade credit check configuration for an instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6947" name="EquivalentInstrument">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String field which identifies the equivalent instrument of an instrument, for example, WIN (Ibovespa index mini) or DOL (USD minis + full size contracts).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6948" name="NoEquivalentIxmLimitsConfig">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NumInGroup which indicates the number of equivalent instrument trading limits configuration repeating group instances.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="6949" name="AcctClassCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">relfects the account class type on an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Thomson Financial</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6950" name="Slippage">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum price slippage for orders.

(pips)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">INTERTRADE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="6951" name="NoContractLimitsConfig">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of repeating group instances containing information on default limits for a contract in pre-trade credit checks.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bolsa de Mercadorias &amp; Futuros</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6952" name="SettlText1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement Text 1 required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6953" name="SettlText2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional Settle Text required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6954" name="TrailerCode1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trailer Code 1</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6955" name="TrailerCode2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trailer Code 2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6956" name="TrailerCode3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trailer Code 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="6957" name="SettlPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous day’s settlement price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6958" name="ProductType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Product type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6959" name="ProductStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Product status.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">B2BITS</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6960" name="MLETReserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6961" name="MLETReserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6962" name="MLETReserved3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6963" name="MLETReserved4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6964" name="MLETReserved5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6965" name="MLETReserved6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6966" name="MLETReserved7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6967" name="MLETReserved8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6968" name="MLETReserved9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6969" name="CustomOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is allow order entry system to specify orders for Wofex that are not currently supported by FIX order type mix.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Wofex Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6970" name="TradeOrigin3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A text field to indicate the subscriber ID of the Wofex ATS when user sends in an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Wofex Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6971" name="MLETReserved10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6972" name="MLETReserved11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6973" name="MLETReserved12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6974" name="MLETReserved13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6975" name="MLETReserved14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6976" name="MLETReserved15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6977" name="MLETReserved16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6978" name="MLETReserved17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6979" name="MLETReserved18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Merrill Lynch</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6980" name="HSFXTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6981" name="ReservedbyDoug1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6982" name="ReservedbyDoug2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6983" name="HSFXBrokerage">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6984" name="HSFXOpenBalance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6985" name="HSFXEffectiveOpenBalance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6986" name="HSFXUnrealizedLockedPL">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6987" name="HSFXUnrealizedOpenPL">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6988" name="HSFXRealizedPL">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6989" name="HSFXAdjustmentAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6990" name="HSFXWithdrawAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6991" name="HSFXDepositAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="6992" name="HSFXFinanceAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6993" name="HSFXInterest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6994" name="HSFXCloseBalance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6995" name="HSFXTotalBalance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6996" name="HSFXUnrealizedLockedDayPL">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6997" name="HSFXCollateralID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="6998" name="HSFXUserID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="6999" name="OldQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">6000-6999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7000" name="Internalize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag denoting whether to Internalize the order (Y) or not (N). Tag not being present is assumed to be Internalize = N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7001" name="SettlLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Country or Depository in which the security will be settled.valid values:

BRC = Broker Custody

CED = CEDEL

DTC = DTCC

EUR = Euroclear

FED = Federal Reserve Bank of NY

FNB = First Nat’l. Bank of Chicago

PTC = Participant’s Trust Company

US = US Physical</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7002" name="AgentIDNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identification number for the Agent.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7003" name="AgentInternalAcct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Agent’s internal account number.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7004" name="StepOutReasonCode1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7005" name="StepOutReasonCode2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7006" name="StepOutReasonCode3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7007" name="StepOutText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free-form text reason an institution is stepping out of an allocation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7008" name="CxlAfterMatching">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This indicator is used if the institution has attempted to cancel an allocation after at least one of the sub-accounts has matched to a confirmation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7009" name="MatchedIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the allocation has matched the trade input.valid values:

0 = not destined for matching

1 = destined for matching

2 = allocation has matched

3 = unmatched allocation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7010" name="StepInClearingBkrID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The entity who will receive or deliver on behalf of the Step-in broker-dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7011" name="StepInClearingAcct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The step-in broker’s account number at the step-in clearing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7012" name="ExecClearingBkrID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The entity who will receive or deliver on behalf of the executing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7013" name="ExecClearingBkrAcct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The executing broker’s account number at the clearing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7014" name="RecipientRole">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The recipient’s role in the allocation.valid values:

03 = executing broker-dealer

08 = executing broker-dealer’s clearing broker

21 = submitting institution

23 = executing broker-dealer’s branch

25 = step-in broker-dealer

27 = step-in broker-dealer’s branch

31 = step-in broker-dealer’s clearing broker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7015" name="FidStrategyParameter1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidessa</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7016" name="FidStrategyParameter2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidessa</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7017" name="VolumeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of volume reported</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7018" name="SecuritySubType1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same usage as [4.4] SecuritySubType (762) for [4.2]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7019" name="DealerTradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Deposit CDs: Dealer’s reference to the trade being rolled or closed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7020" name="ClearingMember">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">4.2: Clearing member identifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7021" name="LegClearingMember">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">4.2: Clearing member identifier for a multi-leg trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7022" name="AllocClearingMember">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">4.2: Clearing member identifier in an allocation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7023" name="LegAllocClearingMember">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">4.2: Clearing member identifier in an allocation of multileg trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7024" name="TradeEvent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Supplemental information about a derivative trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7025" name="EnhancedCxlRe">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To enable enhanced Cancel Replace behavior for CBOE. Possible values

0 = OFF

1 = ON</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7026" name="EndWorkUp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that workup has ended.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7027" name="NoVolRules">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of volume rules in repeating group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7028" name="VolRuleType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volume rule type. Valid values are “NORMAL” and “NIM”.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7029" name="IsLastTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The last trade you’ll ever receive (for your last request anyway).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7030" name="FIXreserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7031" name="FIXreserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7032" name="FIXreserved3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7033" name="FIXreserved4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7034" name="FIXreserved5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7035" name="FIXreserved6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7036" name="FIXreserved7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7037" name="FIXreserved8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7038" name="FIXreserved9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7039" name="FIXreserved10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7040" name="FIXreserved11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7041" name="FIXreserved12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7042" name="FIXreserved13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7043" name="FIXreserved14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7044" name="FIXreserved15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7045" name="FIXreserved16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7046" name="TimeSpanStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7047" name="AllocPositionEffect">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Added this to include Position Effect for each of the Allocations in repeating TradeAllocGroup</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7048" name="CustomerId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is used to represent customer id for CBOE client identification purpose.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7049" name="TriggerList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify specific in-house tactics when running with GL Tactics. Valid values:

a:VWAP;

A/B:Linked Trigger Order on last price (A:last superior, B:last superior);

h/i:Linked Trigger Order on underlying (h:underlying superior bid, i:underlying superior ask);

j/k:Linked Trigger Order on underlying (j:underlying inferior bid, k:underlying inferior ask)

C:Trailing Stop;

D:Peg;

E:Linked Peg;

F:With A Tick;

G:Market Phase;

H:Time Trigger(unreleased);

I:Iceberg;

J:Iceberg Random;

K:Iceberg Ghost;

L:Countdown;

M:MIT Last;

N:MIT Ask;

O:MIT Bid;

S:Stop last;

T:Stop Ask;

U:Stop Bid;

V:Stop Max Cap;

W:TWAP(native);

Y:Percentage Volume.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7050" name="WorkList">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to identify specific ALGO when running with GL Tactics. Valid values: a=VWAP; D=Peg; E=Link Peg; F=WithATick; W=TWAP(native); Y=%Volume.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7051" name="WorkReferencePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for GL Tactics. Valid values: 1=Ask; 2=Bid; 3=Last; 4=Mid.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7052" name="WorkDoNotExceedReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for GL Tactics. Valid value: 1=Market Limit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7053" name="WorkGapPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7054" name="WorkPriceGapType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for GL Tactics and with Fix Tag 7053. Valid values: 1=Percentage; 2=Tick; 3=Absolute.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7055" name="WorkDelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Work max update delay : defines the maximum delay for sending the order (usually it should be a few minutes or seconds). Specific to GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7056" name="WorkSentQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity already sent in case of %Volume and TWAP algos. Specific for GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7057" name="WorkNbSentWaves">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of waves alreday sent in case of algos %Volume and TWAP. Specific to GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7058" name="ClearingClCodType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL clearing client code type. Valid values: 1=Client; 5=House.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7059" name="ClearingDest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL Clearing destination.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7060" name="MidPointFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag to identify a midpoint order (specific XETRA). Valid values: 1=Yes; 2=No.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7061" name="ClearingOrderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the reference of the clearing message.

This reference is given by the exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="7062" name="ContraCreationDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Creation Date of a forward contra creation, mandatory for offset order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7063" name="ContraCreationRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference for a forward contra creation, mandatory for offset order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7064" name="PreAllocPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of the order quantity in case of a splitted (pre)allocation type message. Used for GL OMS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7065" name="QuotingDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quoting Duration is a user defined integer field for users to specify the type of quoting or quote streaming desired from the price making system. Valid Values:0 = One-shot Quoting (RFQ) (A maximum of only one Quote is allowed per Quote Request. If the price maker withdraws a quoted price, the Quote Request associated with that transaction will be terminated. Price taker decision to accept or reject the quote will also terminate the process)

&gt;0 = Auction Period Streaming (The price maker can quote as often as it likes within a specified time period. Each new quote intended to replace the previous. In this case, price maker withdrawals of a previous quoted price will not terminate the Quote Request process. Only an explicit request to abort the Quote Request by the price maker will terminate the process. Price taker decision to accept or reject the quote will also terminate the process.)

. -1 = Stream Till Done (Similar to Auction Period Streaming model with the exception that there is no pre-defined auction period. Price taker decision to accept or reject the quote will also terminate the process)

-2 = Stream Till Cancelled (Similar to the Stream Till Done model with the exception that when the price taker accepts a given quote it does not result in the termination of the quoting process. Quoting continues indefinitely until one of the parties explicitly cancels the Quote Request transaction).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Velocity Systems International</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7066" name="Reserved82">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7067" name="Reserved83">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7068" name="Reserved84">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7069" name="Reserved85">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="7070" name="RefSpotDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the spot date in the Financial Calendar of the requesting party. Used to verify that both sides define an identical spot date.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7071" name="ProductType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines 360T specific product type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7072" name="DayCount2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines day count convention for Money Market requests</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7073" name="Fiduciary2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag indicating whether a deposit request is intended to be a fiduciary investment</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7074" name="IsInCompetition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">360T sends this optional flag to indicate whether the market maker is in competition with others in a specific RFQ.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7075" name="Reserved360T1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7076" name="Reserved360T2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7077" name="Reserved360T3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7078" name="Reserved360T4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7079" name="Reserved360T5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7080" name="PrevDeskOrderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field to map an order to the order version at a previous internal desk.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7081" name="OrderContainerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field to tie version of orders at various desks together.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7082" name="LastSale">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field to show the previous sale.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7083" name="SrcOfExecution">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To identify an execution’s system source.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7084" name="SUFICapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To identify a capacity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7085" name="TraderName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To identify a system login.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Raptor Trading Systems</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7086" name="RoundLotInstrument">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to associate given odd lot instrument with its associated round lot instrument. Field contains symbol of round lot instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7087" name="OddLotInstrument">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to associate an odd lot instrument with a given round lot instrument. Field contains symbol of odd lot instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7088" name="NetPresentValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net present value of derivative contract.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7089" name="Price1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Tier 1</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7090" name="Price2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Tier 2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7091" name="Price3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Tier 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7092" name="Price4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Tier 4</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7093" name="Price5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Tier 5</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7094" name="ParticipationRate3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 1</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7095" name="ParticipationRate4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7096" name="ParticipationRate5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7097" name="ParticipationRate6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 4</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7098" name="ParticipationRate7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 5</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7099" name="ParticipationRate8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Participation Rate 6</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7100" name="TWEquitiesReserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7101" name="AllocationAcct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The internal account number used by the Institution to identify the client

data type: char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7102" name="DTCCMatchedIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the matching status of the trade.

Valid Values: 0 = Not intended for matching, 1 = Intended for matching ut unmatched, 2 = Trade has matched Institution Instructions (Allocation)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7103" name="ConfirmType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of confirmation transaction.

Valid Values: 1 = New Confirmation, 3 = Cancellation, 4 = Resubmission, 6 = Affirm/Confirm reversal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7104" name="ConfirmCancCorr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether an Advice of Correction/Cancellation has been received from the Institution.

Valid Values: Y = Yes, N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7105" name="CancAftAck">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that an attempt to cancel a trade was made after an affirmation has been received.

Value Values: Y = Yes, N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7106" name="DisaffirmInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the trade was disaffirmed by the prime broker.

Valid values: Y = Yes, N= No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7107" name="MatchingVariance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The difference between the net amount of the trade and the net amount of the matching allocation.

data type: float</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7108" name="VarianceDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The direction of the Matching Variance.

Valid Values: I = Allocation net amount is greater than Trade Input, B = Broker Trade Input net amount is greater than Institution net amount, E = Institution net amount equals broker net amount, or confirm not intended for matching</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7109" name="AffirmationIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the role of the party affirming the trade.

Valid Values: 0 = Trade not yet affirmed (in confirmation stage), 1 = trade affirmed by Agent, 2 = trade affirmed by Institution, 3 = affirming party not specified (trade affirmed by Agent as determined by DTCC), 4 = affirming party not specified (trade affirmed by Institution as determined by DTCC), 5 = trade affirmed by customer or interested party</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The Depository Trust Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7110" name="FidStrategyParameter3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7111" name="FidStrategyParameter4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7112" name="FidStrategyParameter5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7113" name="FidStrategyParameter6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7114" name="FidStrategyParameter7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7115" name="FidStrategyParameter8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7116" name="FidStrategyParameter9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7117" name="FidStrategyParameter10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7118" name="FidStrategyParameter11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7119" name="FidStrategyParameter12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7120" name="FidStrategyParameter13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7121" name="FidStrategyParameter14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7122" name="FidStrategyParameter15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7123" name="FidStrategyParameter16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7124" name="FidStrategyParameter17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7125" name="FidStrategyParameter18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7126" name="FidStrategyParameter19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7127" name="FidStrategyParameter20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7128" name="FidStrategyParameter21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7129" name="FidStrategyParameter22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7130" name="FidStrategyParameter23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7131" name="FidStrategyParameter24">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7132" name="FidStrategyParameter25">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7133" name="FidStrategyParameter26">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7134" name="FidStrategyParameter27">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7135" name="FidStrategyParameter28">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7136" name="FidStrategyParameter29">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7137" name="FidStrategyParameter30">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7138" name="FidStrategyParameter31">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7139" name="FidStrategyParameter32">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7140" name="FidStrategyParameter33">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7141" name="FidStrategyParameter34">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7142" name="FidStrategyParameter35">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7143" name="FidStrategyParameter36">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7144" name="FidStrategyParameter37">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7145" name="FidStrategyParameter38">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7146" name="FidStrategyParameter39">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7147" name="FidStrategyParameter40">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7148" name="FidStrategyParameter41">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7149" name="FidStrategyParameter42">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7150" name="FidStrategyParameter43">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7151" name="FidStrategyParameter44">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7152" name="FidStrategyParameter45">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7153" name="FidStrategyParameter46">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7154" name="FidStrategyParameter47">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7155" name="FidStrategyParameter48">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7156" name="FidStrategyParameter49">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7157" name="FidStrategyParameter50">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7158" name="FidStrategyParameter51">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7159" name="FidStrategyParameter52">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7160" name="RejectStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the trade has been confirmed by the trader</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7161" name="PartyRole1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">100 – Contra Account (Clearing)

101 – Owner

102 – Contra Owner</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7162" name="CommisionValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Commission – Dollar Value for the trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7163" name="CommissionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">103 – Dollars per Million

104 – Dollars per Trade

105 – Basis per Million

106 – Cents per Contract

107 – By Basis Point

108 – Fixed Currency Units in Millions

109 – Fixed Basis Units in Millions</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7164" name="AdjustedConsideration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Commission Adjusted Consideration</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7165" name="CommissionAdjLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Commission Adjusted Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7166" name="DirtyPrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dirty price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7167" name="SummaryStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">TradeCaptureReport Summary at end of Work-Up or Repo Auction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7168" name="BinaryReporting">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Binary execution method applies to reported trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7169" name="Consideration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Consideration for financial deal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7170" name="TradeError">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies trade error reason</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="7171" name="TradeSequence2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number of the trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7172" name="ETCMarketID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ETC Market ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7173" name="TradeRequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">110 – Trades within the specified start and end trade sequence</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="7174" name="StartTradeSequence">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Start Trade Sequence</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="7175" name="EndTradeSequence">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">End Trade Sequence</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7176" name="MarketID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market Id where security is traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7177" name="Symbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Symbol for security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7178" name="Product">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Product grouping for security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7179" name="SecurityType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security type specifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7180" name="NoDisplayGroupEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the number of display groups sent in the repeating block of the logon message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7181" name="DisplayGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the name of the display group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7182" name="NoTBAGroupEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the number of TBA instrument groups sent in the repeating block of the logon message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7183" name="TBAGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the name of the TBA group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7184" name="SecurityListResponseType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of response sent via the Security List message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7185" name="TradeInfoID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the Trade information identifier. This identifier can be used by the client request for resends of trade information within the trading day</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7186" name="TradeInfoRequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client specified unique identifier when requesting for past trade information</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7187" name="NoBookStatusEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of book status entries sent in the repeating block</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7188" name="BookStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the status of the order book</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7189" name="WorkUpPhase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the work up session is in private phase or public phase</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7190" name="BookStatusApplicableSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates to which side the BookStatus field is applicable</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7191" name="Ownership">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the owner of the work up private phase</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7192" name="MDPriceUpdateType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the price update type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7193" name="Action">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the action to be taken on the symbol provided

0 = Add

1 = Change

2 = Remove</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7194" name="NewRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the new rank of the security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7195" name="PreviousRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the previous rank of the security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7196" name="TBAMonth">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the TBA instrument is back month or front month</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7197" name="TradeHistoryFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the trade information history data is included in message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7198" name="MDEntryType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Total trade volume (for the day)

= 101 – Total trades

= 102 – Price Update (not applicable for market data incremental refresh message)

= 103 – Trade history request (applicable only for the Market Data Request message)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7199" name="SecurityListRequest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Display group names

= 101 – TBA group names

= 102 – Display group content

= 103 – TBA group content</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7200" name="AccountSell">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account of the Sell Side of a Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7201" name="AccountType3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account Type of the Order.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7202" name="AccountTypeSell">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account Type of the Sell Side of a Cross Message.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7203" name="ProgramTrade2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates order as part of a program trade.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7204" name="BasketTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates order as part of a basket trade.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7205" name="InternalCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates order as an Internal Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7206" name="OrderIDSell">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OrderID of the Sell Side of a Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="7207" name="MGFCandidate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines if order is eligble as a MGF Candidate.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7208" name="Jitney">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates order as a Jitney.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7209" name="ShortExempt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates order as being Short Exempt.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7210" name="CDNExchangeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Canadian Exchange ID of the order.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7211" name="UserMessageId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">User Message ID of the message.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7212" name="Anonymous">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order is marked as Anonymous. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7213" name="RegulationId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order RegulationID. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7214" name="RegulationIdSell">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">RegulationID of the Sell Side for a Cross message. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7215" name="TransferRejReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for reject of order transfer request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7216" name="MDHiddenSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Hidden size in market data update and snapshot</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7217" name="MDGatewayIDs">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates gateways that provide market data for given display group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7218" name="NoDPFormatTags">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of price formats for given security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7219" name="DPFormatTag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price formats applicable to security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7220" name="PortfolioName1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned the PortfolioName to an order. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7221" name="SettlementTerms">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides the required Settlement Terms for the order. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7222" name="ItemNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SpecialTerms ItemNumber to allow trading against Special Terms market. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Integrated Transaction Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7223" name="HSFXTradeviewIterations">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7224" name="HSFXTradeviewChase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7225" name="HSFXQuoteLayer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type: integer in [1, n]

Used in Streaming Quotes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7226" name="HSFXTradeStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7227" name="ReservedforHotspotFX1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7228" name="ReservedforHotspotFX2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7229" name="ReservedforHotspotFX3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7230" name="ReservedforHotspotFX4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7231" name="ReservedforHotspotFX5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7232" name="ReservedforHotspotFX6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7233" name="ReservedforHotspotFX7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7234" name="ReservedforHotspotFX8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7235" name="ReservedforHotspotFX9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7236" name="ReservedforHotspotFX10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7237" name="ReservedforHotspotFX11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7238" name="ReservedforHotspotFX12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7239" name="ReservedforHotspotFX13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7240" name="ReservedforHotspotFX14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7241" name="ReservedforHotspotFX15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7242" name="ReservedforHotspotFX16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7243" name="ReservedforHotspotFX17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7244" name="ReservedforHotspotFX18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7245" name="ReservedforHotspotFX19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7246" name="ReservedforHotspotFX20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7247" name="ReservedforHotspotFX21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7248" name="ReservedforHotspotFX22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7249" name="ReservedforHotspotFX23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Knight Capital Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7250" name="TenorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates type of Tenor requested &amp; can be used instead of Tag 64 for all common value dates and ensures the appropriate SCB value date is used.

Possible values are :TOD = Today (T+0)

TOM = Tomorrow (T+1)

SP = Spot

NEXT = Next Business Day after Spot

xW = x weeks from spot

xM = x months from spot

xY = x years from spot</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7251" name="LegTenorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tenor code used in multileg instruments.

This can be used instead of tag 588 (Leg Sett Date) in the repeating leg group section &amp; has the same values as Tag 7250.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7252" name="LegMinBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The minimum bid amount for this leg (used in multileg quotes). cf tag 647 MinBidSize</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7253" name="LegBidSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The maximum bid amount for this leg (used in multileg quotes). cf tag 134 BidSize</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7254" name="LegMinOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The minimum offer amount for this leg (used in multileg quotes) cf tag 648 MinOfferSize</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7255" name="LegOfferSize1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The maximum offer amount for this leg (used in multileg quotes) cf tag 135 OfferSize</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7256" name="SCBFIXParameter1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7257" name="SCBFIXParameter2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7258" name="SCBFIXParameter3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7259" name="SCBFIXParameter4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7260" name="SCBFIXParameter5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7261" name="SCBFIXParameter6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7262" name="SCBFIXParameter7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7263" name="SCBFIXParameter8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7264" name="SCBFIXParameter9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7265" name="SCBFIXParameter10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7266" name="SCBFIXParameter11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7267" name="SCBFIXParameter12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7268" name="SCBFIXParameter13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7269" name="SCBFIXParameter14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7270" name="SCBFIXParameter15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7271" name="SCBFIXParameter16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7272" name="SCBFIXParameter17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7273" name="SCBFIXParameter18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7274" name="SCBFIXParameter19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7275" name="SCBFIXParameter20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7276" name="Manageability">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the order is a managed order or a leave order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7277" name="QuoteRepID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier for a quote status report generated by the system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7278" name="OrdActiveStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows the client to submit inactive orders and to inactivate/activate live orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7279" name="OTFQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the On The Follow quantity for managed orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7280" name="ADOSA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enable or disable ADOSA qualifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7281" name="PROSA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enable or disable PROSA qualifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7282" name="FaF">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enable Fill and Follow qualifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7283" name="TransferID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the unique identifier assigned by the server to a transfer request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7284" name="TransferAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows client to request, accept or reject the order transfer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7285" name="TransferReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client can specify the reason for the order transfer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7286" name="Value">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify the quoted value for discount rate traded instruments</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7287" name="ExecutedPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the executed price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7288" name="ExecutedYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the executed yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7289" name="WorkUpExecQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">States the executed quantity during a single work up session. Reset to zero on work up termination</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7290" name="AllocatedQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">States the quantity allocated for orders that are if/when cleared.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7291" name="NegotiationPhase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">States the private

ublic phase of the NIM session</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7292" name="TransferStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the transfer was initiated or if the transfer time has expired</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7293" name="QuoteType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Hit/Lift

= 101 – Pass (Reject)

Enumeration allows the NIM initiator to accept or reject the counter NIM</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7294" name="QuoteStatus1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Counter

= 101 – Pass (Reject)

Enumeration is used to inform the NIM participant the NIM was countered</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7295" name="MassCancelRequestType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Cancel all own orders

= 101 – Cancel all firm’s orders

Enumeration allows the client to cancel all own or all firm orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7296" name="MassStatusReqType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 100 – Status of own orders for a symbol

= 101 – Cancel all own orders

Enumeration allows traders to cancel all own orders or all own orders of a symbol</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7297" name="PartyRole2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">= 101 – Owner

Identifies the actual investor/owner of the order

= 102 = Contra Owner

Identifies the target owner in the order transfer request message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7298" name="OrgTrdMatchID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Original unique identifier assigned to a trade by the matching system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7299" name="TrdCptRepResult">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Result of Trade Capture Report sent to the client</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7300" name="OrderSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0 – broker on behalf of a client

1 – broker trading on behalf of themself or a firm

2 – any trade by a foreign party

3 – large institutional investor

4 – securities issuer

5 – exchange control

6 – insider of a security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Computershare</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7301" name="PricePegType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Euro-Millennium pegged order. Valid values:-

B – Best Bid

O – Best Offer

L – Last Sell

M – BBO Mid-Point</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYFIX Euro-Millennium</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7302" name="BofAAlgoParam1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7303" name="BofAAlgoParam2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7304" name="BofAAlgoParam3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7305" name="BofAAlgoParam4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7306" name="BofAAlgoParam5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7307" name="BofAAlgoParam6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7308" name="BofAAlgoParam7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7309" name="BofAAlgoParam8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7310" name="AlgoParam1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7311" name="AlgoParam2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7312" name="AlgoParam3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7313" name="AlgoParam4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7314" name="AlgoParam5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7315" name="AlgoParam6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7316" name="AlgoParam7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7317" name="AlgoParam8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7318" name="AlgoParam9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7319" name="AlgoParam10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7320" name="AlgoParam11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7321" name="AlgoParam12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7322" name="OfficeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents the office code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7323" name="TradingSystemId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading System Id used for identifying the trading system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7324" name="PositionId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify PositionId for APEX trading system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7325" name="OmgeoIMVersionOfTradeSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is present on response messages to help the Instructing Party determine if the trade information they are currently receiving is in sync with the prior version of the trade information they may have retrieved.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7326" name="OmgeoEBVersionOfTradeSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is present only on response messages to help the Executing Broker determine if the trade information they are currently receiving is in sync with the prior version of the trade information they may have retrieved.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7327" name="OmgeoBySideCompleteIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field tells client that the trade requires no further action on their side, meaning if the Trade Side is NOT MATCH AGREED (NMAG) then some condition on the counterparty side of the trade is preventing it from going to MATCH AGREED (MAGR)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7328" name="BlockErrorParamFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is a flag to indicate the presence of one or multiple error parameter(s). This flag is specific for the Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7329" name="AllocConfirmErrorParamFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is a flag to indicate the presence of one or multiple error parameter(s). This flag is specific for the Allocation or Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7330" name="OmgeoOmnibusExpected">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag/Indicator which indicates that the client would be submitting an omnibus allocation for the given block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7331" name="OmgeoPoolReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is the common Pool Reference Number which links the Omnibus allocation with its dependents.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7332" name="OmgeoTotSettlInstructionNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This corresponds to the Total Number of Settlement Instructions for a specific Omnibus Allocation. This field corresponds to the SWIFT TOSE code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7333" name="OmgeoCurrSettlInstructionNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This corresponds to the Current Settlement Instruction Number for a Dependent/Omnibus Allocation. This field corresponds to the SWIFT SETT code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7334" name="OmgeoBlockSettlementIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag/Indicator (Y – only) which specifies whether a given allocation was eligible for Block Settlement.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7335" name="NIMLotSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Incremental order quantity of a NIM-enabled security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7336" name="NIMMinimumSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum order quantity of a NIM-enabled security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7337" name="AccruedDays">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of days accrued</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7338" name="IssuerLongName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Full name of the issuer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7339" name="TWReserved6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7340" name="OmgeoNoErrorParameter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. A Composite of fields used to denote the Number of Error Parameters and their details for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7341" name="OmgeoNoIndividualErrorParameter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. A Composite of fields used to denote the Number of Error Parameters and their details for a Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7342" name="OmgeoErrorParamValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field would give the detailed value for an ErrorParameter of Type=Value for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7343" name="OmgeoIndividualErrorParamValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field would give the detailed value for an ErrorParameter of Type=Value for an Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7344" name="OmgeoPremiumAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. The amount paid by the buyer to the seller of the contract. This amount is calculated from the execution price and the number of contracts.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7345" name="OmgeoInitialMarginTypeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field defines the Initial Margin Type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7346" name="OmgeoInitialMarginAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field indicates the Initial Margin Amount.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7347" name="OmgeoNoSecurityTypeGroups">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field denotes the Number of OmgeoSecurityTypeGroup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7348" name="OmgeoSecurityTypeGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field is used to denote the SecurityTypeGroup (Asset Class).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7349" name="OmgeoTypeOfPriceIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used to denote the Price type. Possible values are: AVER – Average, EXEC – Execution.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7350" name="OmgeoNoBlockChargesOrTaxes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating groups of Charge or Tax types at the Block level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7351" name="OmgeoBlockChargesOrTaxesType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field identifying the Block level Charge or Tax type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="7352" name="OmgeoBlockChargesOrTaxesCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Currency associated with the Block level Charge or Tax type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7353" name="OmgeoBlockChargesOrTaxesAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount associated with the Block level Charge or Tax type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7354" name="OmgeoMarkupMarkdown">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of MarkUp/MarkDown</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7355" name="OmgeoBrokerRestrictions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates restrictions on a Broker confirm trade. Following are the enumerations:

1 = Program Trade

2 = Index Arbitrage

3 = Non-Index Arbitrage

4 = Competing Market Maker

5 = Acting as Market Maker or Specialist in the security

6 = Acting as Market Maker of Specialist in the underlying security of a derivative security

7 = Foreign Entity (of foreign government or regulatory jurisdiction)

8 = External Market Participant

9 = External Inter-connected Market Linkage

A = Riskless Arbitrage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7356" name="OmgeoNoRegMemberships">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating groups of Regulatory Membership.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7357" name="OmgeoBrokerRegMembership">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration for Regulatory Memberships: 1=SIPC, 2=FINRA.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7358" name="OmgeoNoDisclosures">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating groups of 10b-10 Disclosure Statement.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7359" name="OmgeoDisclosureType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enumeration for 10b-10 Disclosure Statement :

1 = Other Remuneration, 2 = Odd Lot, 3 = Order Flow, 4 = Redemption, 5 = Asset backed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7360" name="OmgeoDisclosureIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator (Y/N) for certain Disclosures namely Other Remuneration, Odd Lot Differential and Asset Backed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7361" name="OmgeoDisclosureStatement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">10b-10 field to capture the Disclosure/Disclaimer statement.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7362" name="OmgeoBrokerCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker Capacity on a trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7363" name="OmgeoErrorFIXTag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FIX Tag which was cause of error at the Block level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7364" name="OmgeoIndividualErrorFIXTag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FIX Tag which was cause of error at the confirm level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7365" name="OmgeoAlertSettlementModelName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The ALERT Settlement Model Name used for ALERT settlement instruction lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7366" name="OmgeoContinuationString">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator to get more records when querying. Valid Values: Y/N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7367" name="OmgeoMinLastUpdateDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for querying to get all details from last time the query was executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7368" name="OmgeoMoreFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates in the query response if there are additional records when querying. Valid Values: Y/N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7369" name="OmgeoGoodThroughDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate on a query response all records retrieved till a certain time when the response was returned.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7370" name="OmgeoTLVersionOfTradeComponent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the version number of a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7371" name="OmgeoTDVersionOfTradeComponent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the version number of a Confirm Trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7372" name="OmgeoTLISITCRejectReasonCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ISITC Reject Reason Code while rejecting a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7373" name="OmgeoTLRejectDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">DateTime at which the Block trade is rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7374" name="OmgeoTDISITCRejectReasonCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ISITC Reject Reason Code while rejecting a Confirm trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7375" name="OmgeoTDRejectDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">DateTime at which the Confirmation trade is rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7376" name="OmgeoTLErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Severity of the Asynchronous Error for the Broker’s Block trade. Valid values are: INFO, WARN and FATL.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7377" name="OmgeoTLErrorStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status of Asynchronous Error for the Broker’s Block. Valid values are: OPEN (Open) and CLSD (Closed).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7378" name="OmgeoTDErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Severity of the Asynchronous Error for the Broker’s Confirmation trade. Valid values are: INFO, WARN and FATL.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7379" name="OmgeoTDErrorStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status of Asynchronous Error for the Broker’s Confirmation trade. Valid values are: OPEN (Open) and CLSD (Closed).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7380" name="OmgeoNoFieldComparisons">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating groups of Block level Field Comparisons.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7381" name="OmgeoTLInstructingPartyValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investment Manager’s value of the Block level L2 Matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7382" name="OmgeoTLExecutingBrokerValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Match status of the Block level L2 matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7383" name="OmgeoTLFieldLevelMatchStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Match status of the Block level L2 matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7384" name="OmgeoTLFieldLevelL2MatchRule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investment Manager set matching rule of the Block level L2 matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7385" name="OmgeoTDInstructingPartyValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investment Manager’s value of the Allocation level L2 matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7386" name="OmgeoTDExecutingBrokerValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executing Broker’s value of the Confirmation level L2 Matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7387" name="OmgeoTDFieldLevelMatchStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Match status of the Confirmation level L2 Matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7388" name="OmgeoTDFieldLevelL2MatchRule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Investment Manager set matching rule of the Allocation/Confirmation level L2 Matching field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7389" name="OmgeoTDMatchStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Match Status of the Confirmation/Allocation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7390" name="OmgeoNoIndividualFieldComparison">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating groups of Confirmation level Field Comparisons.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7391" name="OmgeoCounterpartyTradeSideID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM assigned Counterparty Tradeside ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7392" name="OmgeoTLRejectText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Reject Reason Text at the Block level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7393" name="OmgeoTDRejectText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Reject Reason Text at the Confirmation level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7394" name="OmgeoTDCancelText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Cancel Reason Text at the Confirmation level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7395" name="OmgeoConfirmCommissionReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX interface specific field. Omgeo Commission Reason Code at the Confirmation level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7396" name="OmgeoConfirmCommissionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX interface specific field. Omgeo Commission type at the Confirmation level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7397" name="OmgeoTradeAgreementMethod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used to denote the Trade agreement method. Possible values: ELEC – electronic, VOIC – voice.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7398" name="OmgeoAllSecurityTypeGroups">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used in the query message to query for ALL asset classes (Security Type Groups). Value: Boolean – Y/N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="7399" name="OmgeoAlternateCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Alternate Currency code corresponding to the Alternate Cash Account of IM with the Custodian as defined by Omgeo ALERT SSI.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7400" name="StratStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">hh:mm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7401" name="StratEndTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">hh:mm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7402" name="VwapPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7403" name="MinPctVol2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7404" name="MaxPctVol2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7405" name="PrcLmtBen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">(Char) – valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7406" name="PrcLmtTol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7407" name="SectorLmtTol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7408" name="IndexLmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7409" name="CatchUp2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7410" name="TradingStyle1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7411" name="SmartStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char – valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7412" name="MaxChildVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int&gt;=0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7413" name="Duration4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7414" name="TWEquitiesReserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7415" name="MaxAuction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7416" name="CloseStrat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char – valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7417" name="TargetPartAuction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7418" name="Duration5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer 15-510</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7419" name="TwapBuckets">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer 1-102</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7420" name="TradingStyle2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char – valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7421" name="StockBasketLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer 0-100</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7422" name="IndexLMTBen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char, valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7423" name="OpenCloseFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">char, valid product code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7424" name="CompletionLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7425" name="OpportunisticVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7426" name="MomentumFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7427" name="RiskAversion3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7428" name="ExpectedAlpha">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7429" name="CatchUpStop">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7430" name="LimitvLast">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7431" name="VolProfSkew">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">as per spec</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7432" name="OneDayOnly">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">As per Spec</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7433" name="OverrideValidation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">As per Spec</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7434" name="NIMEnabled">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates negotiate in the middle is enabled for security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7435" name="PostExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Options</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7436" name="LegRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Support correct ranking of leg instruments within a synthetic.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7437" name="BaseIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tradeweb Base CPI @ Issuance – normally associated with TRSY TIPS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7438" name="TWReserved7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7439" name="TradingVenueType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String with value within :

“L”=light

“D”=dark

“M”=midpoint</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Agricole Cheuvreux</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7440" name="CrossPxImpr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Cross Price Improvement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7441" name="CrossPXImprMinQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Cross Price Improvement Min Quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7442" name="CrossPxImprMaxQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Cross Price Impovement Max Quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7443" name="PostingAction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Four character posting action code for the first 4 strategy legs</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7444" name="Reserved7444">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">7444 Reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Angel Networks</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7445" name="Reserved7445">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">7445 Reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Angel Networks</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7446" name="TWReserved8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7447" name="TWReserved9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7448" name="TWReserved10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7449" name="TWReserved11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7450" name="CrossMaxQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7451" name="CrossDiscInstr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7452" name="CrossDiscIncrement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7453" name="AlgoField3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7454" name="CrossParentResPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7455" name="CrossOversizeLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7456" name="CrossMinQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7457" name="CrossDoNotCrossPrincipal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7458" name="Algo8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7459" name="DarkBookRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7460" name="PairsID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7461" name="AcqTicker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7462" name="TargetTicker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7463" name="StockRatio">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7464" name="HedgeRatio1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7465" name="Cash2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7466" name="Spread3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7467" name="RiskTol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7468" name="BasketID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7469" name="MaxSpent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7470" name="MinRaised">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7471" name="CrossCategory2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7472" name="DMAOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7473" name="MaxPercentCrossing">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7474" name="Mode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7475" name="PivotRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7476" name="PivotPrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7477" name="PriceSensitivity2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7478" name="TWReserved12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7479" name="TWReserved13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7480" name="PercentPriceOffsetFromIAPClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7481" name="MarketShareCapClose">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7482" name="PercentFromLastPriceCap">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7483" name="PercentPriceOffsetFromIAPOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7484" name="MarketShareCapOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7485" name="PercentFromClosePriceCap">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7486" name="VolumeProfile">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7487" name="AussieAlgo1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7488" name="AussieAlgo2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7489" name="OtherLegSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the value in OtherLegSecurityID (602)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7490" name="PivotPrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7491" name="CustomPrice1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7492" name="CustomPrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7493" name="CustomRate1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7494" name="CustomRate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7495" name="DiscIncrType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">$

%</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7496" name="MinPercentLQFI">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Min% LQFI</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7497" name="DaggerTradingStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dagger Trading Style</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7498" name="BuyBackRules">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Citigroup</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7499" name="AOLM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enables agress-on-locked-market order feature</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7500" name="SrcSys">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">2 Characters – Identifies originating system where transaction was captured. (ex. “BA” = Block Allocation System)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7501" name="NetTrdInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Trade Indicator = whether correspondent

rincipal firm wants processed as Net Trade – 1 char – Yes/No (y/n)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7502" name="MrkUp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Markup/Markdown – Numeric – Format: +/- 12345.4321</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7503" name="SaleCrdt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sales Credit (Numeric) +/- 12345.1234</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7504" name="SaleCrdtType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Similar to Fix 4.2 tag 13 CommType. Valid values: 1 = per share, 2 = percentage, 3 = absolute. Use in conjunction with tag 7503 as you would use tag 12. This field identifies sales credit type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">RBC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7505" name="OmgeoTLWorkflowType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific Block level field which would define the Workflow Type of the Block trade as been determined by CTM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7506" name="OmgeoTDWorkflowType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific Allocation/Confirmation level field which would define the Workflow Type of that Allocation/Confirmation as been determined by CTM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7507" name="OmgeoTLWorkflowModifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field which would define the Workflow Modifier of the Block trade as been determined by CTM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7508" name="OmgeoTDWorkflowModifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field which would define the Workflow Modifier of the Allocation/Confirmation trade as determined by CTM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7509" name="OmgeoNoTLWorkflowModifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This would specify the Number of OmgeoTLWorkflowModifier which could be present within this NumInGroup field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7510" name="OmgeoNoTDWorkflowModifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This would specify the Number of OmgeoTDWorkflowModifier which could be present within this NumInGroup field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7511" name="OmgeoSettlInstProcNarrative">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field would hold the entire SSI provided by Investment Manager or Executing Broker if 9048 or 7512=MANI</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7512" name="OmgeoCptySettlInstSourceInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the source of Counterparty Settlement Instructions. Valid values:

MANI = Manual entry

ALRT = ALERT database</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7513" name="OmgeoCptyAlertCountryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7514" name="OmgeoCptyAlertMethodType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7515" name="OmgeoCptyAlertSecurityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7516" name="OmgeoTLExpected">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field which would indicate that whether CTM FIX clients would like to send a Block trade or would want CTM to construct the Block (pseudo-block) trade for them.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7517" name="OmgeoTradeTimeQualifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo defined TradeTime types.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7518" name="OmgeoTimeZoneIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo defined Timezone Indicator.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7519" name="OmgeoNoWorkflowType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field which would specify the number of OmgeoTLWorkflowType.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7520" name="OmgeoTLMessageFieldType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes the Field Type – i.e. L1 (Pairing) or L2 (Matching) for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7521" name="OmgeoTDMessageFieldType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes the Field Type – i.e. L1 (Pairing) or L2 (Matching) for a Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7522" name="OmgeoTLFieldName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes L1/L2 Field Name for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7523" name="OmgeoTDFieldName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes L1/L2 Field Name for an Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7524" name="OmgeoTLFieldMatchRuleDescription">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule description for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7525" name="OmgeoTDFieldMatchRuleDescription">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule description for an Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7526" name="OmgeoTLFieldLevelMatchRule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule for a Block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7527" name="OmgeoTDFieldLevelMatchRule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule for an Allocation/Confirmation trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7528" name="BenchmarkCurveName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Name of benchmark curve – FIX 4.2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7529" name="OptionSettlType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">[4.2] To describe TW derivative (option/future) settlement or delivery type:

P = Physical

C = Cash</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7530" name="OriginatorType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the type of order sender, i.e., Customer, Firm, Market Maker, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7531" name="PricePctFixed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines whether the price specified is a fixed amount or a percentage of another security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7532" name="SettlementTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A=AM Settlement

P=PM Settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7533" name="ClientTier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is used to identify which tier to map the quote request, or order to. Typical use would be for streaming prices to multiuser platforms.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Standard Chartered</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7534" name="OptionStrategyType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Complex option strategy type definitions, i.e., Call Spread, Straddle, Strangle, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7535" name="LegRatio1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ratio for an option leg</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7536" name="RefHedgePriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Attribute of RefHedgePrice field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7537" name="RefHedgePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference or Hedge Price (see tag 7536)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7538" name="Delta2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">-1.0 to +1.0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7539" name="IntentToCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">N=False, Y=True</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Harts and Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7540" name="StripLength">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the Instrument is a strip of consecutive maturities. The MaturityDate or MaturityMonthYear field indicates the first maturity. E.g. a strip of 12 monthly options would have 7540=12.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Parity Energy Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7541" name="NoCompetitiveQuotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7542" name="Reserved360T6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7543" name="Reserved360T7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7544" name="Reserved360T8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7545" name="Reserved360T9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7546" name="Reserved360T10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7547" name="Reserved360T11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7548" name="Reserved360T12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7549" name="Reserved360T13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">360T</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7550" name="BOATdelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag set when a trade report has been kept a certain amount of time in the BOAT system, before being published. The time limit applied is system specific.

The tag is used in Market Data Message Incremental Refresh (Message type = “X”)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7551" name="TradeReportVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The version of a trade report</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7552" name="DelayToTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time the trade report was/will be made public</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7553" name="OverrideDelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If TRUE (Y), the trade report will be published immediately, if FALSE (N), the system evaluates if the trade should be delayed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="7554" name="TradeSeqNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade sequence number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="7555" name="TradeSeqNoSeries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade sequence number series</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7556" name="TradeReportRefSystem">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference to the Trade Report System of the previous version of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7557" name="LiquidShare">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether this instrument is a “liquid share” or not.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7558" name="Sector2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The ICB code for the sector that this share belongs to</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7559" name="BasisOfTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = DMA

2 = Cash

3 = Proprietary

4 = Client interaction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7560" name="SuspendReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">E = End of day

O = Other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7561" name="SecondaryQuoteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contributor’s internal quote reference ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7562" name="SecondaryTradeID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contributor’s internal trade reference ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7563" name="NoWarningReasons">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of warning reasons.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7564" name="TradeReportWarningReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trade report warning reasons</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7565" name="NoTradeSeqNoSeries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of trade sequence number series.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7566" name="TimezoneOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offset to the local time compared to UTC. E.g. -5 is Eastern time.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7567" name="ReportedPxDiff">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the price differs from the market price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7568" name="ReportedPXReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason why price differs from market price:

D = Market Condition

N = Negotiated Trade

A = Amended trade

C = Cancelled Trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7569" name="RptSys">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The system which has published the report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7570" name="RptTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time the trade report will be published.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7571" name="AVT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The MiFID “average value of turnover” of the instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="7572" name="AVTCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The currency in which the AVT is expressed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7573" name="ADT">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The MiFID “average daily turnover” of the instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="7574" name="ADTCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The currency in which the ADT is expressed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7575" name="SMS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The MiFID “standard market size” of the instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7576" name="SILiquidSharesReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The request ID in a SI Liquid Shares message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7577" name="SILiquidSharesStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0 = accepted

1 = rejected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7578" name="SILiquidSharesRejectReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for reject</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7579" name="SuspendQuotingReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The request ID for suspend quoting.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7580" name="SuspendQuotingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0 = Request accepted

1 = Request rejected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7581" name="SuspendQuotingRejectReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for reject</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7582" name="NoQuotableCurrencies">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of quotable currencies for an instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7583" name="QuotesClearedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The timestamp when quotes where cleared in BOAT.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7584" name="TradeReportSystem">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trade report system of a trade report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7585" name="TradeReportRefVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The version of the previous trade report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7586" name="NoQuotableInstruments">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of quotable instruments.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7587" name="ClientTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the trade is a Client Trade, i.e. eligible for delay.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7588" name="QuotableInstrumentStatusReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID of a Quotable Instrument Status request.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7589" name="QuotableInstrStatusReqRejReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for reject.

1 = Duplicate request ID

2 = Insufficient permissions

94 = Not allowed on current state

98 = Service not available

99 = Other</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7590" name="ReceivedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The timestamp when the trade was received by BOAT.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7591" name="SecurityValidToTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The latest timestamp when the security is valid.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7592" name="SecurityChangedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp of Security Change.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7593" name="SecurityValidFromTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The earliest timestamp when the security is valid.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7594" name="LiquidityLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The liquidity level of the instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7595" name="NoSharesIssued">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of shares issued.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7596" name="PxQtyReviewed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the trade price and trade quantity have been reviewed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7597" name="QueriedTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the trade is queried, for example price or qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7598" name="SystemUTIRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique system specific trade indentifier reference. Required in Trade Capture Report (Message type = “AE”) for cancellations (ExecType=H) or amendments (ExecType=0 and 7556, 572, and 7585 submitted). References a SystemUTI.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7599" name="SystemUTI">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique system specific trade indentifier. Returned in Trade Capture Report Ack (Message type = “AR”) when the trade report is accepted.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Cinnober Financial Technology AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7600" name="WdnStrategyType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is a required field!</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7601" name="WdnStrategyMode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7602" name="WdnStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GMT, FIX standard format — missing means start immediately.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7603" name="WdnEndTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GMT, FIX standard format — missing means trade to market close.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7604" name="WdnMOCFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y or N — missing means N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7605" name="WdnMaxParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">missing is the same as zero.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7606" name="WdnTargetParticipation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">this tag is ignored if value is missing or zero.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7607" name="WdnStrategyParameter1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7608" name="WdnStrategyParameter2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7609" name="WdnStrategyParameter3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7610" name="WdnStrategyParameter4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7611" name="WdnStrategyParameter5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7612" name="WdnStrategyParameter6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7613" name="WdnStrategyParameter7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7614" name="WdnStrategyParameter8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7615" name="WdnStrategyParameter9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7616" name="WdnStrategyParameter10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7617" name="WdnStrategyParameter11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7618" name="WdnStrategyParameter12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7619" name="WdnStrategyParameter13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7620" name="WdnStrategyParameter14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7621" name="WdnStrategyParameter15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7622" name="WdnStrategyParameter16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7623" name="WdnStrategyParameter17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7624" name="WdnStrategyParameter18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7625" name="WdnStrategyParameter19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7626" name="WdnStrategyParameter20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7627" name="WdnStrategyParameter21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7628" name="WdnStrategyParameter22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7629" name="WdnStrategyParameter23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7630" name="WdnStrategyParameter24">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7631" name="WdnStrategyParameter25">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7632" name="WdnStrategyParameter26">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7633" name="WdnStrategyParameter27">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7634" name="WdnStrategyParameter28">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7635" name="WdnStrategyParameter29">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7636" name="WdnStrategyParameter30">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7637" name="WdnStrategyParameter31">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7638" name="WdnStrategyParameter32">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7639" name="WdnStrategyParameter33">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7640" name="WdnStrategyParameter34">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7641" name="WdnStrategyParameter35">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7642" name="WdnStrategyParameter36">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7643" name="WdnStrategyParameter37">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7644" name="WdnStrategyParameter38">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7645" name="WdnStrategyParameter39">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7646" name="WdnStrategyParameter40">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7647" name="WdnStrategyParameter41">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7648" name="WdnStrategyParameter42">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7649" name="WdnStrategyParameter43">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7650" name="WdnStrategyParameter44">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7651" name="WdnStrategyParameter45">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7652" name="WdnStrategyParameter46">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7653" name="WdnStrategyParameter47">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7654" name="WdnStrategyParameter48">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7655" name="WdnStrategyParameter49">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7656" name="WdnStrategyParameter50">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7657" name="WdnStrategyParameter51">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7658" name="WdnStrategyParameter52">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7659" name="WdnStrategyParameter53">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7660" name="WdnStrategyParameter54">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Weeden &amp; Co</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7661" name="InstitutionalID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field contains the institutional ID (length is 7 characters).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7662" name="TraderGroupID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field contains the ID of the trader group.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7663" name="SettlAccType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the settlement account type. Valid values: 1=Standing; 2=House; 3=Client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7664" name="SettlementVenue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Currently all London Stock Exchange instruments are applicable to a single settlement venue.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7665" name="MemberCodeCounterpart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the Member code counterpart. For a cross order the possible values are: INTRAFIRM or NONMEMBER.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7666" name="MandatorID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the code of the mandator.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7667" name="PublicOrderCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field contains the public order code (i.e. the order code for the displayed quantity).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7668" name="LastCounterpartExec">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the counterpart of the last trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7669" name="MIFIDOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the client order type in case the order is sent to the client matching engine.

Valid values: 1=Mid price (matching engine will maintain the price in real time as mid-price); 2= Soft limit (matching engine will manage an internal limit, and an external or exchange limit).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7670" name="MIFIDInternalLimite">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">In case the order type is soft-limit, this field indicates the internal limit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7671" name="UserDealer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the User Dealer (set in GL OMS)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7672" name="UserSales">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the User Sales (set in GL OMS)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7673" name="OrigClientID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Original Client ID of the order before amendment of Client ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7674" name="PrevOrdQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous quantity of the order before amendment (used for GL OMS)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7675" name="PrevOrdPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous price of the order before amendment(used for GL OMS)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7676" name="FloorQtyDay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Floor quantity of the day. Used for GL SOM to indicate the executed quantity for client order, at the end of the day.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7677" name="AllocExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation ExecID used in Account Repeating Group (to link with Exec repeating Group)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7678" name="TotalRevCost">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for GL SOM. Sum of all (MatchedQty*RevisedPrice)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7679" name="AvgRevPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Average Revised Price (Used for GL SOM)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7680" name="OTCInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">OTC (Off Exchange order) indicator. Used to set GL Class Order.

Valid values: 0=On Exchange Order; 1= Off Exchange Order; 2=OTC Initial Trade Notification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7681" name="TotalCostDay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total cost of the day set by GL SOM for EDA orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7682" name="AvgPriceDay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Average Price of the day set by GL SOM (for EDA orders)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7683" name="CurrencyRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the rate between the currency used for the trade and the currency used by the counterpart</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7684" name="ComplSettlement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate a complementary information about the settlement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7685" name="ReminderInterval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for Jakarta Stock Exchange (required for Off-exchange)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7686" name="SuspensionInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Suspension Indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7687" name="PercentageVar">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage Variation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7688" name="OTCSession">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the period where the block can be traded.Valid values: 1=No; 1=Trading Hours; 2=After Hours; 3= Trading and After Hours.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7689" name="ThresholdExecQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the maximum number contracts affected for an executed (used for XETRA best quote)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7690" name="LimitGap">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the price delta relative to current market best price. Specific to XETRA market (best quote)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7691" name="ClientCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the client capacity. Valid values: 1=Agent; 2=Principal; 3=Riksless principal; 4=Individual; 5=Member agent.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7692" name="SubClCodType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL Sub Client Code Type (for clearing). Valid values: 1=Liquidity; 2=Specialist; 3=None; 4=Insider; 5=Shareholder.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7693" name="ClientAccID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL client account ID (for clearing)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7694" name="SubAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client sub-account (for clearing)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7695" name="CoverInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL Covered Indicator. Valid values: 1=Covered; 2=Uncovered.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7696" name="TrusteeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate a local reference ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7697" name="ShareGroupID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL Share Group ID (for clearing)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7698" name="Netting">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the condition used to group the orders.

Valid values: 1=Amalgate same price; 2=Don’t Amalgamate Against; 3=Amalgamate Manual average Price; 4=Amalgamate Automatic Average Price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7699" name="NettingGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Only the orders with the same “Netting” letter will be amalgamated. This field allows differentiating all alphanumerical characters used.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7700" name="BookID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Group of PorfolioID. Specific Kuwait Stock Exchange for back office.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="7701" name="QuoteEntryDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date the quote was initiated by quote originator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7702" name="QuoteEntryTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time quote was entered by orginator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7703" name="MarketSegment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Market Segment allows the requester to set the Market Segment that will be sent in a Mass Quote Response</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7704" name="MIFIDClientCodeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the client type.

Valid values: 1 Market Maker; 2 Eligible counterparty; 3 Investment Firms; 4 Retail.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7705" name="MIFIDTradeExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the GL GLID of execution market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7706" name="OriginatorAcc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the member’s own account to the end-client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7707" name="NoDeposit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating Group Index for GL SPAN message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7708" name="UnderlyingRisk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Risk level for the underlying symbol. (specific to GL SPAN message)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7709" name="MarginInit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Initial deposit value (specific to GL SPAN message)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7710" name="TSXSOROrderID1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Smart Order Router (SOR) order identifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7711" name="TSXSOROrderID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Smart Order Router (SOR) order identifier.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7712" name="TSXParticipationOption">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the type of incoming orders that a registered trader would like to participate with, when the other registered trader is not participating.

Valid values:

1 = Total MGF Size for eligibility and participation (default)

2 = Total MGF Size for eligibility, Individual MGF Size for participation

3 = Individual MGF Size for eligibility and participation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7713" name="TSXNoTradeFeat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A marker that is supplied by the Member Firm to prevent trading against that same Member Firm’s contra orders based on a matching TSXNoTradeKey.

Valid values:

NM = Cancel Newest

EM = Execute Match

OM = Cancel Oldest

DM = Decrement Larger and Cancel Smaller</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7714" name="TSXNoTradeKey">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A Member Firm produces these keys to prevent trading against that same Member Firm’s contra orders based on a matching TSXNoTradeKey. Note that the marketplace does not produce this key or enforce the uniqueness of this key. TSXNoTradeKey only prevents trades between orders produced by the same BrokerNumber (or if present, by PrivateBrokerNumber).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7715" name="TSXNoTradeOrderNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The contra private order number that would have matched with the order, if not prevented by the no-trade feature.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7716" name="TSXNoTradeVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of shares that would have matched, if not prevented by the no-trade feature.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7717" name="TSXNoTradePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The price the match would have occurred at, if not prevented by the no-trade feature.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7718" name="TMXUDF8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7719" name="TSXBuyParticipationVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To assign the maximum buy participation volume for a symbol.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7720" name="TSXSellParticipationVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To assign the maximum sell participation volume for a symbol.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7721" name="TSXRemainingBuyParticipationVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The remaining buy participation volume for a symbol.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7722" name="TSXRemainingSellParticipationVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The remaining sell participation volume for a symbol.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7723" name="TSXPegType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Peg to the protected NBBO. Available on undisplayed orders only.

Valid values:

C = Contra Midpoint Only Plus

D = Contra Midpoint Only Plus, Dark Sweep

M = Midpoint Peg

N = None (default)

P = Market Peg

R = Primary Peg

x = Minimum Price Improvement Peg</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7724" name="TSXATSTimestamp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time the quote changed on the ATS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7725" name="TSXAL1Timestamp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time the ABBO provider generated the quote.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7726" name="TSXUndisplayed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the order is completely undisplayed.

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7727" name="TSXExecCancelledReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that the order was cancelled because of Cancel on Disconnect (COD).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7728" name="TSXRemainingMGFVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The remaining available volume that the equities specialist may increase their MGF volume by.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7729" name="ShortMarkingExempt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Marker for Short-Marking Exempt order designation. Required if applicable for Short-Marking Exempt.

Valid values:

0 = SME

1 = Buy Cross SME

2 = Sell Cross SME

3 = Both Buy and Sell Cross SME</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7730" name="TMXUDF9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7731" name="TSXSeekDarkLiquidity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used on an IOC/FOK order to only match against dark liquidity.

Valid values:

1 = Trade with price improving dark only

2 = Trade with dark up to and including the NBBO</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7732" name="TSXMatchingPriority">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of priority used to match the order in a trade.

Valid values:

1 = Indicates match was because of Broker Preferencing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7733" name="TSXSelfTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the trade is a Self Trade. Self Trades are suppressed on the public feed.

Valid values:

Y = Yes

N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7734" name="TSXSpeedbump">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a message was subject to a processing delay before interacting with the order book.

Valid values:

” ” (blank) = Feature is off or is not applicable to this order (default)

Y = Feature on, message goes through Speedbump

N = Feature on, message does not go through Speedbump</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7735" name="TSXLongLife">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the order as a LongLife eligible order.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7736" name="UndisclTradedVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The portion of traded volume attributed to the undisclosed volume of an Iceberg order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7737" name="POComment">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A free-form, pass-through tag provided for use by POs.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7738" name="PriceBandInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instructions to the Exchange when the order price exceeds TSX Marketplace threshold price band limits.

Valid values:

0 = Kill Order (default)

1 = Reprice</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7739" name="TSXMarketInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instructions to the Exchange to identify certain order types.

Valid values:

CO = Closing Offset</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">TSX Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7740" name="CrossFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean

Indicates whether or not the cross is allowed.

Valid values:

Y = OK to cross

N = No cross (cross is forbidden)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Agricole Cheuvreux</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7741" name="LegContraQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contra amount of the leg</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7742" name="OriginatorAccFinal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the account of the person who initiates the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7743" name="ClientIdSOM">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the UserId set in GLSOM to identify the FIX Client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7744" name="WorkChildMinQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the quantity below which the price modification will be triggered. Specific to algos %Volume and WithATick when running with GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7745" name="TriggerDateTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the date and time at which the order must be sent to the exchange. Specific to tactic Unreleased when running with GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7746" name="WorkMaxLimitPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the Work Maximum Limit Price (specific to algos PEG + Linked Peg for GL Tactics)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7747" name="WorkPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the Work Price (specific to algo Linked Peg for GL Tactics)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="7748" name="WorkEndDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the date and time of the last wave. Specific to algo TWAP(native) when running with GL Tactics.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7749" name="WorkRefVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used with GL algo %Volume, this field indicates the volume at the beginning.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7750" name="BookingTypeCustom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Method for booking out this order. Used when notifying a broker that an order to be settled by that broker is to be booked out as an OTC derivative (e.g. CFD) or similar.

Valid values:

0 = Regular booking (DVP)

1 = CFD

2 = Swap

3 = Give Up

4 = Combined communication</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7751" name="SyntheticQtyType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0=Percentage

1=Quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="7752" name="NoSynthetics">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of SyntheticType, SyntheticQty, and SyntheticBroker entries</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7753" name="SyntheticType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">0=CFD

1=Swap

2=Give Up</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7754" name="SyntheticQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A percentage or quantity of the order’s quantity, as defined by SyntheticQtyType, that represents the associated SyntheticType</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7755" name="SyntheticBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Value representing the broker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7756" name="WorkSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the symbol used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7757" name="WorkIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the ID Source used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7758" name="WorkSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the Security ID Source used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7759" name="RevisedFinal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Remaining payment due on any contract (specific to KMEFIC)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="7760" name="Auctionlimitprice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Limit price in % value terms</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7761" name="QuoteRank">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Added to the custom repeating group “NoDealers” (9690) for dealer responses assigning a numeric rank to a dealer quote.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7762" name="Exclude">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A boolean flag to indicate exclusion within a repeating block. Example: Used in NoDealers custom block (9690) to indicate exclusion of a particular DealerID (9691) from an order.

Value: 1/0</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7763" name="RequestIn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when application received request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7764" name="RequestOut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when application sent request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7765" name="ResponseIn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when application received response</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="7766" name="ResponseOut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when application sent response</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7767" name="IsRelative">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">It points that OrderQty is relative value (LeavesQty = LeavesQty – OrderQty).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7768" name="OptionTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">TW Derivative Trade Type (Option/Future)

1 = Listed

2 = Flex

3 = Bilateral</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7769" name="DeltaTransfer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Option Delta Transfer1 = Delta Work

2 = Delta Exchange

3 = Risk</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Tradeweb</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7770" name="LockedQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Locked quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7771" name="RouteOddToSlowExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y = Route Odd Lot to slow* exchange

N = Do no route Odd Lot to slow* exchange*some exhchanges incur extra delay for odd-lot processing or do not process odd lot IOCs</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7772" name="CentralCounterParty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Central Counterparty.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7773" name="OtherLegSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The AMR for the other component leg of an Asset Allocation or a Prof Trade / or / ISIN code for the underlying cash leg that is part of a Basis or Against Actuals trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7774" name="OtherLegReferenceNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For basis trades only. Free text field that provides a identifying reference for the cash leg</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7775" name="OtherLegLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Basis and Against Actual trades only. Underlying cash leg price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7776" name="Volga">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Volga of an Option</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7777" name="LastMktBloomberg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg recognized exchange code. This is a 2 character, alpha code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7778" name="SecurityExchangeBloomberg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg recognized exchange code. 2 character alpha code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7779" name="Routetosession">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for fix-to-fix processing. No internal updates along the way. Strictly endpoint processing. Used to bypass local database updates.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7780" name="Reserved86">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7781" name="Reserved87">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7782" name="Reserved88">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7783" name="Reserved89">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7784" name="Reserved90">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7785" name="Reserved91">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7786" name="Reserved92">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7787" name="Reserved93">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7788" name="Reserved94">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7789" name="Reserved95">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7790" name="Reserved96">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7791" name="Reserved97">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7792" name="Reserved98">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7793" name="Reserved99">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7794" name="Reserved100">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7795" name="Reserved101">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7796" name="Reserved102">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7797" name="Reserved103">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7798" name="Reserved104">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7799" name="Reserved105">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Object Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7800" name="Algoreserved1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7801" name="SourceApplication">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies Portfolio Trading flow (String)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7802" name="GroupName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Group Identifier for Parent/Child orders(String)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7803" name="Strategy2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a strategy should be applied to a Program (String)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">JPMorgan Chase</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7804" name="Algoreserved2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – APAC Product</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7805" name="Algoreserved3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7806" name="Algoreserved4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7807" name="Algoreserved5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7808" name="Algoreserved6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7809" name="Algoreserved7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7810" name="Algoreserved8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7811" name="Algoreserved9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7812" name="Algoreserved10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7813" name="Algoreserved11">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7814" name="Algoreserved12">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7815" name="Algoreserved13">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7816" name="Algoreserved14">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7817" name="Algoreserved15">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7818" name="Algoreserved16">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7819" name="Algoreserved17">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7820" name="Algoreserved18">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7821" name="Algoreserved19">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7822" name="Algoreserved20">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7823" name="Algoreserved21">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7824" name="Algoreserved22">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7825" name="Algoreserved23">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7826" name="Algoreserved24">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7827" name="Algoreserved25">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7828" name="Algoreserved26">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7829" name="Algoreserved27">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7830" name="Algoreserved28">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7831" name="Algoreserved29">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7832" name="Algoreserved30">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7833" name="Algoreserved31">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7834" name="Algoreserved32">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7835" name="Algoreserved33">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7836" name="Algoreserved34">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7837" name="Algoreserved35">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7838" name="Algoreserved36">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7839" name="Algoreserved37">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7840" name="Algoreserved38">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7841" name="Algoreserved39">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7842" name="Algoreserved40">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7843" name="Algoreserved41">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7844" name="Algoreserved42">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7845" name="Algoreserved43">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7846" name="Algoreserved44">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7847" name="Algoreserved45">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7848" name="Algoreserved46">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7849" name="Algoreserved47">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7850" name="Algoreserved48">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7851" name="Algoreserved49">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7852" name="Algoreserved50">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7853" name="Algoreserved51">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7854" name="Algoreserved52">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7855" name="Algoreserved53">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7856" name="Algoreserved54">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7857" name="Algoreserved55">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7858" name="Algoreserved56">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7859" name="Algoreserved57">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7860" name="Algoreserved58">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7861" name="Algoreserved59">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7862" name="Algoreserved60">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7863" name="Algoreserved61">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7864" name="Algoreserved62">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7865" name="Algoreserved63">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7866" name="Algoreserved64">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7867" name="Algoreserved65">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7868" name="Algoreserved66">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7869" name="Algoreserved67">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7870" name="Algoreserved68">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7871" name="Algoreserved69">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7872" name="Algoreserved70">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7873" name="Algoreserved71">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7874" name="Algoreserved72">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7875" name="Algoreserved73">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7876" name="Algoreserved74">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7877" name="Algoreserved75">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7878" name="Algoreserved76">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7879" name="Algoreserved77">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7880" name="Algoreserved78">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7881" name="Algoreserved79">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7882" name="Algoreserved80">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7883" name="Algoreserved81">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – Would Criteria</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7884" name="Algoreserved82">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – Perf Variation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7885" name="Algoreserved83">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7886" name="Algoreserved84">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7887" name="Algoreserved85">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7888" name="Algoreserved86">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7889" name="Algoreserved88">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7890" name="Algoreserved89">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7891" name="Algoreserved90">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7892" name="Algoreserved91">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7893" name="Algoreserved92">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7894" name="Algoreserved93">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7895" name="Algoreserved94">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7896" name="Algoreserved95">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7897" name="Algoreserved96">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7898" name="Algoreserved97">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7899" name="Algoreserved98">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7900" name="Algoreserved99">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7901" name="Algoreserved100">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – SOR</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7902" name="Algoreserved101">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – SOR</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7903" name="Algoreserved102">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – SOR</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7904" name="Algoreserved103">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved – SOR</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7905" name="Algoreserved104">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Algo reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Deutsche Bank</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7906" name="CombinedOrdType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 – Normal Order (controlled against NBBO)

2 – No NBBO controls

3 – No OLA routing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7907" name="MarketPhase1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Directing order to various market phases</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Primeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7908" name="MarketPhase2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Directing order to various market phases</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Primeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7909" name="MarketPhase3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Directing order to various market phases</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Primeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7910" name="DayCountFraction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the method used for calculating accrued interest for a bond.

A free text field, example values are:

1/1, 30/360, 30E/360, ACT/360, ACT/365.FIXED, ACT/ACT.AFB, ACT/ACT.ISDA, ACT/ACT.ISMA</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Macdonald Associates</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7911" name="LegTenorValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tenor of a multi-leg trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7912" name="LegBidSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quoted amount of a multi-leg deal (repeating group)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7913" name="LegOfferSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Offer size of a multi-leg trade (repeating group)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7914" name="LegBidSpotRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot Rate bid for a multi-leg deal (repeating group)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7915" name="LegOfferSpotRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot Rate ask for a multi-leg trade (part of repeating group)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7916" name="LegUSDEquiv">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">USD Equivalent of the dealt currency (multi-leg)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7917" name="LegHomeCcyQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client’s home currency equivalent of the dealt currency (multi-leg)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7918" name="LegHomeCcyRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client’s home currency rate against the dealt currency (Multi-leg)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="7919" name="LegAvgPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">average all-in rate of a multi-leg trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="7920" name="ConvertedPriceIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the price and currency entered on the trade is the price and currency in which the transaction was dealt. Valid values ‘Y’, ‘N’ &amp; ‘ ‘</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7921" name="BargainCondition">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bargain condition of an order (GL).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="7922" name="BestExecutionUniverse">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of Markets, Alternative Venues,DarkpooL, Internal systems (matching engine for OTC, Systematic Internalisator,…)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BNP Paribas</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7923" name="ExchangeListCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the code (number or name) of the list of exchanges authorized. This is created to allow to route orders when no destination is specified ( tag 100 or 207 empty, …). This can be used to specify External Brokers (another region, another hub) , specify a list of limited exchanges for the client , ….</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BNP Paribas</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7924" name="DeltaAheadThresholdQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7925" name="DeltaAheadThresholdValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7926" name="WorkingDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7927" name="AggressivePost">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Barclays Capital</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="7928" name="SelfTradePreventFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Use of this field will indicate that you do not wish to trade against yourself on the NYSE Arca Equities exchange. Will be available late 2nd Qtr./Early 3rd Qtr. 2009.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7929" name="CAPStrategyIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7930" name="ServiceID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7931" name="VenueID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Venue of Target or Execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7932" name="RouteToID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Destination when Routing Away</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7933" name="BrokerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Broker to Sponsor order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7934" name="FirmID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7935" name="DisplayInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7936" name="UserID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7937" name="UserName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7938" name="BlotterID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7939" name="BlotterName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7940" name="StrategyID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7941" name="VenueStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7942" name="CrossFirst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7943" name="CrossAfter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7944" name="RouteFirst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7945" name="TakeShown">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7946" name="TakeWhenShown">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7947" name="CanReprice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7948" name="PostOnly">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7949" name="PostAwayTag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7950" name="RouteOut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7951" name="DialectID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7952" name="TradingDeskID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7953" name="RegionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7954" name="MaxQtyPerLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7955" name="MaxPctRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7956" name="MinPctRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7957" name="Aggression">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7958" name="ChildAggression">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7959" name="AheadAllowed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7960" name="BehindAllowed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7961" name="Interval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7962" name="Alpha">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7963" name="Lambda">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7964" name="Beta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7965" name="Gamma">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7966" name="Delta3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7967" name="Theta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7968" name="Vega">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7969" name="Omega">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7970" name="Rho">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="7971" name="MinBlockSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7972" name="MinBlockBasis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7973" name="CompleteOrder">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7974" name="PreOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7975" name="OnOpenCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7976" name="OnCloseCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7977" name="OnCrossBasis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7978" name="DoNotCross">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7979" name="ToBeRenameRx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7980" name="ToBeRenameTrigger">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7981" name="CorpBuyback">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7982" name="AdverseMoveAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7983" name="AdverseMoveRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="7984" name="FavorMoveAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="7985" name="FavorMoveRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7986" name="LegLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7987" name="LegRatio2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7988" name="LegCash">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7989" name="LeadingLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7990" name="PriceMultiplier2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7991" name="PriceIntercept2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7992" name="CashTolerance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7993" name="LongLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7994" name="ShortLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7995" name="Mantara1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7996" name="Mantara2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7997" name="Mantara3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7998" name="Mantara4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="7999" name="Mantara5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">7000-7999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Mantara</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8000" name="ShortSaleRestriction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 1687 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.Indicates whether a restriction applies to short selling a security.

Valid values:

0 = No restrictions

1 = Security is not shortable

2 = Security not shortable at or below the best bid</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8001" name="ShortSaleExemptionReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 1688 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Indicates the reason a short sale order is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.).Valid values:

0 = Exemption Reason Unknown

1 = Incoming Short Sale Exempt

2 = Above National Best Bid (Broker Dealer Provision)

3 = Delayed Delivery

4 = Odd-Lot

5 = Domestic Arbitrage

6 = International Arbitrage

7 = Underwriter or Syndicate Distribution

8 = Riskless Principal

9 = VWAP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8002" name="LegShortSaleExemptionReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 1689 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Use in LegOrdGrp, InstrmtLegExecGrp, TrdInstrmtLegGrp components.Indicates the reason a short sale is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.)Uses same values as ShortSaleExemptionReason.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8003" name="SideShortSaleExemptionReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 1690 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Indicates the reason a short sale is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.)Uses same values as ShortSaleExemptionReason.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8004" name="CustodialLotID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

An opaque identifier used to communicate the custodian’s identifier for the lot. It is expected that this information would be provided by the custodian as part of a reconciliation process that occurs before trading.Used in AllocAckGrp, AllocGrp, PreAllocGrp, PreAllocMlegGrp, TrdAllocGrp</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="8005" name="CurrentCostBasis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amt datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The amount that the current shares are worth. If this lot was liquidated, the total gain/loss for a trade is equal to the trade amount minus the current cost basis.Used in AllocAckGrp, AllocGrp, PreAllocGrp, PreAllocMlegGrp, TrdAllocGrp</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8006" name="LegCustodialLotID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

An opaque identifier used to communicate the custodian’s identifier for the lot. It is expected that this information would be provided by the custodian as part of a reconciliation process that occurs before trading.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="LocalMktDate" id="8007" name="LegVSPDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">LocalMktDate datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The Versus Purchase Date used to identify the lot in situations where a custodial lot identifier is not available.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="8008" name="LegVSPPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The Versus Purchase Price used to identify the lot in situations where a custodial lot identifier is not available.The value should be calculated based on current cost basis / quantity held.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="8009" name="LegCurrentCostBasis">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amt datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The amount that the current shares are worth. If this lot was liquidated, the total gain/loss for a trade is equal to the trade amount minus the current cost basis.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8010" name="LastLiquidityInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as LastLiqudityInd, tag 851, in FIX 4.4 and above. To be used by implementations that cannot support tag 851 in FIX 4.3 and below.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8011" name="EventTimeUnit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions. Time unit associated with the event. If present EventTimePeriod must also appear and EventDate and EventTime may be omitted.Valid Values:

H – Hour

Min – Minute

S – Second

D – Day

Wk – Week

Mo – Month

Yr – Year

Added to the repeating group after EventTime.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8012" name="EventTimePeriod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions. Time unit multiplier for the event. If present EventTimeUnit must also appear and EventDate and EventTime may be omitted.Added to the repeating group after EventTimeUnit.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8013" name="TrdRegPublicationReasons">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as TrdRegPublicationReason(2670) in the standard TrdRegPublicationGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Reasons for pre-trade waiver or post-trade deferral.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8014" name="TradePriceConditions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as TrdePriceCondition(1839) in the standard TradePriceConditionGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Price conditions in effect at the time of the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8015" name="OrderAttributeTypes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as OrderAttributeType(2594) in the standard OrderAttributeGrp component but string datatype to support space delimited integer values defined by the standard field. OrderAttributeValue(2595) implicitly assumed to be “Y”. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Types of order attribute.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8016" name="TradingVenueRegulatoryTradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as RegulatoryTradeID(1903) in the standard RegulatoryTradeIDGrp component when RegulatoryTradeIDType(1905) = 5 (Trading venue transaction identifier). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8017" name="ValueCheckTypes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as ValueCheckType(1869) in the standard ValueChecksGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Value checks to ignore at the time of order submission or modification, i.e. ValueCheckAction(1870) = 0 (Do not check). Absence of a type represents ValueCheckAction(1870) = 1 (Check). No support for ValueCheckAction(1870) = 2 (Best effort) as it is not a regulatory requirement.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8018" name="BCANID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. A BCAN (Broker-to-Client Assigned Number) is a type of short code to identify the broker’s clients. It may be used when placing orders for instruments listed on Hong Kong Stock Exchange as well as for instruments listed on the Shanghai &amp; Shenzhen Stock Exchange accessed via the HK Northbound Stock Connect regime. The information in the field may have different formats depending on requirements prescribed by the exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8019" name="SPSAID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Special Segregated Accounts Investor ID that is 6 digitis long without leading zero(s) assigned by CCASS (Hong Kong).HKSCC provides the SPSA services to the market to facilitate investors who maintain China Connect Securities with custodians but want to sell their China Connect Securities without having to pre-deliver the securities from their custodians to their executing brokers. The investor may designate at most 20 EPs as executing brokers which are authorised to use its Investor ID to execute orders in China Connect Securities on its behalf. When the designated EP inputs such investor’s sell order, it shall also input the Investor ID with the sell order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8020" name="FDID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=S (FDID) and PartyRole(452)=24(Customer account) in the standard Parties component (also together with PartyRoleQualifier(2376)=18(Current) when modifying the FDID). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The firm designated identifier (FDID) is a unique identifier required by the SEC for each trading account designated by Industry Members for purposes of reporting to CAT (Consolidated Audit Trail).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8021" name="NewFDID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=S (FDID), PartyRole(452)=24(Customer account) and PartyRoleQualifier(2376)=19(New) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The firm designated identifier (FDID) is a unique identifier required by the SEC for each trading account designated by Industry Members for purposes of reporting to CAT (Consolidated Audit Trail). Can be used when changing the FDID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8022" name="SIJurisdiction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=G (MIC) and PartyRole(452)=63 (SI) in the standard Parties component and PartySubID(523) together with PartySubIDType(803)=70 (Jurisdiction) in the associated standard PtysSubGrp component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The SI jurisdiction is the one applicable to an order associated with an SI in that instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8023" name="ReportedJurisdictions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) or P (Short code identifier) and PartyRole(452)=116 (Reporting entity) in the standard Parties component and PartySubID(523) together with PartySubIDType(803)=70 (Jurisdiction) in the associated standard PtysSubGrp component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The reported jurisdictions are those that the trade has been or will be reported to. Required to also use TradeReportingIndicator(2524)=6 (Trade has been or will be reported).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8024" name="VenueOrderTypes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Unique identifier representing the specific order type(s) offered by an execution venue. In the context of US CAT this is used for CAT field atsOrderType. ATSs provide their order types to CAT by submitting data dictionaries.”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8025" name="CustomerAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=D (Proprietary) and PartyRole(452)=24 (Customer account) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8026" name="AlgorithmID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=D (Proprietary), PartyRole(452)=122 (Investment Decision Maker), and PartyRoleQualifier(2376)=22 (Algorithm) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8027" name="CustomerLEI">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) and PartyRole(452)=3 (Client ID) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8028" name="BrokerLEI">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) and PartyRole(452)=26 (Correspondent Broker) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="8029" name="MasterSPSAID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Master Special Segregated Accounts Investor ID that is 6 digits long without leading zero(s) assigned by CCASS (Hong Kong).HKSCC provides the Master SPSA services to the market to facilitate investors who maintain China Connect Securities with custodians but want to sell their China Connect Securities without having to pre-deliver the securities from their custodians to their executing brokers. The investor may designate at most 20 exchange participants (EPs) as executing brokers who are authorised to use their Investor ID to execute orders in China Connect Securities on his behalf. When the designated EP inputs such investor’s sell order, it shall also input the Investor ID with the sell order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8030" name="KRShortSellRegNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. Same as PartyIDSource(447)=V (Korea Short Selling Registration Number). To be used by implementations that cannot accommodate Parties component in earlier FIX versions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="8031" name="MMTCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">8000-8999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String datatype. To be used by implementations that require the MMT efficient encoding scheme as opposed to the individual fields flagging post-trade data across asset classes. See https://www.fixtrading.org/mmt/ for details of the encoding.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">FIX Protocol Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9000" name="InvestorAdvisorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">a.k.a – RR Code, Salesman Code, Representative Code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Royalblue</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9001" name="MaxShow1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order: Inform broker the amount of the order to be shown via IOIs

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 210 (MaxShow) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">State Street</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9002" name="CrossSeqNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number of cross trade being reported to an exchange. The field can contain alpha-numeric values.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9003" name="UDFSupportIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid Values

1- Supports UDF in the message

2- Supports UDF in repeating groups</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9004" name="CustomerSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of contracts that are customer in the top of the market message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9005" name="ProfessionalSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number of contracts that are professional (non-ICM)in the top of the market message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9006" name="QuoteUpdateControlId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An Integer ID per quote for a product in the Mass Quote Message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9007" name="NoSettDays">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For FIX4.2 . Defines the number of Settlement Days. Format is 1-25. This is used when SettlmntType is too restrictive.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9008" name="QuoteText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For FIX4.2. Quote msg does not have Text.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Dresdner Kleinwort Wasserstein</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9009" name="TradingSystemTicketNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Propritary Trading system Ticket number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9010" name="TradingSystemReferenceTicketNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Referernce number for Proprietary trading system ticket number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9011" name="BLPAllocationticketnumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Inside the repeating group for allocations. This is unique to BLP Trading systems.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9012" name="BLPAllocationRefTicketNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UNique to BLP Trading system. Inside repeating group for allocations.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9013" name="ADPBlotterCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Instinet</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9014" name="BlotOrderStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">State of the order on the blot screens.

0 = Sent

1 = Sent Ack

2 = Priced

3 = Covered

4 = Accepted

5 – Rejected

6 = Canceled

7 = Passed

8 = Traded Away

9 = Tied Traded Away</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9015" name="ExecDeltaHedge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes whether a Delta Hedge trade should be booked to offset the risk of an option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9016" name="HedgeTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates a type of hedge trade to be executed for offset of option risk. Possible values: 1=Spot; 2=Forward</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9017" name="LegNotionalCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The currency which the LegNotionalAmount field refers to, for an FX Option.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9018" name="LegNotionalAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of units of currency that are being traded in a given leg of an FX Option. The currency being traded is denoted by the LegNotionalCurrency field, tag 9017.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9019" name="FXOptionStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The style of FX Option. Possible values: 1=American; 2=European</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9020" name="EQIQuoteResponseLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the level of acknowledgement expected for each quote that is submitted to NYSE as a Quote Advisory. Possible values:(0), or if the tag is not in the message, NYSE will not send any acknowledgement whatsoever for this message. (1), NYSE will send an acknowledgements only if this message fails one of NYSE validations.(2), NYSE will acknowledge this message in any case (rejection or acceptance).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9021" name="EQIAdvisoryType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates what kind of information is embedded in a quote advisory message.(0)Updated fully accepted quote.(1)Updated partially accepted quote.(2)Accepted quote but not updated.(3)Partially accepted quote but not updated.(4)Rejected quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9022" name="NYSELiquidityBidPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE Liquidity Quote Bid Price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9023" name="NYSELiquidityBidSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE Liquidity Quote bid size.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9024" name="NYSELiquidityOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE Liquidity Quote offer price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9025" name="NYSELiquidityOfferSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE Liquidity Quote offer size.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9026" name="EQIQuoteOrigin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates origin of the quote:whether the quote was generated by NYSE Display Book or by a quote submitted from the firm.(‘E’)The quote was generated because of a quote submitted by the firm.(‘D’)The quote was generated by NYSE DBK(e.g. manual quote entered by specialist).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9027" name="NYSEQuoteRefId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides support for cross-referencing the quote in a Quote Advisory message to a quote submitted to NYSE. This tag contains the Quote ID of the quote sent by the firm that caused the Quote Advisory.It will be present only if the original quote submission EQIQuoteResponseLevel is 1 (if the submission failed some validation) or 2 (in all cases).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9028" name="NYSENoQuoteErrors">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of errors in quote validation that are present in a Quote Advisory message (used for repeating group).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9029" name="NYSEQuoteFieldCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the indication of which quote element failed validation, and will be used in conjunction with the NYSEQuoteErrorCode tag to specify the complete error. Possible values:(0) Best Quote bid.(1) Best Quote offer.(2)Liquidity Quote bid.(3)Liquidity Quote offer.(4)Error not due to the quote data itself,but due to some generic reason(trading halt, stock frozen, etc).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9030" name="NYSEQuoteErrorCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quote validation error code in a partially accepted or rejected quote submission(e.g. NYSE Xpress order restriction,auto quote suspended on side,invalid price,discarded due to throttling,etc) .</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9031" name="QuoteUpdateRequestID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier issued for each Quote Update Request message in a connection(request to subscribe/unsubscribe for quotes).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9032" name="UpdateRequestRejectReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the encoded reason why the subscription/unsubscription request failed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9033" name="EQIRole">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the role of an entering party in a Quote Submission.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9034" name="CallPutCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes what currency a given leg of an FX Option is operating on. Works in conjunction with CallOrPut tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9035" name="OmgeoNoTDBusinessExceptionCodes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups for TradeDetail business exceptions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9036" name="OmgeoTDBusinessExceptionCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A reason code for TradeDetail business exceptions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9037" name="OmgeoTDHighestErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. The highest Error Severity code within the Trade detail.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9038" name="OmgeoTLBusinessExceptionCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A reason code for business exceptions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9039" name="OmgeoNoTLBusinessExceptionCodes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups for business exceptions</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9040" name="OmgeoShowHiddenFieldsIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. An indicator for hiding data from the counter party.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9041" name="OmgeoL2MatchingProfileName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Specifies the name of the L2 matching profile.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9042" name="OmgeoNoTradeTransCondIndicators">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating OmgeoTradeTransactionIndicator entries.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9043" name="OmgeoTradeTransCondIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the bargain conditions vfor the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9044" name="OmgeoNoSettlTransCondIndicators">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating OmgeoSettlementTransactionIndicator entries.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9045" name="OmgeoSettlTransCondIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the bargain conditions for the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9046" name="OmgeoTradeLevelMasterReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A unique identifier for the trade side that is supplied by the client.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9047" name="OmgeoTradeDetailTradeAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the trade (deal) amount for the trade detail (i.e., the account allocation).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9048" name="OmgeoSettlInstrSourceIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the source of settlement instructions. If not present, settlement instructions will not be enriched and manual settlement instructions included in the message will not be processed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9049" name="OmgeoAlertCountryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo ALERT specific field. Used for ALERT settlement instruction lookup. Codes are not ISO country codes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9050" name="OmgeoAlertMethodType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo ALERT specific field. The ALERT clearing method type, used for ALERT settlement instruction lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9051" name="OmgeoAlertSecurityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo ALERT specific field. The ALERT security type code used for ALERT settlement instruction lookup.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9052" name="OmgeoTradeSideID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A unique identifier for a trade side that is generated by CTM.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9053" name="OmgeoSettlementViewIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates whether an Allocation Report represents a Settlement view or describes a status change.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9054" name="OmgeoTLMatchStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the match status at the trade level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9055" name="OmgeoRejectComponentFlagBlock">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates a Block has been rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9056" name="OmgeoCompleteStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the complete status.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9057" name="OmgeoMatchAgreedStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the trade is matched at the trade level and trade details, is complete and has no errors.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9058" name="OmgeoTLHighestErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the severity of an error against the trade level (i.e., the block).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9059" name="OmgeoTradeSideHighestErrSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the severity of an error against the trade side (i.e., the block and all of the associated account allocations).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Country" id="9060" name="OmgeoBrokerCountryOfIssue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates CountryOfIssue as entered by the executing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9061" name="OmgeoBrokerIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the IDSource as entered by the executing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9062" name="OmgeoBrokerSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. The SecurityID as entered by the executing broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9063" name="OmgeoNoErrors">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of block-level errors.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9064" name="OmgeoErrorKey">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. An identifier representing the error message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9065" name="OmgeoErrorXPath">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. The XPath of the CTM field, which caused the error.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9066" name="OmgeoErrorText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A human-readable description of the error.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9067" name="OmgeoNoIndividualErrors">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of allocation account-level errors.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9068" name="OmgeoIndividualErrorKey">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. An identifier representing the error message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9069" name="OmgeoIndividualErrorXPath">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. The XPath of the CTM field, which caused the error.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9070" name="OmgeoIndividualErrorText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. A human-readable description of the error.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9071" name="OldQty3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Changepond Technologies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9072" name="CallOrPut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes whether a particular leg of an FX Option trade is a Call or a Put. Possible Values: 1=Call; 2=Put</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9073" name="Currency1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes one of two currencies in an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9074" name="Currency2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the second of two currencies in an FX Options trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9075" name="DeltaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Delta value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9076" name="GammaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Gamma value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9077" name="VegaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Vega value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9078" name="ThetaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Theta value for an FX Option trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9079" name="RhoLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Rho value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9080" name="SpotHedgeLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The price of the instrument with which a given leg of an FX Option trade is being hedged.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9081" name="VommaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Vomma value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9082" name="VannaLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg Vanna value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9083" name="DeltaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Delta value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="component" id="9084" name="OmgeoThirdPartyDetail">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This composite is present only if

notifications are sent from a third

party. This composite consists of

ThirdPartyDetailStatus,

ThirdPartyDetailStatusTime,

ThirdPartySummaryStatus,

ThirdPartyHighestErrorSeverity,

ThirdPartyError, and

ThirdPartySourceSettingAgentFro

mMessage</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9085" name="GammaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Gamma value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9086" name="VegaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Vega value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9087" name="ThetaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Theta value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9088" name="RhoNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Rho value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9089" name="SpotHedgeNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net price of the instruments with which an FX Option trade is being hedged.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9090" name="CanTradeQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag will be used to determine if an order with the same symbol can be traded after a certain period of wait time against a quote. This in regards to block trading of securities electronically.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9091" name="QuoteStreamClosed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is used to differentiate between a quote rejection and the actual closing of a quote stream for business reasons.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9092" name="PBTFut1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9093" name="PBTFut2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9094" name="PBTFut3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9095" name="PBTFut4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bank of America</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9096" name="VommaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Vomma value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9097" name="VannaNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The net Vanna value for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9098" name="VolatilityLeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The per-leg volatility for an FX Option trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9099" name="ForwardRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The value of the forward rate for an FX Option.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9100" name="ContraBroker1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To report the contra broker(s) involved in trade. Can be up to 5 (currently), may need more in future.

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9101" name="FXSplitTradeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX Split trade indicator – Split FX trade across multiple books – Y/N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9102" name="FxMarketType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX Non-deliverable forward indicator

R = regular

N = onshore

O = OffshoreDefault = R</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9103" name="NoTickets">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of BLP trade tickets created as a result of the incoming trade message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9104" name="RepeatingTicketNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FX trading creates multiple transactions. This will contain the ticket numbers returned.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9105" name="Checkout">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y – Indicates a full allocation

N – Indicates partial or Dummy account’s</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9106" name="AutoexFirmStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A Trading System Firm Auto-Execution Status Tag

Y – Firm will automatically accept

N – Firm will reject all

P – Firm will pend for manual accept/reject</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9107" name="TradingStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading strategy of a transaction (ex. hedge fund trading strategy)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9108" name="PrimarySecurityIdentifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Primary money market security identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9109" name="FRNIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index used for calculating the current coupon value of a floating rate note</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9110" name="PctOfVolume">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required/necessary to complement ExecInst tag 18 when set to enum=D, “percent of volume.”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9111" name="SolicitedFlag1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To flag whether the order was solicited (by broker) or unsolicited. Need to pass this information on to downstream clients/systems. Use of solicited/unsolicited not found in any other tags/enum values.

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 377 (SolicitedFlag) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Paine Webber</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9112" name="DeltaHedgeSpotDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Value/Spot date (settlement date) for the delta hedge of an FX Option</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9113" name="DepositUnit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Deposit Unit for an FX Option trade. Possible Values: 1=Ann; 2=Semi; 3=Cont; 4=MMkt</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9114" name="DepositAccrual">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Accrual Unit for an FX Option trade. Possible values: 1=ACT/ACT; 2=20/360; 3=ACT/360; 4=ACT/365</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9115" name="DepositRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Deposit rate in units and accrual convention specified in tags 9113 and 9114</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9116" name="CounterDepositUnit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counter deposit unit for FX Option trade., Valid values:

• 1 = Ann

• 2 = Semi

• 3 = Cont

• 4 = M Mkt</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9117" name="CounterDepositAccrual">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counter accrual unit for FX Option trade. Valid values: • 1 = ACT/ACT

• 2 = 20/360

• 3 = ACT/360

• 4 = ACT/365</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9118" name="CounterDepositRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counter deposit rate in units and accrual convention specified in 9116 and 9117</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9119" name="SettlFixingDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement Fixing Date</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9120" name="SettlCurrency2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Settlement Currency for the second leg of NDF swap</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9121" name="FixingDate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fixing Date for the second leg of NDF swap. ( First leg is 6203 )</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9122" name="BBBankNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Bloomberg-specific ID associated with a particular dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9123" name="SpotNotional">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The signed notional for a spot hedge trade for an FX Option. Always refers to the currency denoted as Currency1 (tag 9073).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="9124" name="ExpiryTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of FX Option expiry, expressed in GMT format. Example: 10:00:00</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9125" name="ExpiryTimeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of expiration of FX Option, encoded into enumeration of three major cuts. Possible values: 1=NY: 10:00:00; 2=Tokyo: 15:00:00; 3=London: 15:00:00; 4=Mexico: 11:30:00; 5=Frankfurt: 14:30:00; 6=Taiwan: 11:00:00; 7=Seoul: 17:30:00; 8=Istanbul 14:00:00</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9126" name="OptionStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 — single leg, 2 — straddle, 3 — strangle, 4 — risk reversal, 5 — participating forward, 6 — diagonal spread, 7 — call

ut spread, 8 — calendar spread, 9 — two leg</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9127" name="DeliveryType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of delivery for an option trade. 1 — cash, 2 — delivery</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9128" name="Tolerance2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum allowed delta</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9129" name="ToleranceUnit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unit of Tolerance Value (%, $)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9130" name="BarrierStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Style of a barrier for Barrier option. 1– knock-in, 2 — knock-out</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9131" name="BarrierLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price of the underlying at which the option comes in existance or ceases to exist.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9132" name="BarrierDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates the direction in which the Barrier needs to be crossed to activate the option. 1 — up, 2 — down.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9133" name="BarrierStartDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date the price monitoring starts.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9134" name="BarrierEndDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date the price monitoring ends.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9135" name="BarrierRebate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Predefined rebate for Barrier option</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9136" name="OptionProductType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the standard optoin type: 1 — Vanilla, 2 — Knock-In, 3 — Knock-Out, 4 — One Touch, 5 — No Touch, 6 — Double Knock-In, 7 — Double Knock-Out</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9137" name="BarrierLevel2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Level of the second barrier for double barrier options</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9138" name="BarrierRebate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rebate for the second barrier for double barrier options</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9139" name="AskPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net ask price for 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9140" name="HoldIntrnl">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field indicating instruction to hold order internally for matching. Default=None, 1=Hold Internal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GlobeNet</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9141" name="DeltaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Delta Net value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9142" name="GammaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Gamma value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9143" name="VegaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Vega value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9144" name="ThetaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Theta value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9145" name="SpotHedgeNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Theta value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9146" name="VommaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Vomma value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9147" name="VonnaNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Vanna value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9148" name="LegAskPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price of the option leg for ask quote in 2-way pricing.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9149" name="GammaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Gamma leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9150" name="BBExecSubType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For adding, updating and deleting securities as part of trade capture message, AE.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9151" name="VegaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Vega leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9152" name="Variation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Concatenation of a sign and an absolute variation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9153" name="ThetaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Theta leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9154" name="SpotHedgeLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Spot hedge leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9155" name="OmgeoRejectComponentFlagAlloc">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates an allocation has been rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9156" name="OmgeoTradeToleranceMatchStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates if the trade has matched agreed within the accepted Tolarence or has matched with exact value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9157" name="VommaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Vomma leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9158" name="VannaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Vanna leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9159" name="VolatilityLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volatility leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9160" name="ForwardRateLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Forward rate leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9161" name="DeltaLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Delta leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9162" name="RhoLegAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Rho leg for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9163" name="RhoNetAskValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net Rho value for ask quote in 2-way pricing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9164" name="TheoVariation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Theoretical open price variation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9165" name="RFQReferenceNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Request for Quote reference number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9166" name="OrigInfoMarket">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Origin of market information indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9167" name="BidNbOr1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9168" name="OfferNbOr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of sell orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9169" name="BidNbOr2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of buy orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9170" name="CLExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Client Execution id – A coresponding execution report from another system to send the original execution id sent. Execution report id for an fx trade done for a previous execution report sent to BLP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9171" name="TradeVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int that identifies the version of the Execution Report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9172" name="TradeDiscountRateDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“ACT_360”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9173" name="TradeIssueDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date that the Trade is executed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9174" name="CommRateDayCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“ACT_360”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9175" name="ProgramType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“DN”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9176" name="ProgramSettleType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“FedWire”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9177" name="TradePrincipal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A boolean value indicating if the Trade is for principal. “Y N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9178" name="ProgramOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A boolean value indicating if the Program is open. “Y N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9179" name="CashOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A boolean value indicating if cash settlement is open. “Y N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9180" name="ReversedInquiryAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9181" name="OfferingType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the type of offering. “DN”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9182" name="QuoteEntryOpen">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A boolean value indicating the status of a single bucket. “Y N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9183" name="SettleTypeAlt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A char indicating the settlement type: 0 = Reg, 1 = Cash, 2 = Skip, 3 = Reg and Cash, 4 = Reg and Skip, 5 = Cash and Skip, 6 = Reg and Cash and Skip</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9184" name="MaturityDateEnd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The maturity end date for a single bucket.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9185" name="OfferingTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The date and time when the MassQuote message is created.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9186" name="FMTradeStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the status of a Trade: 1 = Accepted, 2 = Updated, 3 = Canceled, 4 = Confirmed, 5 = Unconfirmed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fannie Mae</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9187" name="TouchType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Describes the type of exercising for touch options.

No touch — 1, Pay when hit — 2, Pat at expiry — 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9188" name="ExerciseStartDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The beginning date of option exercise period.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9189" name="ExerciseEndDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The end date of option exercise period.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9190" name="SectorVariable">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Enforce a sector-level constraint</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleCharValue" id="9191" name="SuppressOrderStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Firm indicator for the types of execution report a firm would not like to receive. Possible values are same as for OrdStatus [Tag 39]. Example – a firm not wishing to receive “Done for Day” type Execution Reports can specify a value of 3 in the logon message. This tag can have multiple comma separated values.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9192" name="EnhancedQuoteBehavior">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator on the Logon message that determines behavior of User Quotes on the CBOE system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9193" name="RemoveType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of deletion indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9194" name="SpotAskRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used for 2-way pricing – spot rate of the ask quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9195" name="OmgeoTPNotificationType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If ThirdPartyData composite is

created for CDS, this field contains

DEPO; if created for third party, it

contains THRD.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9196" name="TradingStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instrument trading status indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="component" id="9197" name="OmgeoTPMessageDelivery">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This composite contains information about the third party DeliveryChannel, MessageFormat,and HeaderFooterFormat.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9198" name="SuspendTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date time of instrument halting</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9199" name="HighLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Maximum authorized price at which an instrument can trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9200" name="LowLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum authorized price at which an instrument can trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9201" name="MatchBid">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Needed in a Danish market. Used to verify that a client has got the latest instrument price when making an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9202" name="MatchAsk">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Needed in Danish market. Used to verify that a client has got the latest pricing when making an order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9203" name="CommPxLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If commission needs to be calculated by trading systems. Formula: IF (Price&lt;=CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9204" name="CommMin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9205" name="CommMax">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9206" name="CommPct1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Interbizz Financial Systems AB</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9207" name="EMS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy side vendor to provide the EMS software version that the trader is using to send in orders. For example: “BloombergEMS 1.0”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9208" name="MessageKind">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the general contents of an E-mail</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9209" name="MessageDestination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the user to whom the message is adressed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9210" name="NbMaxPart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of messages in this E-mail</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9211" name="SMAttribFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Supermontage orders, Indecates whether the order should be anonymous or not. If the tag is not present or if it is ‘N’ the order will be attributable. If the tag is ‘Y’ Supermontage will view the order as anonymous.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9212" name="SMAIQFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Supermontage orders, this value is used to specify whether internalization is allowed on the order. Keep in mind that AIQ means anti-internalization.Valid Values:

N – Internalize First.

I – Do not internalize first but allow this order to match orders with the same MPID.

Y – Never allow internalization.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9213" name="SMPrImpFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Supermontage orders, a 1 character flag (Y/N) to indicate that price improvement is in effect. This field is passed back on execution reports.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9214" name="SMBnchdFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For Supermontage orders, 1 character keyword used to indicate bunched orders. The value if present should be ‘B’. This is passed back on execution reports.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9215" name="LiqProvOnly">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag is used to specify a Summary/Liquidity provider only order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9216" name="PortfolioBuyValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar value of buys</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9217" name="PortfolioSellValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Dollar value of sells</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9218" name="OverallVolumeLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volume restriction on entire order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9219" name="InstrumentID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security referential identifier</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9220" name="HighTenorQuoteId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">HighTenorQuoteId used for order message to indicate interpolated price calculation from FX streaming quote id</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9221" name="AuxAuctionInfo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">for Optional Auction data in solicting an Auction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9222" name="SpotQuoteId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SpotQuoteId used for order message to indicate price from FX streaming quote id</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9223" name="AllocationType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate whether an existing template identified by Tag 70 should be used for pre-allocation or the allocation details are defined in the fix message body. Valid values are:

0 = No Pre allocation.

1 = Details provided in the message.

2 = Use a pre existing template identified by Tag 70.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9224" name="LiquidityProvider">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the Legal entity long name or BIC code of dealer whose best quote on inquiry actually triggers the trade between MarketAxess and client trader.

DataType=String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9225" name="MessageID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number of message within this E-mail</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9226" name="Vendornetwork">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy side to provide the Network that the trader is using to send in orders. For example: “NYFIX”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9227" name="StockType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stock type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9228" name="OmgeoTPNErrorID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique identifier for each error

on a given trade component.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9229" name="OmgeoTPNErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field represents the significance of the synchronous and asynchronous errors.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9230" name="OmgeoTPNErrorText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field describes the error code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9231" name="TradeThruFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The trade Through flag indicates if an execution in Supermontage Intermarket was traded through another market.Values : Y/N</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9232" name="CommitIdent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Commintment Indentifier. This field is populated with a 1-5 Alpha Numeric value on a Supermontage Intermarket execution report when an execution is effected with an ITS participant.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9233" name="ComplResp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is a Supermontage Intermarket flag. This is used to indicate the complaint ID (1-5 Alpha) to indicate the complaint you are responding to. This ID is obtained from NASDAQ market watch.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9234" name="BlkOrdFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in Supermontage Inter Market. This flag indicates if the order is a block order. A block order is characterized by 10000 shares or more or $200000 or more.Values : Y/N.

This is not a mandatory field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9235" name="OmgeoDeliveryChannel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the TPMessageDelivery composite, this field contains the delivery channel parameter for the third party destination profile for

this notification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9236" name="OmgeoMessageFormat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the TPMessageDelivery composite, this is the message format parameter for the third party destination profile for this notification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9237" name="OmgeoHeaderFooterFormat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the TPMessageDelivery composite, this is the header footer format parameter for the third party destination profile for this notification.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9238" name="LehmanATS9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 9</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9239" name="LehmanATS10">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 10</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9240" name="TALAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Integer corresponding to the account type within the TAL OMS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9241" name="LehmanATS1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 1</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9242" name="LehmanATS2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9243" name="LehmanATS3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9244" name="LehmanATS4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 4</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9245" name="LehmanATS5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 5</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9246" name="LehmanATS6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 6</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9247" name="LehmanATS7">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 7</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9248" name="LehmanATS8">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Lehman ATS Field 8</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9249" name="TriggerQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strategy pounce trigger quantity (number of shares)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9250" name="IdealPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Goal.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9251" name="VolumeLimit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Volume limit orders are permitted to approach while trading.

Integer value from 0 – 100.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9252" name="Urgency2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The acceptable market impact that strategy orders are allowed to induce.

Signed integer value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9253" name="Tolerance3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price move tolerance. Used to create a firm limit price from a specified price target. Strictly positive double value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9254" name="Duration6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specified lifetime for orders, i.e. 25 = 25 minutes. Integer value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9255" name="MinTake">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum block size allowed when searching for liquidity levels. Integer Value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9256" name="StartTime5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Start time in HHMM format for Jefferies trading strategies. i.e. 1300 = 1:00 PM

Integer Value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9257" name="EndTIme">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">End time in HHMM format for Jefferies trading strategies. i.e. 1300 = 1:00 PM

Integer Value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9258" name="Footprint">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specify the type of market footprint orders are permitted to take on.

Integer value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Jefferies</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9259" name="StrategyFlags">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instructions for strategies. Integer value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9260" name="ProcessCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of transmitter process</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9261" name="OverridPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Overriding price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9262" name="MsgID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag is used to identify each message for recovery purpose by the HUB</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9263" name="ActionCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the type of update on the market sheet</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9264" name="DisplayLimitPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The price at which an order is listed on the market sheet</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9265" name="PriorityTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9266" name="MaxFloorPercent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Max Floor Percent of Touch</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9267" name="OrderIDPrev">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID of previous order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9268" name="Lehman">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9269" name="OrderIDNext">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID od next order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9270" name="LoanSupportFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator of underlying security on the lending market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9271" name="LoanSettleDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Expiry date of lending stock</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9272" name="lehman2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9273" name="lehman3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9274" name="lehman4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">reserved</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9275" name="MinSliceQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Size of a trading block for an all or none order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9276" name="DisplayQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of the order that can be view on the market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9277" name="RelatedMarketCenter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NASD plans to amend Rule 6130 to require members to identify on transaction reports

submitted to the TRF relating to clearing-only and other non-media entries, such as stepouts,

reversals and riskless principal transactions, the market where the underlying

transaction was reported, as applicable.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9278" name="AdvertisementInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">An indication of whether or not the trade is to be subsequently advertised.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9279" name="IncrementParticipationRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Increment for volume participation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9280" name="NominalValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Nominal market value of the security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9281" name="ReRoutedSettlDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the Settlement Date of a Re-Routed Order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9282" name="ReRoutedBrokerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the Broker Code of a Re-Routed Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9283" name="PriceDef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading unit type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9284" name="InactivationRejReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reason for reject of order deactivate request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">ICAP</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9285" name="TriggerPxDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates Cents or BPS Better or Worse than a Trigger Price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9286" name="BoardLot">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum tradable quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9287" name="OmgeoPlaceOfSafekeeping">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Place where to the best of the fund manager’s knowledge, its securities are or should be kept (before settlement of a delivery or after settlement of a receive instruction).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9288" name="OmgeoPlaceOfSafekeepingType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates type of PSAFE value being provided: BIC or Country Code. Valid values:

BIC

COUN</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9289" name="OmgeoPlaceOfSafekeepingValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the PSAFE value. Will be either a BIC or an ISO Country Code.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9290" name="OmgeoPlaceOfSafekeepingPlace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo specific field. Indicates whether BIC provided is for a Custodian NCSD, ICSD or Shares Held Elsewhere. Valid values:

CUST

NCSD

ICSD

SHHE</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9291" name="ReRoutedOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the Size of a Re-Routed Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9292" name="MIC">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market Identifier Code – Used to identify market maker used in quote and execution reports.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9293" name="OmgeoThirdPartyDetailStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the ThirdPartyDetailStatus composite, this field indicates the status values when TPNotificationType is THRD.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9294" name="OmgeoThirdPartyDetailStatusTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the ThirdPartyDetailStatus composite, this field contains the most recent date and time change for ThirdPartyDetailStatus.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9295" name="OmgeoThirdPartySummaryStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the ThirdPartyDetail composite, this field contains a roll up status of all underlying notifications generated when a third party detail is released for notification. This field is absent if the investment manager is not subscribed to Omgeo CTM Third Party Notification – MAGR.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9296" name="OmgeoTPHighestErrorSeverity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the ThirdPartyDetail composite, this field contains the highest error severity of ThirdPartyErrors.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="component" id="9297" name="OmgeoThirdPartyError">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This composite contains errors generated during the third party eligibility and third party validation process. It consists of ErrorId, ErrorSeverity, and ErrorText.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9298" name="MarketFlowID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market feed indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9299" name="BetaExposure">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Range within which to maintain portfolio beta</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9300" name="MessagePartID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number of message in this E-mail</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9301" name="MmkrCapacity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Capacity, Broker Market Maker status. Valid Values: A=Agency, P=Principle</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9302" name="OrderPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Customer price per share of Original Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9303" name="RoutingInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order routing instruction for ECN. Valid Values B=Book (default), T=Through ECN to Prefered Market Maker, X=Order Cross, H=Hidden Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9304" name="CxlQty1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unsolicited Partial Cancel Quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9305" name="SponsorBkr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Sponsor Broker for the Institution. Only used with Institution Orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9306" name="OrigOrderDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date the Original Order was accepted by ECN.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9307" name="PfdMktMkr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Prefered Market Maker with Through BRUT Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9308" name="WeightedAvgBuyPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Average buy price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9309" name="WeightedAvgSellPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Average sell price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9310" name="CancelOpenQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Portion of Open Qty to be Cancelled.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9311" name="TLCQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Too late to cancel quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9312" name="QuoteStatus2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Status of Quote – same values as OrdStatus</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9313" name="QuoteRequestSubscription">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Presence of tag on Quote Status Request indicates that the counterparty wants to subscribe for Quote Requests for the product specified.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9314" name="OpenInterest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Open Interest in terms of number of contracts for a derivative security (such as, option)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9315" name="MDScope">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Scope of market data being requested or returned – values are:

1-Local

2-National

3-Global</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9316" name="LegalMarket">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean value that when true indicates that the market data being reported is a legal market (for instance a valid bid-ask spread).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9317" name="InternalOrderStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order Status Code from the trading system. Used for documentation purposes only – should not be used for maintaining status of the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9318" name="MktMkerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID of the member firm responsible for market making for this particular stock</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9319" name="IndxIndic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9320" name="OrderRejectReasonTxt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Textual description of the reason and order was rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9321" name="SecondaryClOrdID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Secondary Client Order ID – used when counterparties require a secondary client order id. Will be replaced by FIX 4.3 field of the same name.** ADDED TO FIX 4.3 AS TAG: 526 (SecondaryClOrdID) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9322" name="MultilegPriceIncrement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to defined the price increment for generation of a multileg instrument. The price increment is used to indicate the increment to the price of the instrument defined in the security block for the next leg of the multileg security. Used for options strategy generation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9323" name="MultilegMonthIncrement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of months to increment the next leg of a multileg instrument from an anchor leg. Used for option strategy definition.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9324" name="ClearingOptionalData">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Optional Data sent to clearing house on trades against the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9325" name="LastTradeDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date the instrument last traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9326" name="CarryFwdISINCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ISIN code of underlying security on lending market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9327" name="WeightedAvgQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Weighted average spread quantity</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Country" id="9328" name="CountryIssuer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Issuing country code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9329" name="PhysicalTradingGrp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9330" name="SICOVAMCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">AFC (agence française de codification)Id code of a security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9331" name="MktIndic">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the market regulations governing the market on which the stock is traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9332" name="ReemissionFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Beginning/end of transmission indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9333" name="DivNbCO">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Official quotation list classification: section number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9334" name="RubNbCO">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Official quotation list classification : Heading number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9335" name="PrevDayCapitalTrd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous day’s capital traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9336" name="TypeOfInstr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Derivative instruments associated with the stock</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9337" name="AlphaNbCO">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Alpebabetical sequence number in the official quotation list</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9338" name="TradingGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trading group for french instruments</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9339" name="TaxDeductCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tax deduction code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9340" name="MMBidPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker bid price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9341" name="MMOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker offer price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Exchange" id="9342" name="FinancialMarketCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market of execution for last fill</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9343" name="NoUnchangedSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of stocks unchanged in the corresponding index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9344" name="NoNotTradedSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of stocks not quoted in the corresponding index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9345" name="RoutedOrderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To satisfy the OATS requirement of having a unique identifier for each order. This field is 20 characters or less.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9346" name="PHLXRoutingInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow passing through of routing instruction values for PHLX.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9347" name="TRACRoutingInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow passing through of routing instruction for Track ECN.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9348" name="NSXHandlInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow passing through of HandlInst for NSX.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9349" name="CHXHandlInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allow passing through of HandlInst for CHX.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9350" name="OmgeoTPSourceSettlingAgentFrmMsg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Part of the ThirdPartyDetailStatus

composite, this field tells third party notification whether to send a notification to the IP3, Custodian or Sub-Agent listed on the message and how to handle Settling Agt and Settling Agt BIC fields on the UI.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9351" name="OmgeoSWIFTBuyerSeller">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9352" name="OmgeoThirdPartyCreatedAt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9353" name="OmgeoSWIFTDifferenceFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9354" name="OmgeoSWIFTDifferences">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9355" name="CrossTradeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Cross order indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9356" name="PrevPxVarSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sign of variation against previous price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9357" name="EndSamePxFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last of a serie of trades at the same price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9358" name="TradeSesPreopenTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Pre-opening time of the trading session</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9359" name="TradeSessConsultTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Consult time of the trading session</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9360" name="NoInitSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of instruments initialized</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9361" name="PrevDayCumQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous day capital traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9362" name="AllocAvgPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allocation: optional price for specific alloc within a ticket (avg across multiple executions)

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 153 (AllocAvgPx) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">American Century Investments</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9363" name="PublishOrderStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean used to indicate to counterparty that the logon initiator would like order status transmitted after successful login</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9364" name="CFICode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of security using ISO 10962 standard, Classification of Financial Instruments (CFI code) values. It is recommended that CFICode be used instead of SecurityType for non-Fixed Income instruments. NOTE: This is a FIX 4.3 field for which we are assigning a user defined tag value so it can be used in pre-4.3 versions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9365" name="PremPriceTickBreakPoint">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price at which the Premium Price Tick changes from the PremPriceTickBelow and the PremPriceTickAbove</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9366" name="PremPriceTickAbove">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Premium Price Tick Size above the PremPriceTickBreakPoint</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9367" name="PremPriceTickBelow">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Premium Price Tick Size Below the PremPriceTickBreakPoint</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9368" name="LastBustShares">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of shares reported as part of a trade bust</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9369" name="PriceProtectionScope">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the type of price protection the customer requires on their order

Valid values:

0 = None

1 = Local (Exchange, ECN, ATS)

2 = National (Across all national markets)

3 = Global (Across all markets)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="9370" name="MultilegPositionEffects">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MultipleValueString Array of open close codes for multileg orders **Will be obsoleted by FIX 4.3 Multileg Order Message **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9371" name="MultilegCoveredOrUncovered">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Multivalue field containing the CoveredUncovered constants for the legs of a multileg instrument. Added for FIX 4.2 complex order support. *** OBSOLETE with FIX 4.3 Multileg Order (MsgType=AB) LegCoveredOrUncovered(tag 565) field ***</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9372" name="MultilegStockClearingFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Clearing firm for the stock leg of a multileg option strategy added for complex order support in FIX 4.2. *** REPLACED in FIX 4.3 with the Multileg Order (MsgType=AB) Nested Parties block clearing firm party role.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9373" name="LiquidityFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator of how BRUT executed the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Automated Security Clearance Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9374" name="PeggingTicker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The adjustment price to calculate the order price from the NBBO of a pegged order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9375" name="SMRouteFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Field to specify the SuperMontage route field for

a given order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9376" name="SMExecAlgorFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field will be forwarded to SuperMontage for the Execution Algorthim.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9377" name="PowerNet">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A field used by PowerNet to define the source of order entry.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9378" name="NoMDRefReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is used to specify which previously subscribed MDReqID’s were affected by this reject. It is useful in the case where a new subscription automatically unsubscribes previous subscriptions, or if the server needs to unsubscribe certain subscriptions for performance or other reasons.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Genetics Corporation</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9379" name="MulitiLegPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price for Individual Legs.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9380" name="StockFirmName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stock Firm name used in Buy writes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9381" name="StockFirmNameKey">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stock firm name key used in Buy writes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9382" name="MatchType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of match for internalized order. Valid Values: 1=Guaranteed Price, 2=Limit Price, 3=Auto Match</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9383" name="AuctionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of auction. Valid values: 1=Paired orders for internalized execution, 2=Strategy (multi-leg)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9384" name="AuctionContingency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CBOE Contingency type of order. 1=none, 2=AON, 3=FOK, 4=IOC, 5=Opening only, 6=Minimum, 7=Not Held, 8=With Discretion, 9=Market if Touched, 10=Stop, 11=Stop Loss, 12=On close, 13=Stop Limit, 14=Response to Auction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9385" name="AuctionID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier used to participate in an auction and report results from an auction.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9386" name="TickIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric that specifies the tick at the time of execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9387" name="OmnibusClearing">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric designating the omnibus account against which the execution was done</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9388" name="SourceOfOrder">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric denoting the source of the order; i.e., from CMS, from BBSS, from DBK, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9389" name="UnitOftrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric denoting the unit of trade; i.e., whether the stocks trades in lots of 100, 10, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimeOnly" id="9390" name="OrderTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">6-byte timestamp in HHMMSS format denoting the time the order arrived in the system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9391" name="SourceOfReport">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric denoting whether the execution was done in DBK, BBSS, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9392" name="SpecSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1-4 alphas representing the Specialist firm’s mnemonic</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9393" name="PostID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">2 numerics denoting the post at which the stock trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9394" name="TeeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 alpha denoting the tee location at the post where the stock trades</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9395" name="OddLotAlarmShares">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9396" name="OddLotLineCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9397" name="TotalOddLotSellAlarm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9398" name="MDRefReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previously subscribed MDReqID that has been affected. How it was affected is given in the the MDReqRejReason field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Financial Genetics Corporation</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9399" name="BloombergPriceEngPriceLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Numeric value between 1-3 to represent the Bloomberg Price Engine price level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">The McNamara Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9400" name="ExecPhase">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to report current phase in trading</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Javelin Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9401" name="ReRoutedPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the Execution Price of a Re-Routed Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9402" name="OppSidePeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag had previously been named XpressIndicator, datatype remains Char. 4th Qtr, 2011. Opposite Side Pegging. This indicator specifies whether the customer has specified Pegging functionality be applied to the Opposite Side PBBO for the d-Quote or s-Quote. Value = “Y” or “N”. Not Boolean so invalid value will be rejected by CCG/ME, not Fix Parser.

Tag 9561, PegInd, used for same side Pegging and ‘Y’ value mutually exclusive with ‘Y’ value for OppSidePeg.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9403" name="OffsetPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price Format- tag had previously been named XpressTime datatype format UTCTimeOnly. 4th Qtr, 2011.

Retail Price Improvement Orders or CCG s-Quotes shall have a price improvement offset value in this tag which may have a value of zero to be filed better than the PBBO subject to limit price and cap rules.

This tag may also be used in Pegging d-quotes and s-quotes on same side or opposite side pegging to the PBBO, i.e. peg to PBO for buy pegging; PBB for sell pegging, offset by the price increments based on this tag’s absolute Offset value.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9404" name="WriteInTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture Field (FESC): This is an optional field that may be used in the case of a system failure or otherwise, to indicate the actual time an order was received on the Floor, if prior to the time that the order is actually recorded in the system. This field allows members to synchronize their electronic order records with time-stamped paper tickets when used in situations such as system failures.

Note that an “As Of” indicator flag must always be set when order details are being recorded late due to a system failure, regardless of whether a “Write In” time is entered.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9405" name="AsOfIndicator2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: A flag that is manually entered by a user to indicate that an order or order modification was represented at a point of sale on the NYSE trading floor before being entered into a system. Such orders and order modifications are referred to as “late entered orders.” The AsOfIndicator should only be used in situations where orders are entered into a system late due to system failure. The AsOfIndicator must be transmitted to the NYSE with all late entered orders and order modifications and Drop Copies of such. Value, when tag is present = A.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9406" name="DropCopyFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – A flag that indicates that a message is a Drop

Copy. This flag is required in all Drop Copy messages sent to FESC or from

CMS. Valid Values: C = CMS, D = FESC, 1 = Order Drop Copy, 2 = Execution

Report Drop Copy, 3 = Admin Inquiry Drop Copy, 4 = Admin Response Drop

Copy, 5 = Clearance Drop Copy. An alpha value must appear in combination

with a numeric value, separated by a space.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9407" name="HandlInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 21. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9408" name="MinQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 110. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9409" name="MaxFloor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 111. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9410" name="MaxShow2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as tag 210. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9411" name="PriceImprovement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When placing an order based on a quote, in the UK it is a regulatory requirement that you mention any price improvement on the quoted price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Apt Computer Systems Limited</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9412" name="OrigTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the time of the transaction as indicated by the Originating system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9413" name="HighPxDenom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Institutional XPress – Indicates the trading denominator of the indication price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9414" name="LowPxDenom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Institutional XPress – Indicates the trading denominator of the indication price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9415" name="MDEntryPxDenom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Institutional XPress – Indicates the NYSE trading denominator.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9416" name="ExtendedExecInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in various NYSE Arca order types. Currently supported values are:

“0” used to indicate that an order should not execute against a midpoint passive liquidity order, which could result in a sub penny fill.”1″ to indicate an NYSE ARCA fast cancel</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9417" name="ExtendedPNP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">used in conjunction with a post no preference order (execinst=6). Currently supported values are “P” for a PNP Plus order and “B” for a PNP blind order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9418" name="OlrlprlCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Odd-lot, round-lot, PRL indicator containing the values 1,2,or 3</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9419" name="OrderTANumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The TA number of the order assigned by SDOT</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9420" name="SpecUnitID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Specialist Unit Number handling the stock. Contains a value from 1 to 100</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9421" name="ContraBroker2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 5,5A-D; ABCDnnnnn where ABCD is a 4-character mnemonic. Line 5 does not appear on Odd Lot orders Identifies the Contra side of the trade. Up to five Contra sets (Contra firm identification on an Execution Report). If NoContraBrokers [9423] is greater than 0, than ContraBroker [9421] is required. ContraBroker [9421] is for use in FIX 4.1 only and corresponds to tag ContraBroker[375] in FIX 4.2. FIX.4.1 Format: Char FIX.4.2 Format: See Tag #375

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9422" name="ContraTradeTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 4: format is hhmm(ss) Indicates the Execution time in hours, minutes, and – if the user wishes – seconds. ContraTradeTime [9422] is for use in FIX 4.1 only and corresponds to tag ContraTradeTime[438] in FIX 4.2. FIX.4.1 Format: Char FIX.4.2 Format: See Tag #438

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 438 (ContraTradeTime) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9423" name="NoContraBrokers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Number of Line 5’s. Number of ContraBrokers repeating group instances. NoContraBrokers [9423] is required if the value is greater than 0 and if present, appears as the first tag in the repeating Contra group. NoContraBrokers [9423] is for use in FIX 4.1 only and corresponds to tag NoContraBrokers[382] in FIX 4.2. FIX.4.1 Format: Int FIX.4.2 Format: See Tag #382

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 382 (NoContraBrokers) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="9424" name="OrdStatReq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Admin Request – Line 2, Field 1 Valid Values: 1 = Report Status 2 = Confirm Order Received 3 = Confirm Out 4 = B (Buy) 5 = BM (Buy Minus) 6 = S (Sell) 7 = SPL (Sell Plus) 8 = SS (Sell Short) 9 = SE (Sell Short exempt from rules) Contains Admin message type (i.e. Report Status) and must include the original order instruction. This field contains multiple values separated by a comma. FIX.4.1 Format: Char FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="9425" name="StatusResp">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Admin Response – Line 2, Fields 1, 2

Valid Values:

1 = Busted Trade

2 = Names Later

3 = Corrected Price

4 = Price is Correct

5 = Report CHG

6 = BOT

7 = BOT^MINUS

8 = SLD

9 = SLD^PLUS

A = SLD^SHRT

B=SLD^SHRT^EXEMPTIf more than one value is applicable, this field can contain multiple Admin responses separated by a comma.Admin responses generated as a result of the Execution Report Correction (ERC) information.

FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9426" name="BillingRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">May contain the Away Market ID with or without the MMID, (formats A, A/EDGA, N/MP…) or the Billing Indicator with or without the new Billing Tier (formats 1, 2, 2/1…).

Away Market is any valid value of the NYSE’s internal Exchange indicator (non-Fix standard). Billing Indicator or Tier is any valid value 0-9. Tag is used in Message Type 8, Report messages.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9427" name="CxlBal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Cancel, Cancel/Repl– Line 2, Field 2

If CxlBal [9427] is present, set to Y . Cancels the remaining balance of an outstanding order without quantity specification.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9428" name="CxlQty2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as Tag 84 FCS Cancel – Line 3C, Field 1

If present, set to the quantity to be canceled. Cannot be an Odd Lot. Used in conjunction with Cancel with Leaves.FIX.4.1 Format: Float

FIX.4.2 Format: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9429" name="CMSLeavesQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Same as Tag 151

FCS Cancel – Line 3E, Field 1 If present, set to the new quantity to take effect. Cannot be an Odd Lot. Corresponds to CMS LVS quantityFIX.4.1 Format: Float

FIX.4.2 Format: Qty</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9430" name="NYSEDirect">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 4B, Field 2 Valid Value = NX

Routing Code returned on the Execution ReportFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9431" name="GiveUpID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Order – Line 4B, Field 1: 1-4 alpha characters

FCS Report – Line 4B, Field 5 Optional field: names the clearing member designated by another clearing or a non-clearing member for settlement of its Exchange transactions.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9432" name="MiscDataLine4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Order, Cancel, Cancel/Repl, Admin Req – Line 4, Field 1: 1-27 charactersFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9433" name="ExecutionInformation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 1: 1-4 digit number Indicates Specialists number. For any firm that routes orders to BBSS, the firm’s internal information (for example, firm clearing number or Broker Badge number) will be reported, if it conforms to the format. Execution information is also repeated here at the firm’s request.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9434" name="ContraTradeQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 2: 1-5 digit number; nnnnn of field ABCDnnnnn where: Identifies the number of units traded on an Execution Report. If NoContraBrokers [9423] is greater than 0, than ContraTradeQty [9434] is required. Amounts for PRL trades show only the Round Lot units – for example: 575 shares of a 100 share trader = 5. ContraTradeQty [9434] is for use in FIX 4.1 only and corresponds to tag ContraTradeQty[437] in FIX 4.2.FIX.4.1 Format: Float

FIX.4.2 Format: See Tag #437

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 437 (ContraTradeQty) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9435" name="ExClearingHouse">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 4B, Field 1.

If ExClearingHouse [9435] is present, set to Y . Optional Field: identifies a trade that will be settled outside the normal clearing processing.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9436" name="MemoAB">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 4B, Field 56; 1-10 alphanumeric characters

4 characters for Memo A and 6 for Memo B; a period will be returned for any character not enteredFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9437" name="NYSEPrime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report– – Line 4B, Field 4; 1-10 alphanumeric characters

Identifies an Execution Report that has benefited from NYSE price improvement. Provides dollar and cents value saved from NYSE price improvement; the greater than sign is displayed only if the price improvement per share exceeds $3.00.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9438" name="TryToStop">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Order, Cancel, Cancel/Repl – Line 3A, Field 5:

If TryToStop [9438] is present, set to T .FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9439" name="MiscDataLine4A">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Cancel and Cancel/Repl, Admin Req

– Line 4A, Field 5FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9440" name="ERCReferenceNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report – Line 4C, Fields 2-4: 9 digit ascii numericThe Activity ID is assigned by SuperDot and made up of the:

1. The Group number is the first three digits where nnn is a 3 digit number

2. The Reference number is the second three digits where nnn is a 3 digit number

3. The Sequence number is the last three digits and will start at 001 for the first activity against an order and increase by 1 for each subsequent activity where nnn is a 3 digit number.

FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9441" name="ContraTrader">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Report– – Line 5, 5A-D, Field 1: 1-4 digit (Badge) number

ContraTrader [9441] is for use in FIX 4.1 only and corresponds to tag ContraTrader[337] in FIX 4.2.FIX.4.1 Format: Char

FIX.4.2 Format: See Tag #337</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9442" name="SolicitedFlag2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Order, Cancel, Cancel/Repl, Report.

Indicates whether or not the order was solicited.

Valid Values:

Y = Was Solicited

N = Was Not Solicited

SolicitedFlag [9442] is for use in FIX 4.1 only and corresponds to tag SolicitedFlag [377] in FIX 4.2.FIX.4.1 Format: Char

FIX.4.2 Format: Boolean</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9443" name="RepStatReq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Admin Request – Line 2, Field 1Valid Values:

1 = Check^Price

2 = Confirm^Contra

3 = Confirm^Qty^Executed

Contains Admin message type and must include the original order instruction. Tags OrdStatReq [9424] and RepStatReq [9443] are mutually exclusive, either [9424] or [9425] must appear in Message Type H.

FIX.4.1 Format: Char, FIX.4.2 Format: String.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9444" name="SponsoringFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Member firm sponsoring the institution submitting orders.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9445" name="LvsTimeInForce">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FCS Cancel – Line 3E, Field 2 Valid Values: 0 = DAY, 1 = GTC, 2 = OPG, 3 = OC, 4 = FOK, 5 = GTX, 6 = Reject Message, set Text[58] to Good till date not supported . Allows the user to change the Time In Force on a Cancel with Leaves. Absence of this field defaults to original order state. Note: Original Time In Force can be re-stated. FIX 4.1 Format: Char, FIX 4.2 Format: String</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9446" name="CMSType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Provides further classification of the Execution Report FIX Message Type 8 for CMS’ use. Valid values: A = Admin Response, P = SPARS, R = Execution Report, S = Status Message (Status Messages include Rejects, Restarts and Drop Copy). Format FIX 4.1 Char, FIX 4.2 String.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9447" name="CAPIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Indicates a conversion and parity order (CAP). Required on all CAP Orders, CAP Cancels and CAP Cancel Replace Requests. Valid Value = Y. Format = Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9448" name="BrokerBadge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents the initiating Broker Badge Number. Required on all CAP Orders. Value is up to 4 numeric characters. Format = Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9449" name="BillTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents the Badge or Commission Billing Number.

Required on all CAP Orders.

Value = up to 4 alpha/numeric characters. Must be either ALL numeric or ALL

alpha. Format = Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9450" name="ParentOrdXRefId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents the Member Firm of the Parent Order plus the Parent Order Id currently sent to FESC. Required on all CAP Orders. Value must be a valid NYSE Member Firm Mnemonic Identifier followed by one space, followed by the Parent Order Id that is currently sent to FESC. Value = 4 character alpha for Member Firm of the Parent Order, one space, up to 22 characters using ASCII character set from Octal 40 (Hex 20) to Octal 176 (Hex 7E) for the Parent Order Id. Format = string.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9451" name="ParentFirmOrdId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag 9451 = Parent Order ID required for NYSE BBSS entered CAP orders. 1 to 4 alpha characters Branch Code, followed by a space followed by 1 to 5 characters numeric Branch Sequence followed

by a slash character (“/”) followed by the CMS Session date.

Format = string</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9452" name="NYSETANum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The turn around number of the Parent Order, required only for NYSE BBSS entered CAP orders. 6 characters – 2 alpha characters followed by 4 numeric characters OR 3 alpha characters followed by 3 numeric characters.

Format = string</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9453" name="ParentFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid NYSE Member Firm Mnemonic. Must be present on all NYSE BBSS CAP orders. 1 to 4 alpha characters.

Format = string.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9454" name="ContraClrFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture Field (FESC): This is a required field when submitting a report drop copy.

Specifies the clearing firm mnemonic (as assigned by the NYSE) of the contra side of a trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9455" name="EnteringFirm2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the mnemonic (as assigned by the NYSE) of the member or member organization which recorded the order details (as required by Rule 123e).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9456" name="OrderRefDate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the date the order was entered into an Exchange system.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9457" name="OCSControlNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is an optional field when submitting a report drop copy. Specifies the NYSE Online Comparison System (OCS) control number that is returned to the firm by OCS after submission of a side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9458" name="MajorBadge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the badge number of the executing broker of its (the submitter’s) side of the trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9459" name="SpecialTradeInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is an optional field when submitting a report drop copy. Specifies any special trade indication:

‘ ‘ = Not a special trade

‘X’ = Special trade

‘E’ = Ex-clearing trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9460" name="OrderCapacity2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Additional value representing Account Type. Account Type Q indicates a trade to cover an error transaction. Format = char. Valid Value = Q</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9461" name="AddQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NYSE – Represents the additional (increased amount) order quantity

requested. Required on all Makes orders (Message Type G format).

Format in 4.1 = int, Format in 4.2 = Qty.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9462" name="PrinIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The indicator that denotes the specialist was involved in the trade. contains value 00 or 01.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9463" name="SubscriptionRequestType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Addition of a SubscriptionRequestType for Security Definition Request to enable FIX 4.3 like functionality for FIX 4.2 users</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9464" name="PrinCommentCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">2-byte alpha code that the specialist inserts into the execution report</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9465" name="OrderOrigin2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For submission of order originator (String)to specify Exchange:Firm Acronym. Of the form [Exchange:]Acronym

If [Exchange:] is omitted, the Target Exchange is assumed. E.g. CBOE:ABC and ABC are equivalent for firm Acronym ABC at Exchange CBOE for orders sent to Exchange CBOE.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9466" name="RejectReasonCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reject reason code indicating the reason why the message was rejected.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9467" name="EquitySession">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field will (optionally) be used to specify the Equity Session when defining “Buy Write” or “Covered Call” type strategies.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9468" name="UserAssignedCancelID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">User assigned cancel id for an order. Work around – future version will revert to standard FIX order cancel request handling</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">LaSalle Technology Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9469" name="ExtendedPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For using PriceTypes in addition to the current FIX 4.2 Tag 40 validations (e.g. like the FIX 4.4 Tag 423 values)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9470" name="QuoteOrigin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This parameter is used to indicate the origin of the quote entry. It must take one of the following values: 6 – Public Customer

7 – Broker

8 – Market Maker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9471" name="NoTransactionCosts">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under the trade capture suite of messages</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="component" id="9472" name="TransactionCostTypes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under the transaction cost for Trade Capture reporting</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9473" name="TransactionCostCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under transaction costs</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9474" name="TransactionCostRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under transaction cost group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9475" name="TransactionCostFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under transaction costs.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9476" name="TransactionCostAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating group under the transaction costs group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9477" name="TransactionCostCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating field under the transaction costs group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9478" name="ElectronicQuoteType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Represents an e-Quote Type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9479" name="DisplayIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies if the Broker interest is part of the NYSE BBO and is visible to the specialist.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9480" name="ReservePublishQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Required for Reserve e-Quote types. Represents the publish quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9481" name="eQuoteId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier of the eQuote – must be unique within broker badge – associates the eQuote with its underlying orders</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9482" name="LayerLinkId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Unique identifier – must be unique within broker badge – associates the layers of a layered eQuote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9483" name="DBKLinkId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Ensures reports to underlying orders are linked back to the e-Quote execution report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9484" name="NumULID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeats in the repeating group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9485" name="ULProprietaryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the underlying order ID is the ID of a proprietary OMS</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9486" name="ULDisposeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the disposition of the order ID; supports the ability to add or remove orders that underlie the eQuote.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9487" name="RoutingInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Routing instruction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9488" name="ERCActivityType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 alpha-numeric code that designates the type of activity against the order; i.e., original execution, correction, bust, etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9489" name="OmgeoNoSWIFTDifferences">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9490" name="OmgeoNoTLL2FieldsSameValueEval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of (maximum of 40) trade level L2 fields and the field’s same value evaluation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9491" name="OmgeoTLL2FieldName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Name of L2 Field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9492" name="OmgeoTLL2SameValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates if the value of the OmgeoTLL2FieldName supplied by the Broker is the same as the value supplied by the Investment Manager.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9493" name="OmgeoNoTDL2FieldsSameValueEval">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of (maximum of 40) trade detail L2 fields and the field’s same value evaluation.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9494" name="OmgeoTDL2FieldName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Name of L2 Field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9495" name="OmgeoTDL2SameValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates if the value of the OmgeoTDL2FieldName supplied by the Broker is the same as the value supplied by the Investment Manager.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9496" name="OmgeoTDSAFENCSD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of the national central security depository, where the security will be safekept.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9497" name="OmgeoTDSAFEICSD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of an international central securities depository, where the security will be safekept.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9498" name="OmgeoTDSAFECUST">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of a global custodian bank, where the security will be safekept.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9499" name="OmgeoTDSAFESHHE">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Omgeo CTM specific field. Text that indicates that the shares to be safekept will be held elsewhere.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9500" name="SubRule80A">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional flag to Rule80A (aka Order Capacity/Account Type)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Consultants Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9501" name="BidPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines the type of price contained in the quote message. A=actual (default); S=spread to benchmark; D=discount to yield; Y=yield to maturity; P=convertible spread to parity; V=convertible vs stock; OW=Offer wanted; U=unpriced</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9502" name="OfferPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines the type of price contained in the quote message. A=actual (default), S=spread to benchmark, D=discount to yield, Y=yield to maturity, P=convertible spread to parity, V=convertible vs. stock, BW=Bid wanted, BW U=unpriced</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9503" name="FlatFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies a quote for a security which is traded flat N=No; Y=Yes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9504" name="HedgeRatio2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Hedge ratio e.g. 70.00 indicating 70% of associated stock in relation to quoted stock</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9505" name="MarketMakerName1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Name of market maker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9506" name="LockCrossFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If set to Y, forces a price (quote or advertisement) to be accepted even if the price is out of range. N=No, default Y=Yes, force price to be accepted even if out of range.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9507" name="NegativeBidPxFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If present and set to Y, indicates that the price held in the price field (BidPx) should be treated as a negative value. N=No, the BidPx price is a positive value Y=Yes, the BidPx price is a negative value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9508" name="NegativeOfferPxFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If present and set to Y, indicates that the price held in the price field (OfferPx) should be treated as a negative value. N=No, the OfferPx price is a positive value Y=Yes, the OfferPx price is a negative value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9509" name="NQBSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique ID for security, issued by NQB</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9510" name="PurgeStatusFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">N=purge starting, vendor should purge the database; Y=purge complete</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9511" name="PurgeSequenceNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A unique sequence number present in application messages during a purge, enabling Vendors to track progress of the purge.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9512" name="PurgeMessageCount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of messages that were sent during a purge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9513" name="PurgeReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the reason for a database purge: 1=refresh at start of day; 2=as requested</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9514" name="OTCBBFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a Quote in the EQS is from the OTCBB N=Not from the OTCBB Y=From the OTCBB</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9515" name="Service">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the NQB service under which a security is quoted. OP=Pink Sheets OY=Yellow Sheets OPL=Partnership Sheets OG=Global Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9516" name="NoCompetingQuotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">eg. MSFT, ‘Bloomberg Indicative’</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9517" name="CompetingQuoteDealer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">eg. MSFT, ‘Bloomberg Indicative’</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9518" name="CompetingQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Actual quote for a security or for first leg of a swaps trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9519" name="Coupon2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Coupon rate of bond</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9520" name="CompetingQuoteLeg2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Actual quote of second leg (Swaps only)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9521" name="CompetingQuoteFwdPoints">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fwd/Swap points (Swaps/Outrights only)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9522" name="PiggybackFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if a security is qualified as 15c12-11 “Piggyback” exempt: Y=Yes; N=No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9523" name="CompetingQuoteType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 – Indicative

2 – Executable</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9524" name="TradingSuspendFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if trading in the security has been halted for any reason: Y=Yes; N=No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9525" name="NoReRoutedOrders">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines the number of Orders rerouted to another broker.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9526" name="ReRoutedOrderId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes the Order # of a Re-Routed Order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9527" name="ShortName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Short name of security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9528" name="BenchIDSource2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the class of associated alternative BenchSecurityID used to define the underlying benchmark for Spread to Benchmark quotes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9529" name="BrokerFirmID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the firm associated with the IntroducingBadgeID[9448]</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9530" name="BenchSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The security ID used to define the benchmark security in the Spread to Benchmark quote, further qualified by the BenchIDSource field which determines the identification system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9531" name="UndSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the security symbol for the underlying security of convertible securities for convertible spread to parity and convertible vs. stock quotes. The symbol is further qualified by the UndSymbolSfx and UndSecurityExchange fields.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9532" name="UndSymbolSfx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional information about the underlying security (e.g. preferred, wts, etc.) underlying the quote, with an absence of the field indicating common for equities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9533" name="UndStockPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The stock price of the underlying security for convertible spread to parity and convertible vs. stock quotes.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9534" name="UnsolicitedFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the quote is to be treated as solicited or unsolicited: Y=Unsolicited agency order, N=Principal or Solicited Agency</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9535" name="OmgeoSwiftFieldName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9536" name="TraderID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies a trader</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9537" name="MMLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Text describing a market maker location (i.e. geopraphic location and/or desk)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9538" name="MarketMakerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The market maker ID to be shown against a quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9539" name="ItemID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A sequence identifier permitting a series of updates to be ordered in time</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9540" name="UpdateType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the nature of a ‘database update’ message: 1=Update; 2=New; 3=Delete</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9541" name="StateOrCountry">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For a US address specifies the state. For non-US address specifies the country</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9542" name="Telephone1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A phone number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9543" name="USFirmFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the firm is resident in the US for the purpose of quotes generated by its traders. Y=Yes, a US based firm, N=N, a non US firm</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9544" name="UndSecurityExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Qualifies the UndSymbolID (UndSymbolID, UndSymbolSfx) supplied to define the symbol as issued by what exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9545" name="Telephone2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A phone number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9546" name="MaturityDate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The securities maturity date expressed as a single field rather than using the existing FIX fields of MaturityMonthYear and MaturityDay</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9547" name="NQBIssuerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to track securities from the same issuer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9548" name="OpenFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if Trader at Market Maker is open for trading or closed. Only quotes of open Traders should be considered live.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Quotation Bureau</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9549" name="InternalRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Internal reference assigned to an order into the GL server.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9550" name="SecondaryAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned by a party which originates the order to the exchange.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9551" name="DSS">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Differed Settlement Service. Valid Values :

0=No

1=Yes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9552" name="GLID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">GL key used to identify the exchange and the market into GL servers.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9553" name="Split">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identicates the type of order splitting.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9554" name="DataBaseIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index of record into the GL server database.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9555" name="AccountType4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of account: ‘S’ Speculator, ‘M’ Market Maker, ‘H’ Hedge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Consultants Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9556" name="MITFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market If Touch flag: Valid values: ‘0’ Simple Order (default), ‘1’ MIT order type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Consultants Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9557" name="ActOnImbalance">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Determines whether the strategy reacts to published closing auction imbalances. Default = True</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9558" name="PrinChangeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 byte numeric that denotes that a previously-reported Prin execution has been changed to non-Prin</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9559" name="OmgeoSwiftTagQualifier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9560" name="EquoteExecType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates that the e-Quote report was executed with Discretion, Pegging or Both. The following values represent:

“1” – Executed with Discretion

“2” – Executed with Pegging

“3” – Executed with Discretion and Pegging</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9561" name="PegInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This indicator specifies whether the customer has specified Pegging functionality for the e-Quote or d-Quote. Value = “Y”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9562" name="CeilingFloorPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field specifies the highest (for a buy) or lowest (for a sell) price to which the e-Quote or d-Quote may peg. Price including decimal (must be multiple of MPV and valid Price Unit).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9563" name="MinPegQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the smallest size quote to which the e-Quote or d-Quote is willing to peg. Must be roundlot represented in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9564" name="MaxPegQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">These fields indicate the largest size quote to which the e-Quote or d-Quote is willing to peg. Must be roundlot represented in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9565" name="DiscPriceRange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The range within which a d-Quote can reach to trade with discretion, as initiating interest. The range is specified as the number of cents (or MPVs) of price discretion above (for a Buy) or below (for a Sell) the discretionary e-Quote’s currently filed price. Price including decimal (must be multiple of MPV and valid Price Unit)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9566" name="DiscMaxVol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field specifies the quantity the e-Quote is willing to use to trade with pricing discretion. When an e-Quote has a quantity designated to trade with pricing discretion, that quantity is referred to as a d-Quote. Must be Roundlot represented in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9567" name="ITSAllInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This indicator identifies whether the customer has specified that the e-Quote may be shipped to better ITS quotes within its Discretionary Range, even when not required to facilitate a trade at the NYSE. Value = “Y” or “N”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9568" name="OppSideMinSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field specifies the smallest size the d-Quote is willing to initiate a trade against with discretion. This size may be applied to an incoming order or to aggregate interest at a price point, as specified in later requirements. Must be Roundlot represented in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9569" name="OppSideMaxSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field specifies the largest size the d-Quote is willing to initiate a trade against with discretion. This size may be applied to an incoming order or to aggregate interest at a price point, as specified in later requirements. Must be Roundlot represented in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9570" name="ExecAwayMktInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executed Away Market Indicator containing a value representing the exchange away from the NYSE where the order was executed. To be used in Fix MsgType 8 as an optional tag for reports and corrections, the values not being Fix Standard. Values are SIAC internal values, A = Amex;B = Boston;C = NSE;D = NASD;I = ISE;M = CSE;P = Pacific/Archipelago;T = NASDAQ;W = CBOE;X = Philadelphia;</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9571" name="NoTapePrintFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A flag, when true (Y), indicating that this trade was not printed to tape. Default is ‘N’ if tag not present. Used in Exec Report, Fix Msg Type 8.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9572" name="TotalOddLotBuyAlarm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9573" name="OddLotImbalanceShares">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9574" name="StagingTargetPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target Price at which an order will stage and monitor</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9575" name="StageOrderIsInquiry">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes whether a staged order is an inquiry order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9576" name="TargetPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Target price type valid values:

1 – Price

2 – Yield

3 – Spread</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9577" name="ExecutionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution type that, among other values, contains a value for odd-lot adjustments to be used by SPAR users</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9578" name="BillingIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution Report Billing categories (valid on regular executions, AWOs, and ERCs)

Valid values: 1=Taker; 2=Provider; 3=Blended; 4=Opening

rovider; 5=Opening/Blended; 6=Closing

rovider; 7=CLosing/Blended; 8=Specialist; Data Type: Char</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9579" name="ExpERCReferenceNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">FIX 4.2 Format: String

10-byte Expanded Activity ID associated with an Execution Report. This tag is a concatenation of a 5-digit Reference number, followed by a 5-digit Sequence number. Both reference number and sequence number will start at 00001 (i.e. 0000100001). For each new activity, the Reference and Sequence number will increment by one. The Reference number will remain the same when a modification was performed on a specific activity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9580" name="ParentID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the OrderID of the parent order for a child order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9581" name="OrderId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the GL SLE ID of the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9582" name="ChildID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the GL SLE ID of the child order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9583" name="MIFIDInternalizationIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the TYPE of internalization.

Valid values:

1=FACILITATION (internalization is authorized between client orders only);

2=PROPRIETARY (internalization is authorized against the internal book);

3=ONLY (order will remain in the internal liquidity pool. It will not be released to the market);

4=NO.

Default value=1(Facilitation).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9584" name="MIFIDBestExecutionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid values:

1=Gross Price (Best Exec without the cost);

2=Net Price(Best Exec with fees);

3=Ranking (Best Exec depending of the market ranking);

4-5-6=Custom1 to Custom3 (it’s for futur algorythm).

Default value=1(Gross Price).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9585" name="MIFIDSplit">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Autorizes the split functionality.

Valid values:

1=YES;

2=NO.

Default value=2(NO).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9586" name="MIFIDRetention">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Equivalent of Overnight. It’s for keeping the orders until the next trading session.

Valid values:

1=YES;

2=NO.

Default value=2(NO).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9587" name="MIFIDDestination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the destination.Valid values:

1=Any exchanges (send on all available exchanges);

2=Selected instrument market (send the order only on the market where the trader choose the stock. In the case where you have multi-listed instruments on the same market (as for VIRTX) the order can be split between the different shares;

3=Selected instrument only (when you have multi-listed instruments on the same market (as for Chi-X). You send the order only on the instrument you choose on this market.

Default value = 1(Any exchanges)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9588" name="TradeTypeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the trade/negociation type.Valid values:

A=Incoming message is a Trade Cancel;

4=Incoming message is a Manual Trade notification;

I=Internet trading;

S=Algorithmic trading;

D=DMA trading;

2=Advertisement;

9=Trade Report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9589" name="MIFIDNegociationcode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field contains the negociation code of execution market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9590" name="UpdateReason2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is used to filter specific GL messages into GL FIX IN</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9591" name="PriceCheckingFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to reject the order if the price is too far away from the market. Valid values: 0=No price control (default value); 1=Price control; 2=Severe; 3=Client not sure.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9592" name="Quantitycontrol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the market exchange has to check the quantity order. Valid values: 0=No check (default value); 1=Check quantity (big size).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9593" name="StartTime6">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UTC Timestamp.

Time/date combination represented in UTC in either YYYYMMDD-HH:MM:SS

(whole seconds) or YYYYMMDD-HH:MM:SS.sss (milliseconds) format. Colons,dash, and period required.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9594" name="EndTime5">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">UTC Timestamp.

Time/date combination represented in UTC in either YYYYMMDD-HH:MM:SS

(whole seconds) or YYYYMMDD-HH:MM:SS.sss (milliseconds) format. Colons,dash, and period required.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9595" name="GLRoutingReference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free format text string for internal client use.

Max size is 255 char.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9596" name="ClientFreeField1">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free format text string for internal client use.

Max size is 16 char.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9597" name="ClientFreeField2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free format text string for internal client use.

Max size is 32 char.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9598" name="CVInstruction">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies ClearVision (GL Back Office) Instruction. Valid values: 0=Default value; 1=Send To ClearVision; 2=Save in GL OMS.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">GL Trade</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9599" name="ETBegin">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Please contact John Douglas of Ease Technologies for information concerning this field and others between 9599 and 9699 (TRIAD Financial Server)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9600" name="Password4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Password field used for secondary validation/security authorization.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9601" name="IoiNatural">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional Natural criteria field.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9602" name="IoiType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional IoiType field used for discrimination on systems that express additional flavors of Iois(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9603" name="NoFixStatusses">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies number of FIX Status messages to follow : repeating group(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9604" name="FIXStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies status of FIX Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9605" name="FIXStatusSubID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies status of FIX SubID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9606" name="FIXStatusOBOCompID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies status of FIX OBO CompID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9607" name="FIXStatusOBOSubID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies status of FIX OBO SubID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9608" name="FIXReferenceNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies refernce number of FIX forwarded message, used in returned status messages UU/UV/UW(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9609" name="ETLast">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies end of custom communications.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Ease Technologies Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9610" name="NoNotes">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating notes fields</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9611" name="NoteType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9612" name="NoteId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9613" name="NoteText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9614" name="ATSAccess">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ATS Access</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9615" name="WorkedVolumeTarget">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage: Volume target for the worked portion of the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9616" name="ATSAccessType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ATS Access Type

P = Passive

W = I Would (cross)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9617" name="ModifySequence">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Count of accepted cancel/replaces.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9618" name="CondPctQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percent of inbound OrdQty that this conditional order will interact with</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Unknown</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9619" name="CancelOrigOnReject">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y = cancel original order if OrigClOrdId is live but modification must be rejected. (An “unsolicited” cancel will be sent for OrigClOrdId in addition to the replacement reject).N = leave original order if modification is rejected</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9620" name="CorrectedPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">On the custom UCC trade correction message, this holds the corrected price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9621" name="ECNAccessFee">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Only present on fills. The total fees for this fill. Negative for rebate.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9622" name="DiscretionAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount of discretion to apply to Price.Similar in meaning to the standard DiscretionOffset but this field is always non-negative and is implicitly added to bid prices and subtracted from offser prices.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9623" name="TighterToTargetSchedule">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Determines whether the strategy sticks more closely to trading schedule.Valid Values:

0 = No (default)

100 = Yes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9624" name="StrategyUrgency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Used in determining the optimal trading horizon. A higher urgency corresponds with a shorter duration.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="MultipleStringValue" id="9625" name="ExcludeAuctions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Multiple Value String: Indicates which auctions should be excluded while working the order. The default is to give the strategy the discretion to participate in all auctions that are available. This field supports multiple exclusions by separating values with a space (e.g. a value of ‘1 4’ would exclude the morning and evening auctions).Valid Values:

1 = Morning/Opening

2 = Lunch/AM Close (Asia only)

3 = Afternoon

M Open (Asia only)

4 = Evening/Closing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9626" name="TriggerPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price: Identifies trigger price in absolute terms.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9627" name="TriggerPxAnchor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Identifies anchor price when trigger price is specified in relative terms.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9628" name="AllocReceiverRole">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = Sender, 2 = Receiver</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9629" name="TriggerPxOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float: Offset relative to selected anchor for relative trigger price in “BPS better than.”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9630" name="ReduceDeltaOption">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timing of delta reduction</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9631" name="ConditionalVolumeTarget">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage: Specifies target participation rate when stock price is better than user-specified trigger price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9632" name="BaseStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Specifies base working strategy.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9633" name="ReferenceSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String: Identifies reference security.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9634" name="ReferenceSecurityIDSource">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">String: Identifies the ID source of the reference security (tag 9633). Tag 9634 functions in the same manner as the standard FIX tag 22.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9635" name="ReferenceSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float: Specifies spread threshold in “BPS return since open”.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9636" name="MinDiscretionTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Identifies the minimum time between sweeps in seconds.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9637" name="DiscretionSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Qty: Identifies discretion threshold size in shares.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9638" name="DiscretionSizePct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage: Identifies discretion threshold size as a percentage of typical depth.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9639" name="DiscretionRange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float: Identifies discretion threshold range in cents.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9640" name="DiscretionRangePct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage: Identifies discretion threshold range as a percentage of typical spread.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9641" name="ExecutionStyle4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Identifies execution style in the market.Valid Values: 1 = Quiet 2 = Neutral 3 = Aggressive</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9642" name="PegSpreadPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage spread for pegging</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Fidelity Capital Markets</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9643" name="BlockFilter">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Specifies whether the strategy should ignore block prints.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9644" name="BlockFilterManual">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Qty: Allows user to specify block filter threshold in terms of a share quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9645" name="LimitPxType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Int: Allows users to specify an average limit price. Valid Values: 1 = Absolute Price (default) 2 = Average Limit Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9646" name="LimitPxAnchor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Identifies anchor price when limit price is specified in relative terms.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9647" name="LimitPxOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Float: Offset relative to selected anchor for relative limit price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9648" name="LimitPxDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Char: Identifies units and direction of relative limit price offset.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9649" name="IsBuyBack">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: When IsBuyBack = True, Rule 10b-18 is enabled for the trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9650" name="DealerResponseTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when Quote request will expire</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9651" name="SubjectTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time when the Quote request will become subject.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9652" name="QuoteMOPLevel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg MOP Level</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9653" name="SubjectOrNot">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Denotes if the response is subject or not.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9654" name="BLPTicketType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1-Customer, 2-Sales</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9655" name="LegYield">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9656" name="LegPriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Values similar to TriceType</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9657" name="LegExchangeRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9658" name="LegFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9659" name="LegSubFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9660" name="LegPrincipal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9661" name="LegAccrued">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9662" name="LegTSTicketNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9663" name="LegBlotSeqNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9664" name="LegTransactionSeqNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9665" name="LegFuturesCBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9666" name="LegFuturesDBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9667" name="BlotTransactionNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">BLP Specific</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9668" name="WireTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Wire Time in seconds for a Quote (price fill) received from the dealer.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9669" name="IsShortCover">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean: Decclare if the order is a short cover order (or not).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">National Securities Company</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9670" name="NetOrGrossIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Whether price is net(0, default) or gross(1)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9671" name="XbCrestRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Executing Broker’s Crest reference</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9672" name="AcpCrestRef">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Accepting Counterparty’s Crest reference</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9673" name="XbLegalDisclaimer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Executing Broker’s legal disclaimer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9674" name="AcpLegalDisclaimer">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Accepting Counterparty’s legal disclaimer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9675" name="ContactPhoneNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contact phone number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9676" name="ContactEmailAddress">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contact email address</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MBA Systems Ltd</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9677" name="UnderlyingPxOffset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9678" name="UnderlyingPxOffsetType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9679" name="HedgeSide">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate Side of the hedge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9680" name="OrderNote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field is used to hold a list-level note on a list message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9681" name="OMSVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Buy side vendor to provide the OMS software version that the trader is using to send in orders. For example: “EzeTraderConsole 4.7”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9682" name="ProductVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Intended broker algo

roduct version with respect to the broker FIX specification version. For example: “Algo 1.0”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9683" name="MinHedgeTriggerQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum option volume traded before starting the hedge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9684" name="MinHedgeTriggerValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Minimum option delta traded before starting the hedge</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9685" name="AutoHedge">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean value to indicate if option order should be hedged</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9686" name="AutoHedgeStrategy">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strategy used for hedging</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9687" name="BypassHiddenPeg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y = Bypass hidden peg orders resting on book

N (Default) = Access hidden peg orders resting on book</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9688" name="OrigCompID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">on drop copies OrigCompID will be the TargetCompID of the original exec report (TargetCompID will be the receiver of the drop copy)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9689" name="OrigSubID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">on drop copies OrigSubID will be the TargetSubID of the original exec report (TargetSubID will be the receiver of the drop copy)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9690" name="WorkingPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If order Price had to be permanently adjusted on entry (i.e. to avoid crossing national market) the adjusted price will be reported here on the accept.The Price field will always be a copy of the price submitted on the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9691" name="InitialDisplayPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Send on Accepted and Replaced (150=0,5) execution reports when it is known that the order is being booked. Reports the price at which the order is initially displayed.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">BATS Trading</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9692" name="AllocRecieverRole">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1 = sender, 2 = receiver</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9693" name="DealerQuotePriceType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of DealerQuotedPrice. Same values as PriceType. Supported values:

1 = percentage (of par)

6 = spread

9 = yield</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9694" name="DealerQuotePrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quoted level for the Dealer. Can be expressed as basis points spread, percentage yield, or percentage of par price, as specified in DealerQuotedPriceType</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9695" name="DealerQuoteOrdQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quoted size for the Dealer. Always expressed in par</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9696" name="DealerQuoteText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Free text comment field</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9697" name="CompetitiveStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the competitive status of each dealer quote (Done, Covered, Missed etc).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9698" name="DealerQuoteFxRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quoted FX rate for each Dealer. Float. Direction is determined by SettlCurrFxRateCalc (tag 156)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9699" name="DirtyPrice2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">All-in USD dirty price for the local market trades with FX component.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9700" name="OppBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">same as official tag 337 or 9100** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9701" name="OmnibusAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the types of customer or account requesting the order. Values are

1 – For own account2 – For clearing member’s house account3 – For the account of another member present

4 – For any other customer account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9702" name="CtiCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the types of customer or account requesting the order. Values are

1 – For own account2 – For clearing member’s house account3 – For the account of another member present

4 – For any other customer account</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9703" name="SessionIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the routing to an executing system

G – Globex trading engine</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9704" name="PrevExpERCReferenceNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid on FIX MsgType 8. FIX 4.2 Format: String. 10-byte Expanded Activity ID on an ERC. This tag is a concatenation of a 5-digit Reference number, followed by a 5-digit Sequence number.Both reference number and sequence number will start at 00001 (i.e. 0000100001). The PrevExpERCReferenceNumber is the activity ID associated with the previous Execution Report or ERC for the same order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">SIAC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9705" name="ProductComplex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">High level product type.

N for Energy

A for Aggs

E for Equity

…

(more granularity than CFICode)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9706" name="FeeBilling">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of clearing fee. Values are

B – CBOE member tradingC – Non-member rate (customer)E – Equity member rate

H – 106H/J Firms

L – Lessee/106.F employees</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9707" name="GiveUpFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifies the clearing member firm to which the fill was “given up”.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9708" name="CmtaGiveupCD">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the order is a “give-up” or CMTA trade. Values are

T – CMTAG – Give-up</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9709" name="BackOfficeText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Back office information. TOPS Route sends this information to the back office system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9710" name="PostExecutionAllocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">“PEA” = only valid value</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9711" name="OppHouse">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the house of the contraBroker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9712" name="AllocReceiverIdtype">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">1=email,2=uuid</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9713" name="TimeIn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time order is received by exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9714" name="BrokerReceiptTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time that the broker receives the order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9715" name="TimeBracketCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the time bracket of an order fill.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9716" name="LoginRouteID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag shall contain the id used for login and routing purposes</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9717" name="CorrelationClOrdID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Id common to new order and subsequent series of requests against that order. Used for reporting.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9718" name="TrdRegTimestampTimeIn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp source for Time In timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9719" name="TrdRegTimestampOriginBrkReceipt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp source for Broker Receipt timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9720" name="TrdRegTimestampOriginExecution">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp soource for Exectution timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9721" name="TimeOut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp of fill being reported from the pit to the trading floor booth. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9722" name="TrdRegTimestampOriginTimeOut">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp source of Time Out timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9723" name="DiscretionPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Discretion Price of the order. This price is the limit for the DiscretionQty can be traded at. The value is an absolute price.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Sungard</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9724" name="FillUserID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clerk or trader entering the fill into the fill reporting system. (Potentially a Party Role.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9725" name="FillTerminalID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">ID of station reporting fill. (Similar to FIX 4.3 Party Role of Executing System.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9726" name="FillSeqNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sequence number assigned to the fill by the station reporting it.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9727" name="FillNumLines">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total number of fills being reported by station under a single FillSeqNum.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9728" name="FillLineNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reference to a specific fill being reported under a single FillSeqNum. (See custom field FillNumLines.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9729" name="OrderLegNum">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When reporting fill, references the leg number in the order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9730" name="TradeLiquidityIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether a trade adds liquidity (A) or removes liquidity (R) from the marketplace.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Townsend Analytics</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9731" name="TLTCFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fill being reported is flagged Too Late To Cancel when a cancel/replace or cancel request was received after the execution.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9732" name="FormattedLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">LastPx formatted for processing by post-trade systems.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9733" name="PrintedTicketLabel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Label printed on trading floor order ticket.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9734" name="PartyRoleExecutingTrader">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Trader executing the order. (Exists in FIX 4.3 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9735" name="PartyRoleClearingFirm">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clearing firm of executed order. (Exists in FIX 4.3 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9736" name="PartyRoleClearingOrg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clearing organization for executed order. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9737" name="ClearingSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Security ID as assigned by clearing organization. (Combination of FIX 4.4 SecurityIDSource and SecurityID.)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9738" name="ClearingStrikePx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Strike price as formatted by clearing organization.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9739" name="MIFIDBestExecutionReqd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether the broker is to execute the order using the Best Execution Policy defined with the customer (MIFID directive)Valid values :

Y = Indicates the broker should execute the order using the Best Execution Policy

N = Indicates the broker should NOT execute the order using the Best Execution Policy

(optional)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Credit Agricole Cheuvreux</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9740" name="PIPSequentialNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned by an exchange to identify a particular price improvement phase for a particular instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9741" name="PIPExpiryTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the time when an instrument price improvement phase will expire</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9742" name="PIPExpiryDuration">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the duration in seconds of an instrument price improvement phase</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9743" name="PIPManagementType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of management requested for an order than will initiate a price improvement phase for an instrument. Possible values are:0 = The clients price improvement is managed manually

1 = The clients price improvement is managed by the exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9744" name="PIPImprovementType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates how the exchange should manage a client’s price improvement order. Possible values are:

0 = The client’s price improvement will be managed manually

1 = Management by joining the better price

2 = Management by increasing by + one Improvement tick the better price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9745" name="PIPMaxPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the price to not exceed for a price improvement order that is managed by the exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9746" name="OmgeoSwiftOldValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9747" name="OmgeoSwiftNewValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9748" name="MaxOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the maximum order quantity allowed for a particular instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9749" name="MinOrderQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the minimum order quantity allowed for a particular instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9750" name="ChgFromSettlmnt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the change in an instrument price from the previous day’s settlement price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9751" name="ChgFromSettlmntDirection">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the direction of change of an instrument price from the instrument’s previous day settlement price

‘+’ = increase

‘-‘ = decrease

‘ ‘ = no change</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9752" name="StrikePriceCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Standard Code For Expressing Option Strike Price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9753" name="StrikePriceCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the currency of the strike price. USD = US$, CAN = Canadian $</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9754" name="InstrumentExternalCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The external code for an instrument. Sometimes referred to as the instrument contract name. Consists of the instrument symbol, expiration month code, and expiration year. For options, a put/call indication and strike price are also included. An example code at BOX for an IBM Put option with a July 2003 expiration and $80 strike price would be IBMS03P80.00. The conventions may be different for other exchanges.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9755" name="OptionSponsorType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates Option Sponsor Type

0 = Regular

1 = Societe Generale</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9756" name="RemainingFills">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if any more fills will be occurring. Takes the same value as a partial fill indicator for all cases except FAK orders. In the case of FAK orders, this field indicates that no more fills will be occurring even if the order is not completely filled and explains why the leaves quantity is set to 0.Possible Values

0 = No more fills

1 = More fills</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9757" name="OrigOrdQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The original quantity of an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9758" name="ExpositionOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the type of an order that is being exposed

1=Normal

2=No NBBO Check

3=No IML

4=Outbound

5=P Inbound

6=PA Inbound</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9759" name="OrderExpositionEndTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The end time for an order exposition</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9760" name="ClearingLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">LastPx as formatted by clearing organization.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9761" name="OmgeoFXDealCurrencyCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Allows the user to instruct the recipient of a settlement instruction to perform an FX deal.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9762" name="ClearingOrdType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Order types as defined by clearing organization.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9763" name="ClearingBusCycle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Business cycle as defined by clearing organization.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9764" name="AddInstText">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Additional text-based instructions for order execution.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9765" name="TFPossRetransFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flags message as possible retransmission for printing on trading floor order ticket.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9766" name="TFConfirmRequest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates confirmation of cancel is requested from the trading floor.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9767" name="TLTCClOrdRefID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Refers to ClOrdID on fill being reported Too Late To Cancel. See custom tag 9731 TLTCFlag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9768" name="OFMOverride">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Flag indicating the order quantity stipulated on Replace Request should be entered into the market as stated – without reduction for any fills that have occurred.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9769" name="SecondaryExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">For FIX 4.2 (contains the trade number in the fill notice – execution report). Added in FIX 4.3 as tag 527 – SecondaryExecID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9770" name="ExchangeQuoteReqID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quote Request ID generated by the Exchange returned to the clients in the quote acknowledgment message (tag 35 = b) in response to their Quote Request message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9771" name="MMAccount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Account number information used in Quote related messages in FIX 4.2</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9772" name="NoProcessedEntries">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of quotes successfully accepted (if in response to a Mass Quote message) or number of quotes successfully cancelled (if in response to a Quote Cancel message).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9773" name="MMProtectionReset">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When MM Protection is triggered, the Trading Engine will not accept any new Quotes from the Market Maker for that Product Group until it receives a Mass Quote Message with the MMProtectionReset flag set to ‘1’.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9774" name="CancelledSymbol">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Symbol cancelled for an unsollicited Quote Ack message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9775" name="UnsolicitedCancelType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of the cancel generated by engine.

A: Cancel all quotes on disconnect

B: Cancel all quotes on logout

C: Cancel all by Operations

D: Cancel Instrument Group by Operations

E: Quote Expired

F: Cancelled by Market Maker Protection

G: Cancel Instrument Group when too many incorrect quotes submitted.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9776" name="AutoQuoteRequest">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean flag (Y/N) to automatically send a Quote Request message following the Security Definition (35=d) message.

This might be used when users create an instrument using the Security Definition Request (35=c) message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9777" name="Billable">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates whether an order incur specialist fee. Y=Yes, N=No.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Agent Trader Securities LLC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9778" name="CMSLine1A">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">CMS Line1A. Used for specifying routing instructions, such as NYSE Direct+(NY NX), booth routing(NY OVR B-xx), Amex or NYSE override (NY OVR), crossing session (NY OS), etc.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Helfant Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9779" name="UserDefinedInstrument">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Boolean field to tell if the instrument defined by the Security Definition message is a user defined instrument or not.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9780" name="CrossOrdBidQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity of the buy side of cross requests</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9781" name="CrossOrdAskQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Quantity of the ask side of cross requests</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9782" name="LastCrossReqTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Timestamp of the last cross request received for an instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9783" name="QuoteReqBidQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity of the bid side of quote requests in an instrument’s market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9784" name="QuoteReqAskQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity of the ask side of quote requests in an instrument’s market</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9785" name="LastQuoteReqTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of the last quote request received for an instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CMC</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9786" name="BangStyle">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag 9786 allows clients to specify the style of bang applied to each order on an individual basis.S=Single and N=Normal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9787" name="DisplayFactor">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Multiplier to convert electronic prices sent over fix to display prices.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9788" name="SpreadExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Equivalent to the ExecID of a spread when dealing with multi-leg securities.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9789" name="SpreadSecurityID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">SecurityID for the spread related to the leg reported as SecurityID in the message Execution Report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9790" name="ResponseRequested">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate if a response is requested (or required) from the e-mail recipient</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9791" name="OriginalEmailThreadID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Original Email Thread ID to which this e-mail message is in reply</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CBOE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9792" name="DbExecID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Execution Id assigned to both sides of a transaction and passed back to each party in the execution report.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9793" name="AttributedQuote">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Tag assigned to an order to indicate that the submitter wants to be identified on the Archipelago quote feed. The submitter would be identified with their Archipelago ETPID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9794" name="ProactiveifLocked">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">When set it will designate an order sent as a PNP to go proactive if it locks the market.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9795" name="ProspectusIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that an order should be considered part of a prospectus offering</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9796" name="DoNotArb">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">If a block trade occurs at an away market an order container the don’t arb flag will re-price to the execution price of the block trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9797" name="ARCAExNewsType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">enumerated value indicating the type of ARCAEx news message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">NYSE</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9798" name="AllocReceiverId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Can be internet e-mail or Bloomberg UUID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9799" name="VWAPType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates type of VWAP execution client wishes Bloomberg Tradebook to deliver. Used for non-US securities only. Valid values:

V1=session 1

V2=session 2

V3=full day

V4=point of trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9800" name="PriceDisplayFormat">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Format to use to display the price on the screen.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9801" name="SecuritySubType2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Sub-type qualification/identification of the SecurityType.

Same as 762 in FIX 4.4.For SecurityType=”MLEG” markets can provide the name of the option or futures strategy, such as Calendar, Vertical, Butterfly, etc.

NOTE: Additional values may be used by mutual agreement of the counterparties</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9802" name="BloombergServerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier of the Bloomberg server that generated an order and allocation. Used for internal routing purposes. String – upto16 characters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9803" name="TradingSystemID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identifier of the Trading System that processed an order or allocation. Used for internal routing purposes. String – upto 16 characters</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9804" name="ZSpread2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">&lt;Spread or Benchmark Curve Data&gt;

Contains the Zero Coupon spread which is the difference between the Corp Yield and the zero-coupon Yield. Format -NNN.DDD</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9805" name="ISpread2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the Interest Rate Swap spread which is the difference between the Corp Yield and the IRS Yield. Format -NNN.DDD</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9806" name="ASWSpread">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains Asset Swap spread which is the difference between the Corp Yield and the ASW Yield. Format -NNN.DDD</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9807" name="RegFeeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Reserved for future use by Nasdaq.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9808" name="OmgeoCommissionSharingType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used inside the BrokerOfCredit/Directed Commission Nested Party to indicate type of commission sharing. Allowed values are: CLDI (client directed); SOFT (soft dollar); STEP (step out trade); STPI (step in trade).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9809" name="OmgeoTPAssignedTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date and time when the Omgeo Third Party generated the message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9810" name="VWAPOrder">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag initiates a VWAP strategy for the order.Valid values:9810=0(off),1(on)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9811" name="VWAPStart">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">VWAP start time (GMT)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9812" name="VWAPStop">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">VWAP stop time (GMT)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9813" name="VWAPMatching">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag specifies if the VWAP order will be eligible for matching (U.S orders only)

9813=0(not eligible)

9813=1(eligible)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9814" name="VWAPExceed">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This tag specifies that the counterparty initiating the order acknowledges and accepts that the total order quantity exceeds a certain percentage of the typical daily volume.Absence of this tag or a 0 value will result in a reject if 38&gt;%TDV

9814=0

9814=1 (acknowledgement)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9815" name="FireQuantity">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The quantity of an IOC order, in shares, that system sends to exchange (with discretion) when other parameters are met.Order will be rejected if the quantity is an invalid board lot.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9816" name="TickMultiplier">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Whole numbers only. Multiply this value with appropriate Tick increment (based on current security price and GTEX Tick Rules) to calculate the Discretion Quantity.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9817" name="MinorCtrlNbr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NASDAQ-assigned 10-char control number used to identify each one of the minor trades used for a M2 trade match with the major trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9818" name="BlockbusterSizableActionCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = Allow

I = Inhibit

For trade reporting.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9819" name="InhibitTradeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid values:

B = Buy side clearing firm inhibited the trade

S = Sell side clearing firm inhibited the trade

blank = Neither clearing firm has inhibited the trade

A = One or both clearing firms have allowed the trade, as required.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9820" name="BlockbusterSizableStartTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Entry time of the blockbuster or sizable trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9821" name="BlockbusterSizableActionTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Time of receipt of action input or expiration of review period.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9822" name="ClearingPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price inclusive of commissions.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9823" name="NetTradeLimitInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains “M” when the dollar amount of this trade contributes to the MM’s Net Amount Traded (NAT) so as to exceed the MM’s Net Trade Limit (NTL), or “O” when the dollar amount of this trade contributes to the OE’s NAT so as to exceed the OE’s NTL.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9824" name="ClearingBroker">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Clearing broker ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9825" name="ReportingGUID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MPID of give up on the trade reporting party side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9826" name="NonReportingGUID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">MPID of give up on the non-trade reporting party side.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9827" name="DeskTraderID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains desk/trader ID.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9828" name="RelativeGTTLife">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Life of GTT order rather than an expire time.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9829" name="ComplaintCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">91 = block trade through

92 = locked market

93 = lock/ship

94 = pre open report

95 = quote error

96 = quote change

97 = resend comm.

98 = trade through

99 = why cancel</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9830" name="IntroBrokerInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Introducing Broker is the firm who gives-up another firm during the execution of the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9831" name="ExecBrokerInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Executing Brokers are those firms on either side who “own” the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9832" name="ClearBrokerInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The Clearing Brokers are those firms who will clear the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9833" name="ResponsibilityInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The firm which takes responsibility for trade reporting functions.

Valid values:

Y = Yes

N = No</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9834" name="TradeRepAvailInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">States denoting the extent of a firm’s participation in Trade Reporting. Valid values:

N = Not ready

A = Available

E = Effective Tomorrow

U = Unavailable for technical reasons</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9835" name="MajorClearingInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Signifies that the CBID in the message is the MMID’s major clearing firm. A self-clearing firm will always be denoted as major. Valid values:

M = Major

N = not a major arrangement</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9836" name="RiskMgmtInd">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designates that the clearing relationship in this message is functionally Active. It also assigns responsibility to the correspondent or the clearing firm for the entry of all T+2 to T+N entries. Valid values for self-clearing firms are A, M, and D.

Valid values:

A = Active &amp; correspondent cannot enter As of T+2 to T+N trades (except self-clearing)

M = Active with Super-Cap Marker &amp; correspondent cannot enter As of T+2 to T+N trades (except self-clearing)

Y = Active &amp; correspondent can enter As of T+2 to T+N trades (except self-clearing)

N = Active with Super-Cap Marker, correspondent (non-self clearing) can enter As-of T+2 to T+N trades

D = Deleted</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9837" name="OmgeoThirdPartyRole">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of third party being identified</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9838" name="OmgeoThirdPartyType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field identifies the type of format used to identify the party</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9839" name="OmgeoThirdPartyValue">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Identity of the party specified as a character string</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9840" name="OmgeoThirdPartyName">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The actual name of the organization</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9841" name="OmgeoThirdPartyStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The status of communication with the third party</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9842" name="OmgeoThirdPartyStatusTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The time the third party status was assigned to the allocation by Central Trade Manager (CTM)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9843" name="OmgeoTPAssignedID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The identifier assigned to the allocation by the third party upon receipt</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9844" name="OmgeoTPReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A free form text field for communication of additional information from the third party to Central Trade Manager (CTM)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9845" name="OmgeoNoThirdPartyData">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the number of Third Party Data blocks that are provided on the message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9846" name="NewCtrlNbr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">NASDAQ-assigned control number that will be used to identify the new split trade created from the M2 trade match that resulted from splitting either the major trade or one of the minor trades. If there was no new trade created, this field will contain 0 (zero).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9847" name="LockedInStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contains the current status of the locked in trade. Valid values:A = The trade is still locked in (by trade acceptance) because both trading parties’ Break Trade transaction have not been received.M = The trade is still locked in (by trade matching) because both trading parties’ Break Trade transactions have not been received.B = The locked in trade is effectively broken because both trading parties’ Break Trade transactions have been received.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9848" name="NumberofAllocsReceivers">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Defines who is getting an allocation report – may be multiple people</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9849" name="ParticipationRate9">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Lehman Brothers</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9850" name="MinCabPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the minimum cabinet price for a given option instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9851" name="MaxCabPrice">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the maximum cabinet price for a given option instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9852" name="CabPriceIncrement">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the increment between multiple cabinet prices for a given option instrument.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9853" name="PricingModel">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the pricing model used to calculate the reported prices.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">CME Group</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9854" name="OverrideFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid values:Y = Override N = No override</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9855" name="DelayedDisseminationInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used in Trade Report Entry to detail the length of time a trade report should be held before dissemination.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9856" name="BreakIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">B = only buyer has broken, S = only seller has broken, X = both buyer and seller have broken, L = broken through market center</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9857" name="LockedIn">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A = if locked-in by acceptance, else sell control number; S = if locked-in by acceptance with short sale indication (sent to OE responsible party accepting the trade only); X = if locked-in by acceptance with short sale exempt indication (sent to OE responsible party accepting the trade only); L = to denote an auto locked in trade against the contra side; Z = to denote a split locked in trade against the contra side</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9858" name="OmgeoTLAccruedInterestCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The currency associated with the total accrued interest amount. This field determines precision of the corresponding amount field.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9859" name="OmgeoTLAccruedInterestAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to specify the interest accrued for the entire trade. Values of amount are limited to 16 decimal places. The precision is determined by the corresponding currency type.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9860" name="ContraBranchSeqNbr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">8 chars. Required by OATS for trade reporting party QSR and AGU trades only. Does not apply to non-QSR or non-AGU entries.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9861" name="BranchSeqNbr">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Branch/Sequence Number associated with a particular order or trade.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9862" name="ContraTradePA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Contra Trade PA. Valid values: A = agency, F = firm, P = principal, R = riskless</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9863" name="ContraClearingAcct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The number of the clearing firm associated with the order entry firm. If you do not enter a number, then NASDAQ uses the default clearing number in the contra firm profile.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9864" name="PortfolioName2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">MarketAxess</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9865" name="OmgeoBlockCommissionType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The commission type. Allowed values are EXEC (executing broker’s commission), LOCO (local broker’s commission), SPCN (special concessions) and TCOM (total commissions).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9866" name="OmgeoBlockCommissionAmount">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The amount of commission, drawdown or other reduction from or in addition to the deal price. When commissions are specified as percentages, CTM multiplies the value entered by 0.01.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9867" name="OmgeoCommissionReason">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">The commission reason code at the Block level.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9868" name="AllocationDetailInstiturionId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Currency" id="9869" name="OmgeoBlockCommissionCurrency">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Currency of the amount indicated in the Omgeo block commission amount field. ISO codes used.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9870" name="ReserveSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity of the reserve size. Reserve size must be in shares either in round lot multiples or in mixed lots.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9871" name="RefreshSize">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity to which display size will be replenished from reserve size. Must be is shares, in a round lot multiple.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9872" name="DisplaySize4">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of shares to be displayed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Nasdaq</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9873" name="OmgeoCommSharingBasisIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field identifies the commission sharing basis under which the trade was executed. Allowable values are: PERC(percent); FLAT(flat rate); or PERU(rate per share)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9874" name="OmgeoNoBlockCommissions">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This field indicates the number of block commission groups that are provided on the message.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Omgeo</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9875" name="AEPTradeID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Block trade identifier used only by dealers using AEP for execution for matching block trade in Allocation Instruction.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Brook Path Partners Inc</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9876" name="SwapTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This is additional information about the 2 security type trade:

1 = TBA Outright (Cash)

2 = TBA Rolls

3 = TBA Swap/Switch

4 = TBA Hedged</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9877" name="BbgTradeType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg Internally used.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9878" name="AllocationBlockOriginalFace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9879" name="LegIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index of this leg for a multi-leg trade (trades reported individually).</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9880" name="PegDifference2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Price difference to NBBO (BID,MID,ASK) in 64th of a NBBO dependent (pegged) limit order

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 211 **</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9881" name="BTOrderInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">TradeBook Order instructions. Valid (space delimited) values are R (replenish reserve quantities if any), Q (allow to quote this order on NASDAQ if originating from a non-market maker), and X (in 35-F this simply cancels all orders for a firm or single user). Further information on the use of this field on request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9882" name="BTReportInst">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Valid values are M (client “made” liquidity), and T (client “took” liquidity)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9883" name="DateFrom">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify the start date (YYYYMMDD-HH:MM:SS in GMT) for requesting the status of ALL orders for this client</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9884" name="DateTo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To specify the end date (YYYYMMDD-HH:MM:SS in GMT) for requesting the status of ALL orders for this client. Omission means “to now”</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9885" name="DealNumber">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">A portion of an order may be matched simultaneously against several (smaller quantity) orders at the same price resulting in several distinct trades. Even though each one of the trades will have its own ExecID, they all belong to one deal. Deal numbers are used by Tradebook’s executing broker to “tie” these trades into a “deal.” Further information available on request</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="PriceOffset" id="9886" name="DiscretionDelta">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To describe the DiscretionSpread off the displayed limit price. Contact Bloomberg for detailed information on how this field is used</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9887" name="DiscretionQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To describe the DiscretionAmount in an order. Contact Bloomberg for detailed information on this tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9888" name="DiscretionMinFill">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">To describe a minimum fill quantity in an order with Discretion component. Contact Bloomberg for detailed information on this tag.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9889" name="BangQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Please contact Benedict Zoe for an explanation of this tag’s purpose</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9890" name="Coupon3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Coupon for fixed income</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9891" name="Series">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Series for fixed income</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9892" name="Yield2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Yield for fixed income</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="float" id="9893" name="DiscountRate">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Discount rate for fixed income</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9894" name="FixedIncomeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Equity or fixed income?</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9895" name="FixedIncomeSubFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Fixed income flavor/type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9896" name="PricingNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg pricing number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9897" name="SeriesNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Series number for allocation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9898" name="AffirmativeDetermination">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Used to indicate whether client will locate stock in conjunction with Short Sell and/or Short Sell Exempt order. Valid values are Y and N.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9899" name="ExchangeReserve">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Determines if order will be submitted to respective exchange or stay in Tradebook’s order management system. Used for non-US securities only. Valid values are:

Y=submit to exchange

N=do not submit to exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9900" name="WorkStation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg WorkStation Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9901" name="NoBlots">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of Bloomberg Blots</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="SeqNum" id="9902" name="BlotSeq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg blot sequence number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9903" name="Principal2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Principal</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9904" name="PriceType3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg Price type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9905" name="AllocTarget">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg allocation target</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9906" name="Application">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg application (yellow key)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9907" name="AllocationDetailPrincipal">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9908" name="QuoteQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Amount to quote on Nasdaq</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9909" name="BangGroups">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of market makers in bang</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9910" name="BangMMID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">9909: Market maker in bang group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9911" name="BangMMIDQty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">9909: Qty to a MMID in bang group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9912" name="BangMinFill">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">9909: Min fill qty per MMID in bang group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9913" name="BangFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y,N – Is execution an Bloomberg bang?</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9914" name="BangCounterParty">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Counterparty of Bloomberg bang execution</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9915" name="BangSDP">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Y,N – Identifies whether Bloomberg bang was performed via proprietary SDP</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9916" name="SurveillanceAccountType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the order account type assign by surveillance</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9917" name="RepeatNext">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of repeating group in the clearing aggregate of an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9918" name="SecurityGroup">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Instrument group identification</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9919" name="ComponentType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the clearing aggregate type of an order</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9920" name="MarketMakerPhone">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">This parameter indicates the phone number of the subscriber’s representative who acts as market maker for the given stock</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9921" name="SecurityState">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the current state of the instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9922" name="MarketMakerType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the market maker type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9923" name="ClotGrpCot">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Closing auction indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9924" name="TransactID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the number alloted to a trade</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9925" name="ConnectionStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate a logon/logoff at the application level</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9926" name="SendBrokerID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the member identity has to be disclose or not in the corresponding public data feed</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9927" name="MarketMakerName2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the name of the market maker</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9928" name="InstrumentCateg">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the instrument type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9929" name="TypeActionOnInstrument">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of action that cause the change of instrument status</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9930" name="ComfirmFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if a pre-checking of the order has to be done by the exchange</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9931" name="FunctionCodeOrig">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">indicates the function code of the initial message to which this execution report message is responding</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9932" name="PreopenFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">indicate whether or not the order entered in the pre-opening should pass into the market session phase</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9933" name="CombinedOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Type of order entered, this information is linked with the type of processing to be executed on the associated order by member order entry application</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9934" name="AccountTypeUSA">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Customer account type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9935" name="ClearingFeeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates if the value added taxes will be calculated by the clearing system or not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9936" name="ForeignExchange">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Member type of the clearing system for which the order has been entered</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9937" name="OrigOrderUser">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if the order has been entered by a market maker or not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9938" name="ClearingHandlingType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the posting &amp; give-up processing to be done by the clearing system</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9939" name="UnderlyingLastPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the calculated (or traded) price for the corresponding underlying instrument</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9940" name="OddOrderFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if the remaining quantity is a multiple of the board lot</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="char" id="9941" name="TechnicalOrderType">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the order type and its origin: P = Programm trading, M = manuel, R = routing</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9942" name="LeaveQtyFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates that a non-zero quantity of the order remains to be traded</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9943" name="QuoteType3">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the type of the Quote</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCTimestamp" id="9944" name="SpiSendingTime">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Transmission date time of message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9945" name="OrigOrderID2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the original order identification</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9946" name="MemberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designate the member code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9947" name="TraderId">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Designate the trader code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9948" name="SettlementLocation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator specifying whether member wishes to settle his operation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9949" name="RelitUnwindingDelay">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate ISB guarantee and settlement delay</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9950" name="CounterpartMandatorID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Data field entered by a member when his counterpart mandates another establishement to enter his declaration.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9951" name="OperationTypeIndicator">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicator specifying the nature of the operation generating the TCS declaration</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9952" name="PreviousDayTradeFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate whether the TCS declaration was entered on the same day as the trade or on the following trading day.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9953" name="NumberOccurAlreadySent">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate the number of occurence already sent</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9954" name="NextMsgFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if it’s the last message or not</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9955" name="SubscriberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">subscriber Front end identification</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9956" name="TradeCancelFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if the specified TCS trade was cancelled</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9957" name="BlockTradeCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicate if the TCS trade relate to a block</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9958" name="TradeMsgSubCod">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Specifies the trade message type</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9959" name="LowLimitNormalTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the lower price limit authorized for normal out-of-session trades for the given security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9960" name="HighLimitNormalTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the upper price limit for normal out-of-session trades for the given security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9961" name="LowLimitBlockTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the lower price limit for out-of-session block trades for the given security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9962" name="HighLimitBlockTrade">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the upper price limit authorized for out-of-session block trades for the given security</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9963" name="SecurityGroupStatus">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the status of the security group</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9964" name="FirstShare">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Indicates the quantity executed at the moment the order was introduced</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="UTCDateOnly" id="9965" name="OrderDate2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Date when the Order was created.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Middle Ware Idioms</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9966" name="ExecutionVersion">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number indicating the version of a trade. For example, a new trade would be version 1. A correction would be a version &gt; 2, in incremental order.</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Middle Ware Idioms</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9967" name="MMBidSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker quantity of bid</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9968" name="MMOfferSize2">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker quantity of offer</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9969" name="MMBestBidPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker best bid price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9970" name="MMBestOfferPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Market maker best ask price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9971" name="MMMemberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Assigned value used to identify firm (market maker) sending message</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9972" name="MMBestBidMemberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Member ID of best bid prices</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9973" name="MMBestOfferMemberID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Member ID of best ask prices</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9974" name="AllocationDetailOriginalFace">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9975" name="PrevDayRefMktCapitalPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of stock’s capitalization as compared to total previous day’s capitalization</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9976" name="LastMsgFlag">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Last message indicator for a given index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9977" name="PrevDayClosRefIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Previous day’s closing reference index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="int" id="9978" name="IndexCalcFreq">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Frequency of index calculation</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9979" name="AdjTheoPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Adjusted theoretical stock price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9980" name="PrevDayRefMktCapitalAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Stock capitalisation based on previous day’s adjusted reference price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9981" name="CapitalDifference">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Difference in capitalisation today/yesterday</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9982" name="DividendNetPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net dividend</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9983" name="DividendGrossPx">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global dividend</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9984" name="DividendNetAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total amount of net dividends detachet from the stock today</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Amt" id="9985" name="DividendGrossAmt">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Total amount of global dividends detached from the stock today</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9986" name="SampleSector">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index sector code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Boolean" id="9987" name="AddOrRemove">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Deletion/admission code</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9988" name="MDEntryCode">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Index level indicator</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Qty" id="9989" name="TotTradedSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of stocks quoted</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Percentage" id="9990" name="CapitalPct">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Percentage of capitalization</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9991" name="ForeRunnerVariation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Variation (forerunner)</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9992" name="SettlVariation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Variation from liquidation day price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="Price" id="9993" name="PrevYearVariation">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Variation from previous year end price</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9994" name="NetReturnIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Net profitability index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9995" name="GrossReturnIndex">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Global profitability index</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9996" name="NoFallingSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of falling securities</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="NumInGroup" id="9997" name="NoRisingSecurities">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Number of rising securities</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Euronext</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9998" name="UUID">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg Unique User ID</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
        <fixr:field type="String" id="9999" name="FirmNo">
            <fixr:annotation>
                <fixr:appinfo purpose="range">9000-9999</fixr:appinfo>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">Bloomberg Firm Number</fixr:documentation>
                <fixr:documentation purpose="ELABORATION" contentType="text/markdown">Bloomberg</fixr:documentation>
            </fixr:annotation>
        </fixr:field>
    </fixr:fields>
    <fixr:components/>
    <fixr:groups/>
    <fixr:messages>
        <fixr:message category="Bank" id="24603" name="ABNAMRO">
            <fixr:structure>
                <fixr:fieldRef id="6175"/>
                <fixr:fieldRef id="6173"/>
                <fixr:fieldRef id="6174"/>
                <fixr:fieldRef id="6170">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fraction to Trade (Int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6172">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum cost from strike in basis points (int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6171">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Risk Aversion, 10 =Market Impact (int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for ABN AMRO.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="28637" name="AgentTraderSecuritiesLLC">
            <fixr:structure>
                <fixr:fieldRef id="9777">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether an order incur specialist fee. Y=Yes, N=No.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Agent Trader Securities LLC.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="20270" name="AmericanCenturyInvestments">
            <fixr:structure>
                <fixr:fieldRef id="9362">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation: optional price for specific alloc within a ticket (avg across multiple executions)

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 153 (AllocAvgPx) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5701">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The actual locate identifier/reference provided by the LocateBroker (5700).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for American Century Investments.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="29362" name="AngelNetworks">
            <fixr:structure>
                <fixr:fieldRef id="7444">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">7444 Reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7445">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">7445 Reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Angel Networks.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="21335" name="AptComputerSystemsLimited">
            <fixr:structure>
                <fixr:fieldRef id="9411">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When placing an order based on a quote, in the UK it is a regulatory requirement that you mention any price improvement on the quoted price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Apt Computer Systems Limited.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Other" id="22288" name="AutomatedSecurityClearanceLtd">
            <fixr:structure>
                <fixr:fieldRef id="9304">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unsolicited Partial Cancel Quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9373">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator of how BRUT executed the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9301">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Capacity, Broker Market Maker status. Valid Values: A=Agency, P=Principle</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9302">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Customer price per share of Original Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9306">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date the Original Order was accepted by ECN.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9307">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Prefered Market Maker with Through BRUT Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9303">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order routing instruction for ECN. Valid Values B=Book (default), T=Through ECN to Prefered Market Maker, X=Order Cross, H=Hidden Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9305">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Sponsor Broker for the Institution. Only used with Institution Orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Automated Security Clearance Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="25477" name="B2BITS">
            <fixr:structure>
                <fixr:fieldRef id="5384">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of accrued interest.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5509">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not the auction is being held for the security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5556">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Base SWAP price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5559">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy back date.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5558">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy back price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5510">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates change from previous day’s weighted average price vs. last traded price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5511">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates change from previous day’s open interest.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5383">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Encoded (non-ASCII characters) representation of the ShortSecurityDesc (5381) field in the encoded format specified via the MessageEncoding (347) field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5382">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Byte length of encoded (non-ASCII characters) EncodedShortSecurityDesc (5383) field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5508">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Face value of security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5512">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">First eligible trade date.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5514">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of decimals in prices. Similar to InstrAttribValue(872) with InstrAttribType(871) = ’27’.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5513">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last eligible trade date. Similar to EventDate(866) with EventType(865) = ‘7’.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5919">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in pre-4.4 versions to provide same functionality as 4.4’s LastFragment(893).

Indicates whether this message is the last in a sequence of messages for those messages that support fragmentation.

Valid values: ‘Y’ (Last message), ‘N’ (Not last message).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5385">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Code of market where instrument is traded.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5389">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum summary volume of active buy and sell orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5386">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in pre-5.0 versions to provide same functionality as 5.0’s MinPriceIncrement(969).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5387">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market share limit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5388">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market share limit threshold.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5470">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum deviation of prices from settlement price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5472">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum deviation of prices from settlement price at T+1.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6959">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Product status.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6958">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Product type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5677">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price of the second part of REPO.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6957">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous day’s settlement price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5381">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Short security description.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5217">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">State Securities Identification Number.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5684">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of shares busted.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for B2BITS.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="14394" name="BankOfAmerica">
            <fixr:structure>
                <fixr:fieldRef id="7310"/>
                <fixr:fieldRef id="7311"/>
                <fixr:fieldRef id="7312"/>
                <fixr:fieldRef id="7313"/>
                <fixr:fieldRef id="7314"/>
                <fixr:fieldRef id="7315"/>
                <fixr:fieldRef id="7316"/>
                <fixr:fieldRef id="7317"/>
                <fixr:fieldRef id="7318"/>
                <fixr:fieldRef id="7319"/>
                <fixr:fieldRef id="7320"/>
                <fixr:fieldRef id="7321"/>
                <fixr:fieldRef id="6159">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Average Price of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6162">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bid Spot Rate of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7302"/>
                <fixr:fieldRef id="7303"/>
                <fixr:fieldRef id="7304"/>
                <fixr:fieldRef id="7305"/>
                <fixr:fieldRef id="7306"/>
                <fixr:fieldRef id="7307"/>
                <fixr:fieldRef id="7308"/>
                <fixr:fieldRef id="7309"/>
                <fixr:fieldRef id="9090">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag will be used to determine if an order with the same symbol can be traded after a certain period of wait time against a quote. This in regards to block trading of securities electronically.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6165">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">the deal amount (order quantity) of a far leg of a swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5904">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Duration in minutes. Valid values: (1 – 390, for US markets)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5999">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5902">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Starting time as a UTC timestamp.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5212">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FINS number of broker executing the order (up to 6 characters)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5906">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution mode. Valid values: 0 = neutral, 1 = passive, 2 = aggressive.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5903">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ending time as a UTC timestamp.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6197">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Home currency</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6193">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Home Ccy Equivalent Quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6195">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Home CCY Equivalent Quantity for the Far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6194">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Home CCY Equivalent Rate</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6196">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Home Ccy Equivalent Rate for the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6160">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6161">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spot Rate of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6164">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leaves Quantity of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7741">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contra amount of the leg</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5210">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FINS number of 1st broker not allowed to execute order (up to 6 characters)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5211">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FINS number of 2nd broker not allowed to execute order (up to 6 characters)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6163">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer Spot Rate of the far leg of a swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5905">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When TargetStrategy is TVOL (5900=2), this parameter represents the target participation rate. For other values, this parameter represents a volume limit.

Valid values: a percentage (0 – 100).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9092">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9093">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9094">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9095">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future Banc of America Securities PBT usage.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9091">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is used to differentiate between a quote rejection and the actual closing of a quote stream for business reasons.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5900">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1=Volume Weighted Average Price (VWAP),

2=Target Volume (TVOL),

1001=Volume Weighted Average Price (VWAP) [same as 1],

1002=Target Volume (TVOL) [same as 2],

1003=Order Staging Model (OSM),

1004=Sensitivity (SENS),

1005=Time Weighted Average Price (TWAP),

1006=Arrival Price (AP),

1999=Custom (CUST)

N.B. This is a required field!</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5901">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6166">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">USD Equivalent of the dealt currency</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6167">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">USD Equivalent of the dealt currency for the far leg for Swaps</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Bank of America.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="38265" name="BarclaysCapital">
            <fixr:structure>
                <fixr:fieldRef id="6050">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The far leg bid in an FX swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6052">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the far leg bid amount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6056">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for the Bid side of pre-caluclated combined points for FX-Swaps</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6057">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for the Offer side of pre-caluclated combined points for FX-Swaps</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5111">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A field identifying the quote provider</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5785">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Mostly for algo orders. ExchangeExecutionId of the child order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5784">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Mostly for algo orders. Exchangeorderid of the child order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5783">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The gateway id (or name) for the exchange in the broker system. (one exchange can have multiple gateways from a broker system)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5687">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executed quantity on fills for leg 2 of a 2-legged strategy.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5112">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The denomination of the issue</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6051">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the far leg offer for an FX swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6053">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the far leg offer amount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5685">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ordered quantity for leg 2 of a 2-legged strategy.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5110">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Informs the client how many quote contributers there were is determining the quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6054">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the calculated side amount on an FX swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6055">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the second calculated side amount for an FX Swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6215">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in FX and Commodoties Orders and Executions in conjunction with SettlDate to identify the timebucket of the original order.Valid Values: SP = Spot, SN = Spot Next, ON = Overnight, TN = Tomorrow Next, 1W = 1 Week, 2W = 2 Weeks, 3W = 3 Weeks, 1M = 1 Month, 2M = 2 Months, 3M = 3 Months, 6M = 6 Months, 1Y = 1 Year</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6216">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Secondary TenorValue for Swaps. Used in FX and Commodoties Orders and Executions in conjunction with SettlDate to identify the timebucket of the original order.Valid Values: SP = Spot, SN = Spot Next, ON = Overnight, TN = Tomorrow Next, 1W = 1 Week, 2W = 2 Weeks, 3W = 3 Weeks, 1M = 1 Month, 2M = 2 Months, 3M = 3 Months, 6M = 6 Months, 1Y = 1 Year</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Barclays Capital.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="22136" name="BATSTrading">
            <fixr:structure>
                <fixr:fieldRef id="9687">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y = Bypass hidden peg orders resting on book

N (Default) = Access hidden peg orders resting on book</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9619">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y = cancel original order if OrigClOrdId is live but modification must be rejected. (An “unsolicited” cancel will be sent for OrigClOrdId in addition to the replacement reject).N = leave original order if modification is rejected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7772">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Central Counterparty.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9620">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">On the custom UCC trade correction message, this holds the corrected price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9622">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of discretion to apply to Price.Similar in meaning to the standard DiscretionOffset but this field is always non-negative and is implicitly added to bid prices and subtracted from offser prices.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9621">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Only present on fills. The total fees for this fill. Negative for rebate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9691">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Send on Accepted and Replaced (150=0,5) execution reports when it is known that the order is being booked. Reports the price at which the order is initially displayed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7770">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Locked quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9617">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Count of accepted cancel/replaces.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9688">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">on drop copies OrigCompID will be the TargetCompID of the original exec report (TargetCompID will be the receiver of the drop copy)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9689">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">on drop copies OrigSubID will be the TargetSubID of the original exec report (TargetSubID will be the receiver of the drop copy)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7771">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y = Route Odd Lot to slow* exchange

N = Do no route Odd Lot to slow* exchange*some exhchanges incur extra delay for odd-lot processing or do not process odd lot IOCs</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9690">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If order Price had to be permanently adjusted on entry (i.e. to avoid crossing national market) the adjusted price will be reported here on the accept.The Price field will always be a copy of the price submitted on the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for BATS Trading.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="31017" name="BeaconCapitalStrategies">
            <fixr:structure>
                <fixr:fieldRef id="5113">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CreditRatingAgency

Instrument

Format: int Research Agency provided Credit Rating evaluation. Used in conjunction with CreditRating field ( tag 256 ) Beacon values: 0 – S&amp;P 1 – Moody’s 2 – Fitch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5121">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: String

specifies algorithm source using language type specified in FilterSource ( 5120 ).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5123">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: int ID provider echo FilterReqID(5122), new generated ID by provider for

Requested Filter.

Used to cancel/update filters.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5122">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: int

filter requester ID

see FilterID generated by filter provider to used to

cancel/update filters.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5120">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: String

FilterSource specifies which language type supported to create a Filter ( 5121 ).

valid values

“SQL”,

“REGEX”,

“JAVASCRIPT”,

“XPATH”,…

used in conjunction with

Filter(5121),

FilterReqID(5122).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5117">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: int Research Agency provided Leg Credit Rating evaluation. Used in conjunction with LegCreditRating field ( tag 257 ) Beacon values: 0 – S&amp;P 1 – Moody’s 2 – Fitch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5114">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: NumInGroup

Number of repeating CreditRating ( 255 )

and CreditRatingAgency ( 5113 )

entries.

use NoCreditRating == 0

when CreditRatingAgency and CreditRating is not provided.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5129">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in IOIList.

Market data field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5118">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: NumInGroup Number of repeating LegCreditRating ( 257 ) and LegCreditRatingAgency ( 5117 ) entries. use NoLegCreditRating == 0 when LegCreditRatingAgency and LegCreditRating is not provided.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5119">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the number of RFQRequests.

Market data field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5116">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: NumInGroup Number of repeating UnderlyingCreditRating ( 256 ) and UnderlyingCreditRatingAgency ( 5115 ) entries. use NoUnderlyingCreditRating == 0 when UnderlyingCreditRatingAgency and UnderlyingCreditRating is not provided.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5130">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in IOIList, SecurityList, SecurityStatus

Number of Indications currently alive ( not expired based on validUntilTime )

Market data field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5115">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format: int

Research Agency provided Credit Rating evaluation.

Used in conjunction with

UnderlyingCreditRating field ( tag 256 )

Beacon values:

0 – S&amp;P

1 – Moody’s

2 – Fitch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Beacon Capital Strategies.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="21938" name="BearStearns">
            <fixr:structure>
                <fixr:fieldRef id="6290">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean value, active or not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6245">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Double Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6238">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">beta neutrality limit in dollars</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6244">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Double Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6248">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Risk Arb Cash Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6249">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6236">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar neutrality limit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6247">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Double Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6242">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6246">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Double Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6241">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Decimal value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6237">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ratio neutrality limit in percent</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6235">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Risk Aversion Parameter</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6240">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6239">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6243">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Bear Stearns &amp; Co.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="5629" name="BelgradeStockExchange">
            <fixr:structure>
                <fixr:fieldRef id="5962">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the Bid Price is within the Price volatility band.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5995">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of refernce price by which volatility bands can be extended in intra-day auction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5994">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lower volatility ban boundary (absolute value)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5963">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the Offer Price is within the Price volatility band.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5990">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the order price is within the volatility band. N = Not active, A = Active</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5991">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total bid quantity in the order book (all prices – active orders only)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5992">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total offer quantity in the order book (all prices – active orders only)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5996">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates trading method for security.

Values: MKT – Continuous trading, MPC – Fixing, MPP – Proportional, MVC – Multiple price fixing, MKP – Continuous selling, MMC – Minimum price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5993">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Upper volatility band boundary (absolute value)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Belgrade Stock Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="DataVendor" id="9690" name="Bloomberg">
            <fixr:structure>
                <fixr:fieldRef id="6379">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ending cash consideration of a financing deal on the EndDate(917) adjusted for coupon and interest payments to the collateral

holder.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9898">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate whether client will locate stock in conjunction with Short Sell and/or Short Sell Exempt order. Valid values are Y and N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5526"/>
                <fixr:fieldRef id="5989">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This flag (Y/N) indicates whether it’s an all-in price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5534">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sub identifier for the Allocation Accounts. Will be part of the NoAllocs group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5535">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sub identifiers #2 for Allocation Accounts. Will be part of the NoAllocs group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5536">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sub identifier #3 for Allocation accounts. Will be part of the NoAllocs group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6505">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation account MCA Date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6504">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation account MCA type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9878"/>
                <fixr:fieldRef id="9868"/>
                <fixr:fieldRef id="9974"/>
                <fixr:fieldRef id="9907"/>
                <fixr:fieldRef id="5527">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if allocations are to follow (Most likely a Allocation Instruction FIX Message) for the trade indicated by this Execution Report.

Possible Values:

1 – No Allocations. 2 or More – Allocations Will follow. (They could indicate the possible number of accounts the allocations will occur to.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6506">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation calculation agent location</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5538">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Current Face allocated to this Allocation account. For MTGEs only. Part of “NoAllocs” repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5547"/>
                <fixr:fieldRef id="5539">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Gross trade amount allocated to the Allocation account. Part of the “NoAllocs” repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5542"/>
                <fixr:fieldRef id="5546"/>
                <fixr:fieldRef id="6507">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation account matrix agreement type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6508">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation MCA annex date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9798">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Can be internet e-mail or Bloomberg UUID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9712">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1=email,2=uuid</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9628">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Sender, 2 = Receiver</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9692">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Sender, 2 = Receiver</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9905">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg allocation target</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5922">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: Y/N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9906">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg application (yellow key)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5089">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The ask delta price – for FX SPOT</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9139">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net ask price for 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5518">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Mortgage/assest backed security assumed coupon</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9106">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A Trading System Firm Auto-Execution Status Tag

Y – Firm will automatically accept

N – Firm will reject all

P – Firm will pend for manual accept/reject</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9914">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counterparty of Bloomberg bang execution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9913">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y,N – Is execution an Bloomberg bang?</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9909">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of market makers in bang</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9912">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">9909: Min fill qty per MMID in bang group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9910">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">9909: Market maker in bang group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9911">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">9909: Qty to a MMID in bang group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9889">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Please contact Benedict Zoe for an explanation of this tag’s purpose</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9915">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y,N – Identifies whether Bloomberg bang was performed via proprietary SDP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9786">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag 9786 allows clients to specify the style of bang applied to each order on an individual basis.S=Single and N=Normal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9132">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates the direction in which the Barrier needs to be crossed to activate the option. 1 — up, 2 — down.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9134">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date the price monitoring ends.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9131">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price of the underlying at which the option comes in existance or ceases to exist.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9137">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Level of the second barrier for double barrier options</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9135">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Predefined rebate for Barrier option</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9138">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rebate for the second barrier for double barrier options</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9133">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date the price monitoring starts.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9130">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Style of a barrier for Barrier option. 1– knock-in, 2 — knock-out</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9122">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Bloomberg-specific ID associated with a particular dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9150">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For adding, updating and deleting securities as part of trade capture message, AE.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9877">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg Internally used.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5521">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Benchmark bid yield for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5520">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Benchmark offer price for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5523">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Benchmark offer spread for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5522">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Benchmark offer yield for quote messages that inclue the SpreadOrBenchmarkCurveData component block.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5088">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The bid delta price – for FX SPOT</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5188"/>
                <fixr:fieldRef id="5923">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field will contain the bid dollar price for discount-quoted securities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5927">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bid Yield-to-maturity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9014">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">State of the order on the blot screens.

0 = Sent

1 = Sent Ack

2 = Priced

3 = Covered

4 = Accepted

5 – Rejected

6 = Canceled

7 = Passed

8 = Traded Away

9 = Tied Traded Away</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9902">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg blot sequence number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9667">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9012">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UNique to BLP Trading system. Inside repeating group for allocations.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9011">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Inside the repeating group for allocations. This is unique to BLP Trading systems.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6378">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security Program Type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9654">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1-Customer, 2-Sales</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9881">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">TradeBook Order instructions. Valid (space delimited) values are R (replenish reserve quantities if any), Q (allow to quote this order on NASDAQ if originating from a non-market maker), and X (in 35-F this simply cancels all orders for a firm or single user). Further information on the use of this field on request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9882">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid values are M (client “made” liquidity), and T (client “took” liquidity)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5545">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bids Wanted Item ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6384">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Calcution Agent Location</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9072">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes whether a particular leg of an FX Option trade is a Call or a Put. Possible Values: 1=Call; 2=Put</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9034">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes what currency a given leg of an FX Option is operating on. Works in conjunction with CallOrPut tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9105">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y – Indicates a full allocation

N – Indicates partial or Dummy account’s</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9170">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client Execution id – A coresponding execution report from another system to send the original execution id sent. Execution report id for an fx trade done for a previous execution report sent to BLP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9518">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Actual quote for a security or for first leg of a swaps trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9517">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">eg. MSFT, ‘Bloomberg Indicative’</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9521">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fwd/Swap points (Swaps/Outrights only)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9520">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Actual quote of second leg (Swaps only)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9523">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 – Indicative

2 – Executable</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9117">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counter accrual unit for FX Option trade. Valid values: • 1 = ACT/ACT

• 2 = 20/360

• 3 = ACT/360

• 4 = ACT/365</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9118">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counter deposit rate in units and accrual convention specified in 9116 and 9117</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9116">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counter deposit unit for FX Option trade., Valid values:

• 1 = Ann

• 2 = Semi

• 3 = Cont

• 4 = M Mkt</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5515">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account identifier of a counterparty for Fixed Income orders &amp; executions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9890">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Coupon for fixed income</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9073">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes one of two currencies in an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9074">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the second of two currencies in an FX Options trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5537">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Current face for Mortgages, ABS, CMO, CMBS etc. (Original face * Factor).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5540"/>
                <fixr:fieldRef id="5541"/>
                <fixr:fieldRef id="9883">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify the start date (YYYYMMDD-HH:MM:SS in GMT) for requesting the status of ALL orders for this client</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9884">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify the end date (YYYYMMDD-HH:MM:SS in GMT) for requesting the status of ALL orders for this client. Omission means “to now”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5178">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bank or the dealer that a trade was done with (This will be an optional field).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9650">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when Quote request will expire</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9885">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A portion of an order may be matched simultaneously against several (smaller quantity) orders at the same price resulting in several distinct trades. Even though each one of the trades will have its own ExecID, they all belong to one deal. Deal numbers are used by Tradebook’s executing broker to “tie” these trades into a “deal.” Further information available on request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9127">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of delivery for an option trade. 1 — cash, 2 — delivery</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9112">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Value/Spot date (settlement date) for the delta hedge of an FX Option</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9075">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Delta value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9161">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Delta leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9083">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Delta value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9141">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Delta Net value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6812">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX deposit, values: N = New, R = Rollover.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6813">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Deposit day count fraction, values: 0=ACT/360, 1=ACT/360(Comp), 3=30/360, 5=ACT/365, 6=ACT/365(Comp), B=BIZ/252, C=BIZ/252(Comp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9114">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Accrual Unit for an FX Option trade. Possible values: 1=ACT/ACT; 2=20/360; 3=ACT/360; 4=ACT/365</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9115">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Deposit rate in units and accrual convention specified in tags 9113 and 9114</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9113">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Deposit Unit for an FX Option trade. Possible Values: 1=Ann; 2=Semi; 3=Cont; 4=MMkt</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9893">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Discount rate for fixed income</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9886">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To describe the DiscretionSpread off the displayed limit price. Contact Bloomberg for detailed information on how this field is used</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9888">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To describe a minimum fill quantity in an order with Discretion component. Contact Bloomberg for detailed information on this tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9887">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To describe the DiscretionAmount in an order. Contact Bloomberg for detailed information on this tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9899">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines if order will be submitted to respective exchange or stay in Tradebook’s order management system. Used for non-US securities only. Valid values are:

Y=submit to exchange

N=do not submit to exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5920">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: R, A, or B. Determines whether the offering is exclusive to the Rep, ATS, or both.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9015">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes whether a Delta Hedge trade should be booked to offset the risk of an option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9189">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The end date of option exercise period.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9188">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The beginning date of option exercise period.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9124">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of FX Option expiry, expressed in GMT format. Example: 10:00:00</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9125">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of expiration of FX Option, encoded into enumeration of three major cuts. Possible values: 1=NY: 10:00:00; 2=Tokyo: 15:00:00; 3=London: 15:00:00; 4=Mexico: 11:30:00; 5=Frankfurt: 14:30:00; 6=Taiwan: 11:00:00; 7=Seoul: 17:30:00; 8=Istanbul 14:00:00</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5921">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies trader’s mark up over the offering price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5176">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies transaction type

Valid Values: 20=4 – Distinguishes balances that will be reported to the FXBB system by a version of an ExecReport(35=8) message.

, 20=5 – Balance report ack message used to respond to balance report. 20=6 – Will be sent back if a balance is covered by the FX system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5669">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fill or Kill Quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9815">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The quantity of an IOC order, in shares, that system sends to exchange (with discretion) when other parameters are met.Order will be rejected if the quantity is an invalid board lot.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5543">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Firm offering quantity for Municipal Commercial Paper.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9999">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg Firm Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9894">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Equity or fixed income?</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9895">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fixed income flavor/type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9121">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fixing Date for the second leg of NDF swap. ( First leg is 6203 )</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5671">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FOK Position in an account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9099">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The value of the forward rate for an FX Option.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9160">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Forward rate leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9102">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Non-deliverable forward indicator

R = regular

N = onshore

O = OffshoreDefault = R</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9019">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The style of FX Option. Possible values: 1=American; 2=European</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9101">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Split trade indicator – Split FX trade across multiple books – Y/N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9076">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Gamma value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9149">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Gamma leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9085">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Gamma value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9142">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Gamma value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5933">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the General Legder Account field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5525">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This term describes the way brokers and clients protect themselves from market risk in doing repos.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9016">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates a type of hedge trade to be executed for offset of option risk. Possible values: 1=Spot; 2=Forward</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9220">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">HighTenorQuoteId used for order message to indicate interpolated price calculation from FX streaming quote id</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5925">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is the Index Ratio.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5530">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date of the inventory position. LocalMmktDate. Part of group (5529-5531)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5531">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The available amount associated with the InvPositionDate, expressed as par value. A short position will be specified as a negative par value. Part of group (5529-5531)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7777">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg recognized exchange code. This is a 2 character, alpha code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9661"/>
                <fixr:fieldRef id="9148">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price of the option leg for ask quote in 2-way pricing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9663">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9657"/>
                <fixr:fieldRef id="9658">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9665">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9666">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9879">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index of this leg for a multi-leg trade (trades reported individually).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5191">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg Last Forward Points – Same as Tag 195 “LastForwardPoints” but for the Far leg of a FX Swap Deal.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5190">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">LegLastSpotRate – Similar to tag 194 “LastSpotRate” but

for the Far leg of a FX Swap deal.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5193">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg Market Type – Similar to tag 9102 “MarketType” but for

the far leg of a FX Swap leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9018">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of units of currency that are being traded in a given leg of an FX Option. The currency being traded is denoted by the LegNotionalCurrency field, tag 9017.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9017">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The currency which the LegNotionalAmount field refers to, for an FX Option.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9656">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values similar to TriceType</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9660"/>
                <fixr:fieldRef id="5192">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg Split Trade Flag – Similar to tag 9101 “SplitTradeFlag”

but for the far leg of a FX Swap deal.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9659">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9664">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9662">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BLP Specific</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9655">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5517">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Master account identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5668">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield corresponding to Maturity end date.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5667">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield corresponding to Maturity start date.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6385">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Matrix Agreement Type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5052">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Complete maturity date for Fixed Income trades. YYYYMMDD</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5666">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size available corresponding to Maturity range.

Part of NoDateRates (5538) repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6817">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For the flag leg of an FX swap, used to indicate if the settlement will be handled net or gross

1 = Net

2 = Gross</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9901">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of Bloomberg Blots</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9516">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">eg. MSFT, ‘Bloomberg Indicative’</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5529">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group count. No of Inventory positions advertised. Part of group (5529-5531)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9610">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating notes fields</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9525">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the number of Orders rerouted to another broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9612">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9613">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9611">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating field in the notes group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9103">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of BLP trade tickets created as a result of the incoming trade message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9471">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under the trade capture suite of messages</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6223">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group count. Number of coupon reinvestments. Part of group (6223-6226)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9848">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines who is getting an allocation report – may be multiple people</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5189"/>
                <fixr:fieldRef id="5924">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field will contain the offer dollar price for discount-quoted securities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5926">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer Yield-to-call.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5928">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer Yield-to-maturity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9136">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the standard optoin type: 1 — Vanilla, 2 — Knock-In, 3 — Knock-Out, 4 — One Touch, 5 — No Touch, 6 — Double Knock-In, 7 — Double Knock-Out</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9126">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 — single leg, 2 — straddle, 3 — strangle, 4 — risk reversal, 5 — participating forward, 6 — diagonal spread, 7 — call

ut spread, 8 — calendar spread, 9 — two leg</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5524">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify the original destination of a Drop copy message. Can be a platform, exchange or anything – Mutually agreed upon.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9880">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price difference to NBBO (BID,MID,ASK) in 64th of a NBBO dependent (pegged) limit order

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 211 **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5670">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account / Fund / Book name of the position.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5519">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Mortgage prepayment speed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9904">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg Price type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9896">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg pricing number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9108">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Primary money market security identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9903">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Principal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9652">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg MOP Level</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9908">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount to quote on Nasdaq</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5082">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether a price is indicative or executable.

Valid Values:

1 = Indicative pricing

2 = Executable pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5532">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date (last reset date) from which the coupon rate is effective for Variable Rate Demand Note and tender option bonds. Type= LocalMmktDate</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9104">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX trading creates multiple transactions. This will contain the ticket numbers returned.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9282">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the Broker Code of a Re-Routed Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9526">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the Order # of a Re-Routed Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9291">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the Size of a Re-Routed Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9401">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the Execution Price of a Re-Routed Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9281">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes the Settlement Date of a Re-Routed Order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5676"/>
                <fixr:fieldRef id="6814">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6815">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6816">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7066"/>
                <fixr:fieldRef id="7067"/>
                <fixr:fieldRef id="7068"/>
                <fixr:fieldRef id="7069"/>
                <fixr:fieldRef id="9079">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Rho value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9162">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rho leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9088">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Rho value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9163">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Rho value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7779">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for fix-to-fix processing. No internal updates along the way. Strictly endpoint processing. Used to bypass local database updates.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5528">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identify the book for the salesperson doing the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5672">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Secondary Alloc ID per allocation account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7778">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg recognized exchange code. 2 character alpha code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9891">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Series for fixed income</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9897">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Series number for allocation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5673">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Accrued Interest in the Settlement currency.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9120">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement Currency for the second leg of NDF swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5674">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net money in Settlment Currency.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9119">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement Fixing Date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5177">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the system source. This tag will be a string i.e. “Tradebook”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9194">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for 2-way pricing – spot rate of the ask quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9080">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The price of the instrument with which a given leg of an FX Option trade is being hedged.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9154">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spot hedge leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9089">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net price of the instruments with which an FX Option trade is being hedged.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9145">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Theta value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9123">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The signed notional for a spot hedge trade for an FX Option. Always refers to the currency denoted as Currency1 (tag 9073).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9222">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SpotQuoteId used for order message to indicate price from FX streaming quote id</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9575">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes whether a staged order is an inquiry order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9574">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target Price at which an order will stage and monitor</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5930">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the story field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9653">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denotes if the response is subject or not.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9651">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when the Quote request will become subject.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9876">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is additional information about the 2 security type trade:

1 = TBA Outright (Cash)

2 = TBA Rolls

3 = TBA Swap/Switch

4 = TBA Hedged</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9576">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target price type valid values:

1 – Price

2 – Yield

3 – Spread</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5675">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tax rate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9078">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Theta value for an FX Option trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9153">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Theta leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9087">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Theta value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9144">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Theta value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9816">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Whole numbers only. Multiply this value with appropriate Tick increment (based on current security price and GTEX Tick Rules) to calculate the Discretion Quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9187">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the type of exercising for touch options.

No touch — 1, Pay when hit — 2, Pat at expiry — 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5533">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of correct sent in the Trade Capture or Execution Report. (Ex: Material change or not)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9107">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading strategy of a transaction (ex. hedge fund trading strategy)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9010">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Referernce number for Proprietary trading system ticket number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9009">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Propritary Trading system Ticket number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9476">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under the transaction costs group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9473">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under transaction costs</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9477">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating field under the transaction costs group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9475">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under transaction costs.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9474">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under transaction cost group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9472">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group under the transaction cost for Trade Capture reporting</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6294">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Underlying accrued interest amount at termination</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6226">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Coupon reinvestment amount. Part of group (6223-6226)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6224">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Coupon reinvestment date. Part of group (6223-6226)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6225">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rate at which the coupon is reinvested. Part of group (6223-6226)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6293">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Underlying accrued interest amount at settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9998">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg Unique User ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9082">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Vanna value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9158">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Vanna leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9097">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Vanna value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9077">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Vega value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9151">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Vega leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9086">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Vega value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9143">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Vega value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9098">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg volatility for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9159">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volatility leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9081">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The per-leg Vomma value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9157">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Vomma leg for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9096">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The net Vomma value for an FX Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9146">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Vomma value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9147">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Vanna value for ask quote in 2-way pricing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9814">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag specifies that the counterparty initiating the order acknowledges and accepts that the total order quantity exceeds a certain percentage of the typical daily volume.Absence of this tag or a 0 value will result in a reject if 38&gt;%TDV

9814=0

9814=1 (acknowledgement)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9813">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag specifies if the VWAP order will be eligible for matching (U.S orders only)

9813=0(not eligible)

9813=1(eligible)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9810">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag initiates a VWAP strategy for the order.Valid values:9810=0(off),1(on)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9811">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">VWAP start time (GMT)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9812">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">VWAP stop time (GMT)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9799">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates type of VWAP execution client wishes Bloomberg Tradebook to deliver. Used for non-US securities only. Valid values:

V1=session 1

V2=session 2

V3=full day

V4=point of trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9668">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Wire Time in seconds for a Quote (price fill) received from the dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9900">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bloomberg WorkStation Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9892">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield for fixed income</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5929">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the Yield Flag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Bloomberg.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="22192" name="BNYBrokerage">
            <fixr:structure>
                <fixr:fieldRef id="6500">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Future Use</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6501">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Future Use</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for BNY Brokerage.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="39936" name="BolsadeMercadoriasFuturos">
            <fixr:structure>
                <fixr:fieldRef id="6930">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional tag that relays information on the result of an application level logon process.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6937">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String field which indicates the asset of the security, for example BGI (cattle), DOL (USD), WIN (mini-Ibovespa Index), DI1 (1 day interbank deposit), etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6928">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional tag used to relay the IP address (in the format nnn.nnn.nnn.nnn) of the connecting counterparty for auditing purposes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6929">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional tag to relay counterparty OS identification (free-format string) for auditing purposes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6931">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional tag indicating the number of days before a user password expires.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6909">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FIXML: @DelayResp. Used to indicate which entity is responsible for a given delay in a specific situation. Currently being used to indicate who is responsible for the delay in allocation scenarios (int)Valid values (subject to expansion):

1 – Give-up Originator

2 – Give-up Recipient

3 – Exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6947">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String field which identifies the equivalent instrument of an instrument, for example, WIN (Ibovespa index mini) or DOL (USD minis + full size contracts).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6943">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The imbalance of executed orders of a market participant, in total quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6919">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of the stock in an index.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6936">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field represents the ISO 639 standard code (2 letters) for a language. Used in News messages (and possibly others), and allows for specifying the language the news is in.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6941">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the maximum allowable quantity of an individual bid.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6942">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the maximum allowable quantity of an individual offer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6940">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String containing the news source for the News Message (e.g. “Market surveillance”, “Media department”, “RSS feed”).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6951">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of repeating group instances containing information on default limits for a contract in pre-trade credit checks.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6948">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NumInGroup which indicates the number of equivalent instrument trading limits configuration repeating group instances.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6944">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating group instances of brokerage firm identifiers.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6946">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of repeating group instances containing pre-trade credit check configuration for an instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6932">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of referential prices (price tunnels) in the referential prices repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6939">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of price banding (tunnel), e.g. 0 = rejection tunnel, 1 = auction tunnel, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6933">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Referential Price, i.e. the price of a tunnel.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6934">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The type of the referential price (6933). For example:

– Adjustment price;

– Reference price;

– Upper limit – operational tunnel;

– Lower limit – operational tunnel;

etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6935">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional field that indicates the response to this security list request should be only the list of securities modified/added since the timestamp indicated (in UTC format).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6938">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UTCTimestamp field, containing the timestamp till which the instrument will be eligible to trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Bolsa de Mercadorias &amp; Futuros.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="18350" name="BootComputers">
            <fixr:structure>
                <fixr:fieldRef id="5065">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The funding charge applied to the bid price on extended settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5066">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The bid funding consideration on extended settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5103">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date from which fund may be bought.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5104">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date to which fund may be bought.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5074">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows the broker to specify the commission option to be used for a fund deal request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5075">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Any commission that the broker wishes to sacrifice. This figure is expressed as a amount to be deducted from the default commission.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5106">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designation against which a

fund deal transaction is to be executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5087">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If a fund deal response has been provided by an external RSP then their reference will be provided within this field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5107">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Group 1 Cofunds traded quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5108">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Group 2 Cofunds traded quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5063">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The funding charge applied to the price on extended settlement.

Datatype – Float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5064">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The funding consideration on extended settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5090">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The total of all commission and other charges applied against an executed fund deal transaction.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5101">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The name of the fund manager for this fund instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5077">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A facility to allow clients to group their fund holdings in a logical and meaningful way.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5076">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows client to specify that any income gained from a holding should be re-invested into that holding.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5100">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the type of security that this is.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5079">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies that the client wishes to sell all holdings relating to the combination of fund, broker, nominee account and customer designation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5078">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Future functionality; option to invoke pre-agreed discount per client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5102">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">accumulated or income – indicates whether income from the fund should be re-invested</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5085">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date on which a fund deal transaction will be valued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5105">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free-format text – indicates when a given fund is valued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5086">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time at which a fund deal transaction will be valued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5068">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The funding charge applied to the offer price on extended settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5069">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The offer funding consideration on extended settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5062">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates where the price has originated; H for House, M for Market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5060">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current price source bid price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5061">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current price source offer price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Boot Computers.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="15208" name="BroadridgeFinancialSolutions">
            <fixr:structure>
                <fixr:fieldRef id="6838">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SIS Additional Instructions</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6842">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BOPS Indicator Valid values:

Y = Make BOPS eligible

N = Is not BOPS eligible</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6841">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enhanced trailer codes. There can be up to 20 codes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6840">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trailer text that can be up to a maximum of 30 characters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6839">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A valid SIS trailer Indicator, Alphanumeric, 1 character length</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6837">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This transaction is to be used to update Broadridge SIS information only and will not be sent to an execution destination.

Valid values:

Y = Update only

N = Cancel/Replace and Update both</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6843">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SIS reply of CNESS floor trailer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6844">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional tag on New Order to indicate the Verify Terminal where the order will be send for verification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Broadridge Financial Solutions.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Consulting" id="18864" name="BrookPathPartnersInc">
            <fixr:structure>
                <fixr:fieldRef id="9875">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Block trade identifier used only by dealers using AEP for execution for matching block trade in Allocation Instruction.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5460">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field to support identifying aggressor (taker) in a trade in pre-5.0 versions of FIX. This field maps directly to 5.0’s tag 1057 inclusive of definition and datatype.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6696">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For communicating, at the allocation breakdown level, the interest payment at maturity for interest bearing CPs and CDs.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5465"/>
                <fixr:fieldRef id="6702">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean field allowing the Quote Request (MsgType=R) initiator to indicate to respondent whether the quote request is in competition (i.e. quote request was also sent to other respondents). Default is “N” if field is not specified.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6695">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For communicating, at the block level, the interest payment at maturity for interest bearing CPs and CDs</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5454">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Code identifying the market center/zone where market data entry originated from.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5466">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is used in pre-5.0 to allow the identification of book type. Same definition and usage as FIX 5.0’s MDBookType (1021).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5468"/>
                <fixr:fieldRef id="5452">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the count type in MDCount in relation to MDStatScope. Values include:

1 = Peak, 2 = Record, 3 = Time interval, 4 = Running count</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5458">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the market data entry is being published on a delayed basis. Default is “N”. (Boolean field)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5467">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is used in pre-5.0. Same definition and usage as FIX 5.0’s MDPriceLevel (1023).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5451">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes a time dimension when distributing market data statistics. Values include: 1= current day, 2 = previous day, 3 = 1 minute, 4 = 10 seconds</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5456">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The margin of error, confidence factor or standard deviation of a rate

rice.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5457">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The timestamp (UTC) of when the statistic is calculated. This may be different from the time the statistic is published (as indicated in MDEntryTime and MDEntryDate).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5462"/>
                <fixr:fieldRef id="5464">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in pre-5.0 versions to provide same functionality as 5.0’s SecondaryTradeID (1040)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5459">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This custom field is used in pre-5.0 versions of FIX to support the FX tenor expressions as defined in 5.0. Maps directly to 5.0’s SettlType (63) inclusive of definition, all enums and patterns.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5455">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The source that published the smooth rate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5461"/>
                <fixr:fieldRef id="5463">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For use in pre-5.0 versions to provide same information as TradeID (1003) in 5.0.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5453">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of unique traders quoting at a particular price level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Brook Path Partners Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="6697" name="CapMartInc">
            <fixr:structure>
                <fixr:fieldRef id="5807">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A five digit number identifying the basket number for Toronto Stock Exchange, default is “N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5813">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify an order to the Toronto Stock Exchange that it is executed on behalf of another broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5814">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify this order is to be excuted on the TSX end of day closing auction. Possible values Y or N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5812">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate to the Toronto Stock Exchange that this order is

entitled to the minimum guaranteed fill. Its value can be either “Y” or “N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5811">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate to the TSX trading engine that this order is generated by a program. Valid values are Y or N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5810">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A TSX fill report marker to indicate a system generated autofill against the responsible Equities Specialists account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5808">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify to TSX the settelement term for an order. Valid values are Cash, CT (Cash today), YYYYMMDD, DD (Delayed delivery), MS (contingent equity trade), NN (non-net)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5809">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate to the TSX trading engine that short sell order is exempt from the short selling rule.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Cap-Mart Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="22161" name="CapitalInstitutionalServices">
            <fixr:structure>
                <fixr:fieldRef id="6315">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6316">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6317">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6318">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6319">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6320">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6335">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5181">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CAPIS Algorithmic Trading Execution Style (N = Normal, P = Patient, A = Aggressive)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5180">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CAPIS Algorithmic Trading Strategy (1=VWAP, 2=TWAP, etc…)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6332">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of shares displayed to the market. The value should not be less than 100 shares or over the order quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6324">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time by which an order must be completed. EndTime contains a date and time component that must be specified in 24-hour clock format (YYYYMMDDHH:MM:SS) and must use GMT time zone.

StartTime &lt; EndTime.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6325">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This parameter tells the engine how aggressively to work. Valid values include:

P = Passive

N = Normal

A = Aggressive</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6334">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reflects the trader’s view of how he wants the algorithm to behave when the securities price moves favorable or unfavorable relative to the order. Valid values include:

1=Reversion

2=Symmetrical

3=Breakout

4=Collar</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5182">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used with CAT Strategies. Valid Values: 0-99.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6328">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The maximum % of volume the algorithm will try to achieve.

Valid values: 0-100.

Min%Volume &lt; Max%Volume.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5183">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used with CAT Strategies. Valid Values: 0-50.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6327">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The minimum % of volume the algorithm will try to achieve. Valid values: 0-100.

Min%Volume &lt; Max%Volume.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6330">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The minimum percentage of the order that must be completed by EndTime.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6333">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Controls the trading style for the order on a scale of 1 (passive) – 10 (aggressive). The higher the number the faster the order will trade. Valid values 1-10.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6326">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The target percentage of volume that the algorithm will attempt to achieve at/or around the Benchmark price.

Valid values: 0-100.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6323">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time at which the order becomes active. StartTime contains a date and time component that must be specified in 24-hour clock format (YYYYMMDDHH:MM:SS) and must use GMT time zone.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6329">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the rate at which the order will be filled which affects the duration of the order and, ultimately, the end time of the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6331">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When the “I Would price” is triggered, attempt to get done within the specified “I Would” limit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Capital Institutional Services.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Consulting" id="14409" name="CapitalMarketsConsulting">
            <fixr:structure>
                <fixr:fieldRef id="5205">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates an adjusted price on a satisfaction order due to a block trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5201">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum order size eligible for automated execution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5207">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Receipt time of the Execution Report being rejected by DK Trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5209">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for order rejection specific to Options Linkage Authority</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5208">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specified in DK Trade if reason is Stale Execution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5206">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the disposition of a satisfaction order. Valid values are:

0 = Satisfied as specified in the order (default)

1 = Pro rata satisfaction distribution (partial cancellation of Satisfaction order)

2 = Satisfaction order requested size is greater than trade-through size</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5204">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price of the trade causing a trade through</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5203">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size of the trade causing a trade through</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5202">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time of a trade-through event</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Capital Markets Consulting.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="8806" name="CarlinFinancialGroup">
            <fixr:structure>
                <fixr:fieldRef id="6902">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread order deal cash component (Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6900">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread order deal ratio (float).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6924">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Un-breach duration hysteresis control(int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6926">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Limit order flash time (int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6910">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Delay parameter for routing new limit orders (int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6922">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price movement threshold for automatic order cancel (Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6911">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Control to halt spreads before market close (int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6916">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lead off order selection (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6925">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Routing destination for leg of spread order (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6923">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order cancel delay after un-breach (int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6921">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar neutral order lot size control (Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6913">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Multiple market order enable (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6906">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Control of maximum allowed pending hedge orders (int).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6927">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Options for spread generated orders (MultipleValueString).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6920">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar neutral order size (Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6912">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price slippage control (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6915">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rehedge base selection (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6918">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread run control (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6904">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Breach spread limit (Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6914">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ratio fo dollar neutral spreads (float).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6903">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread order side or type (char).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6901">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread order trading ratio (float).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Carlin Financial Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="24445" name="CBOE">
            <fixr:structure>
                <fixr:fieldRef id="7047">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Added this to include Position Effect for each of the Allocations in repeating TradeAllocGroup</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9384">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CBOE Contingency type of order. 1=none, 2=AON, 3=FOK, 4=IOC, 5=Opening only, 6=Minimum, 7=Not Held, 8=With Discretion, 9=Market if Touched, 10=Stop, 11=Stop Loss, 12=On close, 13=Stop Limit, 14=Response to Auction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9385">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier used to participate in an auction and report results from an auction.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9383">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of auction. Valid values: 1=Paired orders for internalized execution, 2=Strategy (multi-leg)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9221">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">for Optional Auction data in solicting an Auction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9310">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Portion of Open Qty to be Cancelled.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9364">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of security using ISO 10962 standard, Classification of Financial Instruments (CFI code) values. It is recommended that CFICode be used instead of SecurityType for non-Fixed Income instruments. NOTE: This is a FIX 4.3 field for which we are assigning a user defined tag value so it can be used in pre-4.3 versions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9324">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional Data sent to clearing house on trades against the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7048">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is used to represent customer id for CBOE client identification purpose.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9004">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of contracts that are customer in the top of the market message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6582">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Capacity of customer placing the order. FIX 4.3 tag 582 – included as a custom field for FIX 4.2 early adopters.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5941">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specify “Directed Price Improvement” firm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7025">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To enable enhanced Cancel Replace behavior for CBOE. Possible values

0 = OFF

1 = ON</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9192">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator on the Logon message that determines behavior of User Quotes on the CBOE system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9467">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field will (optionally) be used to specify the Equity Session when defining “Buy Write” or “Covered Call” type strategies.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9469">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For using PriceTypes in addition to the current FIX 4.2 Tag 40 validations (e.g. like the FIX 4.4 Tag 423 values)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9317">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order Status Code from the trading system. Used for documentation purposes only – should not be used for maintaining status of the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9368">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of shares reported as part of a trade bust</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9316">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean value that when true indicates that the market data being reported is a legal market (for instance a valid bid-ask spread).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6720"/>
                <fixr:fieldRef id="6708"/>
                <fixr:fieldRef id="6717"/>
                <fixr:fieldRef id="6719"/>
                <fixr:fieldRef id="6721"/>
                <fixr:fieldRef id="6716"/>
                <fixr:fieldRef id="6715"/>
                <fixr:fieldRef id="6722"/>
                <fixr:fieldRef id="6713"/>
                <fixr:fieldRef id="6711"/>
                <fixr:fieldRef id="6714"/>
                <fixr:fieldRef id="6718"/>
                <fixr:fieldRef id="6712"/>
                <fixr:fieldRef id="9382">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of match for internalized order. Valid Values: 1=Guaranteed Price, 2=Limit Price, 3=Auto Match</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6709">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the customer quantity for Book feed from CBOE.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6710">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if Snapshot can be ignored by the client, or if it definitely needs to be processed for processing Snapshot and Incremental book feed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9315">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Scope of market data being requested or returned – values are:

1-Local

2-National

3-Global</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9379">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price for Individual Legs.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9371">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Multivalue field containing the CoveredUncovered constants for the legs of a multileg instrument. Added for FIX 4.2 complex order support. *** OBSOLETE with FIX 4.3 Multileg Order (MsgType=AB) LegCoveredOrUncovered(tag 565) field ***</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9323">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of months to increment the next leg of a multileg instrument from an anchor leg. Used for option strategy definition.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9370">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MultipleValueString Array of open close codes for multileg orders **Will be obsoleted by FIX 4.3 Multileg Order Message **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9322">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to defined the price increment for generation of a multileg instrument. The price increment is used to indicate the increment to the price of the instrument defined in the security block for the next leg of the multileg security. Used for options strategy generation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9372">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Clearing firm for the stock leg of a multileg option strategy added for complex order support in FIX 4.2. *** REPLACED in FIX 4.3 with the Multileg Order (MsgType=AB) Nested Parties block clearing firm party role.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6707"/>
                <fixr:fieldRef id="6706"/>
                <fixr:fieldRef id="9314">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Open Interest in terms of number of contracts for a derivative security (such as, option)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6528">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 OrderCapacity field

Designates the capacity of the firm placing the order.

Valid values:

A = Agency

G = Proprietary

I = Individual

P = Principal (Note for CMS purposes, Principal includes Proprietary)

R = Riskless Principal

W = Agent for Other Member

(as of FIX 4.3, this field replaced Rule80A (tag 47) –used in conjunction with OrderRestrictions field)

(see Volume 1: “Glossary” for value definitions)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9465">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For submission of order originator (String)to specify Exchange:Firm Acronym. Of the form [Exchange:]Acronym

If [Exchange:] is omitted, the Target Exchange is assumed. E.g. CBOE:ABC and ABC are equivalent for firm Acronym ABC at Exchange CBOE for orders sent to Exchange CBOE.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9320">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Textual description of the reason and order was rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6529">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 field.

Restrictions associated with an order. If more than one restriction is applicable to an order, this field can contain multiple instructions separated by space.

Valid values:

1 = Program Trade

2 = Index Arbitrage

3 = Non-Index Arbitrage

4 = Competing Market Maker

5 = Acting as Market Maker or Specialist in the security

6 = Acting as Market Maker or Specialist in the underlying security of a derivative security

7 = Foreign Entity (of foreign governmnet or regulatory jurisdiction)

8 = External Market Participant

9 = External Inter-connected Market Linkage

A = Riskless Arbitrage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9791">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Original Email Thread ID to which this e-mail message is in reply</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9366">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Premium Price Tick Size above the PremPriceTickBreakPoint</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9367">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Premium Price Tick Size Below the PremPriceTickBreakPoint</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9365">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price at which the Premium Price Tick changes from the PremPriceTickBelow and the PremPriceTickAbove</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9369">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the type of price protection the customer requires on their order

Valid values:

0 = None

1 = Local (Exchange, ECN, ATS)

2 = National (Across all national markets)

3 = Global (Across all markets)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9005">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of contracts that are professional (non-ICM)in the top of the market message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9363">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean used to indicate to counterparty that the logon initiator would like order status transmitted after successful login</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9313">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Presence of tag on Quote Status Request indicates that the counterparty wants to subscribe for Quote Requests for the product specified.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9312">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status of Quote – same values as OrdStatus</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9006">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An Integer ID per quote for a product in the Mass Quote Message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9466">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reject reason code indicating the reason why the message was rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9790">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate if a response is requested (or required) from the e-mail recipient</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6818">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag supports CBSX Order Routing Vendor Selection for Stock Linkage.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9321">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Secondary Client Order ID – used when counterparties require a secondary client order id. Will be replaced by FIX 4.3 field of the same name.** ADDED TO FIX 4.3 AS TAG: 526 (SecondaryClOrdID) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9380">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stock Firm name used in Buy writes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9381">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stock firm name key used in Buy writes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9463">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Addition of a SubscriptionRequestType for Security Definition Request to enable FIX 4.3 like functionality for FIX 4.2 users</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9191">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Firm indicator for the types of execution report a firm would not like to receive. Possible values are same as for OrdStatus [Tag 39]. Example – a firm not wishing to receive “Done for Day” type Execution Reports can specify a value of 3 in the logon message. This tag can have multiple comma separated values.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9311">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Too late to cancel quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9003">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid Values

1- Supports UDF in the message

2- Supports UDF in repeating groups</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for CBOE.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="13833" name="ChangepondTechnologies">
            <fixr:structure>
                <fixr:fieldRef id="5035">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Three character Custodian Code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5031">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field should contain the number of days from today, for which the order should be valid. The value must be less than six as GTD orders can only be valid for five days according to CSE (Colombo Stock Exchange)trading rules. Further this field is required only if TimeInForce is GTD.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5033">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Possible values are

0 = NO

1 = YES

Default value is No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5034">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Possible values are

0 = No

1 = Yes

Default value is No.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5037">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Must be equal to the original Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5437">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Must be equal to the original Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5036">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6999">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9071">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Must be equal to the currently remaining quantity and not the original order quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5032">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Possible values are:

1 = Normal Board

2 = Odd lot Board

3 = Crossings board

4 = All or None board

Default value is Normal Board</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Changepond Technologies.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="12864" name="CharlesRiverBrokerage">
            <fixr:structure>
                <fixr:fieldRef id="6846">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Auto place parameters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Charles River Brokerage.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="14728" name="CinnoberFinancialTechnologyAB">
            <fixr:structure>
                <fixr:fieldRef id="7573">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The MiFID “average daily turnover” of the instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7574">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The currency in which the ADT is expressed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7571">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The MiFID “average value of turnover” of the instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7572">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The currency in which the AVT is expressed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7559">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = DMA

2 = Cash

3 = Proprietary

4 = Client interaction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7550">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag set when a trade report has been kept a certain amount of time in the BOAT system, before being published. The time limit applied is system specific.

The tag is used in Market Data Message Incremental Refresh (Message type = “X”)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7587">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the trade is a Client Trade, i.e. eligible for delay.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7552">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time the trade report was/will be made public</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7594">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The liquidity level of the instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7557">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether this instrument is a “liquid share” or not.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7582">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of quotable currencies for an instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7586">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of quotable instruments.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7595">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of shares issued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7565">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of trade sequence number series.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7563">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of warning reasons.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7553">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If TRUE (Y), the trade report will be published immediately, if FALSE (N), the system evaluates if the trade should be delayed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7596">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the trade price and trade quantity have been reviewed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7597">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the trade is queried, for example price or qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7589">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for reject.

1 = Duplicate request ID

2 = Insufficient permissions

94 = Not allowed on current state

98 = Service not available

99 = Other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7588">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID of a Quotable Instrument Status request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7583">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The timestamp when quotes where cleared in BOAT.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7590">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The timestamp when the trade was received by BOAT.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7567">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the price differs from the market price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7568">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason why price differs from market price:

D = Market Condition

N = Negotiated Trade

A = Amended trade

C = Cancelled Trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7569">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The system which has published the report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7570">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time the trade report will be published.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7561">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contributor’s internal quote reference ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7562">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contributor’s internal trade reference ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7558">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The ICB code for the sector that this share belongs to</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7592">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp of Security Change.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7593">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The earliest timestamp when the security is valid.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7591">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The latest timestamp when the security is valid.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7578">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for reject</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7576">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The request ID in a SI Liquid Shares message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7577">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0 = accepted

1 = rejected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7575">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The MiFID “standard market size” of the instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7581">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for reject</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7579">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The request ID for suspend quoting.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7580">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0 = Request accepted

1 = Request rejected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7560">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">E = End of day

O = Other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7599">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique system specific trade indentifier. Returned in Trade Capture Report Ack (Message type = “AR”) when the trade report is accepted.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7598">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique system specific trade indentifier reference. Required in Trade Capture Report (Message type = “AE”) for cancellations (ExecType=H) or amendments (ExecType=0 and 7556, 572, and 7585 submitted). References a SystemUTI.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7566">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offset to the local time compared to UTC. E.g. -5 is Eastern time.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7556">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference to the Trade Report System of the previous version of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7585">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The version of the previous trade report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7584">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trade report system of a trade report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7551">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The version of a trade report</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7564">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade report warning reasons</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7554">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade sequence number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7555">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade sequence number series</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Cinnober Financial Technology AB.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="28308" name="Citigroup">
            <fixr:structure>
                <fixr:fieldRef id="7461"/>
                <fixr:fieldRef id="7458"/>
                <fixr:fieldRef id="7453"/>
                <fixr:fieldRef id="7487"/>
                <fixr:fieldRef id="7488"/>
                <fixr:fieldRef id="7468"/>
                <fixr:fieldRef id="7498"/>
                <fixr:fieldRef id="7465"/>
                <fixr:fieldRef id="7409">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7429">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7416">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char – valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7424">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7471"/>
                <fixr:fieldRef id="7452"/>
                <fixr:fieldRef id="7451"/>
                <fixr:fieldRef id="7457"/>
                <fixr:fieldRef id="7450"/>
                <fixr:fieldRef id="7456"/>
                <fixr:fieldRef id="7455"/>
                <fixr:fieldRef id="7454"/>
                <fixr:fieldRef id="7440">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Cross Price Improvement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7442">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Cross Price Impovement Max Quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7441">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Cross Price Improvement Min Quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7491"/>
                <fixr:fieldRef id="7492"/>
                <fixr:fieldRef id="7493"/>
                <fixr:fieldRef id="7494"/>
                <fixr:fieldRef id="7497">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dagger Trading Style</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7459"/>
                <fixr:fieldRef id="7495">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">$

%</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7472"/>
                <fixr:fieldRef id="7413">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7418">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer 15-510</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7428">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7464"/>
                <fixr:fieldRef id="7408">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7422">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char, valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7430">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7481"/>
                <fixr:fieldRef id="7484"/>
                <fixr:fieldRef id="7415">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7412">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int&gt;=0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7404">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7473"/>
                <fixr:fieldRef id="7469"/>
                <fixr:fieldRef id="7403">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7496">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Min% LQFI</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7470"/>
                <fixr:fieldRef id="7474"/>
                <fixr:fieldRef id="7426">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7432">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">as per spec</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7423">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char, valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7425">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7433">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">as per spec</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7460"/>
                <fixr:fieldRef id="7485"/>
                <fixr:fieldRef id="7482"/>
                <fixr:fieldRef id="7480"/>
                <fixr:fieldRef id="7483"/>
                <fixr:fieldRef id="7476"/>
                <fixr:fieldRef id="7490"/>
                <fixr:fieldRef id="7475"/>
                <fixr:fieldRef id="7435">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Options</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7405">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(Char) – valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7406">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7477"/>
                <fixr:fieldRef id="7427">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7467"/>
                <fixr:fieldRef id="7407">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7411">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char – valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7466"/>
                <fixr:fieldRef id="7421">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer 0-100</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7463"/>
                <fixr:fieldRef id="7401">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">hh:mm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7400">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">hh:mm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7417">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7462"/>
                <fixr:fieldRef id="7410">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7420">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">char – valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7419">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer 1-102</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7431">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">as per spec</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7486"/>
                <fixr:fieldRef id="5751">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used on allocation to match to the original date of the order – Citigroup Inc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5752">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used on allocation to match to the original price of the order – Citigroup Inc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7402">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0-100 (max 2dp)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Citigroup.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="19578" name="CMC">
            <fixr:structure>
                <fixr:fieldRef id="9750">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the change in an instrument price from the previous day’s settlement price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9751">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the direction of change of an instrument price from the instrument’s previous day settlement price

‘+’ = increase

‘-‘ = decrease

‘ ‘ = no change</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9781">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity of the ask side of cross requests</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9780">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity of the buy side of cross requests</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9758">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of an order that is being exposed

1=Normal

2=No NBBO Check

3=No IML

4=Outbound

5=P Inbound

6=PA Inbound</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9754">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The external code for an instrument. Sometimes referred to as the instrument contract name. Consists of the instrument symbol, expiration month code, and expiration year. For options, a put/call indication and strike price are also included. An example code at BOX for an IBM Put option with a July 2003 expiration and $80 strike price would be IBMS03P80.00. The conventions may be different for other exchanges.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9782">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp of the last cross request received for an instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9785">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of the last quote request received for an instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9748">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the maximum order quantity allowed for a particular instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9749">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the minimum order quantity allowed for a particular instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9755">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates Option Sponsor Type

0 = Regular

1 = Societe Generale</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9759">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The end time for an order exposition</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9757">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original quantity of an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9742">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the duration in seconds of an instrument price improvement phase</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9741">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the time when an instrument price improvement phase will expire</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9744">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates how the exchange should manage a client’s price improvement order. Possible values are:

0 = The client’s price improvement will be managed manually

1 = Management by joining the better price

2 = Management by increasing by + one Improvement tick the better price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9743">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of management requested for an order than will initiate a price improvement phase for an instrument. Possible values are:0 = The clients price improvement is managed manually

1 = The clients price improvement is managed by the exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9745">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the price to not exceed for a price improvement order that is managed by the exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9740">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned by an exchange to identify a particular price improvement phase for a particular instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9470">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This parameter is used to indicate the origin of the quote entry. It must take one of the following values: 6 – Public Customer

7 – Broker

8 – Market Maker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9784">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity of the ask side of quote requests in an instrument’s market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9783">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity of the bid side of quote requests in an instrument’s market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9756">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if any more fills will be occurring. Takes the same value as a partial fill indicator for all cases except FAK orders. In the case of FAK orders, this field indicates that no more fills will be occurring even if the order is not completely filled and explains why the leaves quantity is set to 0.Possible Values

0 = No more fills

1 = More fills</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9752">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Standard Code For Expressing Option Strike Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9753">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the currency of the strike price. USD = US$, CAN = Canadian $</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for CMC.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="8102" name="CMEGroup">
            <fixr:structure>
                <fixr:fieldRef id="9764">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional text-based instructions for order execution.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5797">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Aggressor side of a trade in a central order book.

1: Buyer

2: Seller</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9776">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean flag (Y/N) to automatically send a Quote Request message following the Security Definition (35=d) message.

This might be used when users create an instrument using the Security Definition Request (35=c) message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9709">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Back office information. TOPS Route sends this information to the back office system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9714">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time that the broker receives the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9852">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the increment between multiple cabinet prices for a given option instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9774">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Symbol cancelled for an unsollicited Quote Ack message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9763">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Business cycle as defined by clearing organization.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9760">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">LastPx as formatted by clearing organization.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9762">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order types as defined by clearing organization.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9737">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security ID as assigned by clearing organization. (Combination of FIX 4.4 SecurityIDSource and SecurityID.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9738">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strike price as formatted by clearing organization.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9708">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the order is a “give-up” or CMTA trade. Values are

T – CMTAG – Give-up</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9717">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Id common to new order and subsequent series of requests against that order. Used for reporting.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9702">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the types of customer or account requesting the order. Values are

1 – For own account2 – For clearing member’s house account3 – For the account of another member present

4 – For any other customer account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5798">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Day count used to calculate interest rates.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5818">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity a contract will decay by once the decay start date is reached.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5819">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date at which a decaying product begins to decay.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9787">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Multiplier to convert electronic prices sent over fix to display prices.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9770">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote Request ID generated by the Exchange returned to the clients in the quote acknowledgment message (tag 35 = b) in response to their Quote Request message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9706">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of clearing fee. Values are

B – CBOE member tradingC – Non-member rate (customer)E – Equity member rate

H – 106H/J Firms

L – Lessee/106.F employees</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9728">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference to a specific fill being reported under a single FillSeqNum. (See custom field FillNumLines.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9727">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of fills being reported by station under a single FillSeqNum.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9726">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number assigned to the fill by the station reporting it.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9725">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID of station reporting fill. (Similar to FIX 4.3 Party Role of Executing System.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9724">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clerk or trader entering the fill into the fill reporting system. (Potentially a Party Role.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5790">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the time braket the fixing price is for.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9732">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">LastPx formatted for processing by post-trade systems.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9707">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the clearing member firm to which the fill was “given up”.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5795">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Multileg instrument’s individual security’s group.

See SecurityGroup (1151) field for description</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9716">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag shall contain the id used for login and routing purposes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5793">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of mass quote messages received in a given time interval.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5799">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean to indicate the beginning of a match event for a central order book system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9851">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the maximum cabinet price for a given option instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9850">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the minimum cabinet price for a given option instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9771">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account number information used in Quote related messages in FIX 4.2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9773">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When MM Protection is triggered, the Trading Engine will not accept any new Quotes from the Market Maker for that Product Group until it receives a Mass Quote Message with the MMProtectionReset flag set to ‘1’.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9772">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of quotes successfully accepted (if in response to a Mass Quote message) or number of quotes successfully cancelled (if in response to a Quote Cancel message).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9768">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag indicating the order quantity stipulated on Replace Request should be entered into the market as stated – without reduction for any fills that have occurred.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9701">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the types of customer or account requesting the order. Values are

1 – For own account2 – For clearing member’s house account3 – For the account of another member present

4 – For any other customer account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5792">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity of the open interest in a given security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9700">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">same as official tag 337 or 9100** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9711">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the house of the contraBroker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9729">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When reporting fill, references the leg number in the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5849">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">TBD.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9735">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clearing firm of executed order. (Exists in FIX 4.3 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9736">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clearing organization for executed order. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9734">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trader executing the order. (Exists in FIX 4.3 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9710">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“PEA” = only valid value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9800">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Format to use to display the price on the screen.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5770">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for price calculation in spread and leg pricing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9853">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the pricing model used to calculate the reported prices.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9733">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Label printed on trading floor order ticket.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9705">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">High level product type.

N for Energy

A for Aggs

E for Equity

…

(more granularity than CFICode)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5794">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of quote entries received in a given time interval.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9769">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For FIX 4.2 (contains the trade number in the fill notice – execution report). Added in FIX 4.3 as tag 527 – SecondaryExecID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9801">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sub-type qualification/identification of the SecurityType.

Same as 762 in FIX 4.4.For SecurityType=”MLEG” markets can provide the name of the option or futures strategy, such as Calendar, Vertical, Butterfly, etc.

NOTE: Additional values may be used by mutual agreement of the counterparties</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9703">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the routing to an executing system

G – Globex trading engine</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9788">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Equivalent to the ExecID of a spread when dealing with multi-leg securities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9789">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SecurityID for the spread related to the leg reported as SecurityID in the message Execution Report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9766">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates confirmation of cancel is requested from the trading floor.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9765">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flags message as possible retransmission for printing on trading floor order ticket.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9715">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the time bracket of an order fill.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9713">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time order is received by exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9721">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp of fill being reported from the pit to the trading floor booth. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9767">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Refers to ClOrdID on fill being reported Too Late To Cancel. See custom tag 9731 TLTCFlag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9731">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fill being reported is flagged Too Late To Cancel when a cancel/replace or cancel request was received after the execution.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5791">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total volume for a given security, cross venues.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5796">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the date to which the TradingReferencePrice correspond.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9719">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp source for Broker Receipt timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9720">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp soource for Exectution timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9722">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp source of Time Out timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9718">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timestamp source for Time In timestamp. (Exists in FIX 4.4 as repeating group.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9775">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the cancel generated by engine.

A: Cancel all quotes on disconnect

B: Cancel all quotes on logout

C: Cancel all by Operations

D: Cancel Instrument Group by Operations

E: Quote Expired

F: Cancelled by Market Maker Protection

G: Cancel Instrument Group when too many incorrect quotes submitted.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9779">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean field to tell if the instrument defined by the Security Definition message is a user defined instrument or not.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7017">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of volume reported</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for CME Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="15050" name="Computershare">
            <fixr:structure>
                <fixr:fieldRef id="7300">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0 – broker on behalf of a client

1 – broker trading on behalf of themself or a firm

2 – any trade by a foreign party

3 – large institutional investor

4 – securities issuer

5 – exchange control

6 – insider of a security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Computershare.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="13027" name="CreditAgricoleCheuvreux">
            <fixr:structure>
                <fixr:fieldRef id="7740">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean

Indicates whether or not the cross is allowed.

Valid values:

Y = OK to cross

N = No cross (cross is forbidden)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9739">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the broker is to execute the order using the Best Execution Policy defined with the customer (MIFID directive)Valid values :

Y = Indicates the broker should execute the order using the Best Execution Policy

N = Indicates the broker should NOT execute the order using the Best Execution Policy

(optional)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7439">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String with value within :

“L”=light

“D”=dark

“M”=midpoint</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Credit Agricole Cheuvreux.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="6948" name="CreditSuisse">
            <fixr:structure>
                <fixr:fieldRef id="6088"/>
                <fixr:fieldRef id="6089"/>
                <fixr:fieldRef id="6090"/>
                <fixr:fieldRef id="6091"/>
                <fixr:fieldRef id="6092"/>
                <fixr:fieldRef id="6093"/>
                <fixr:fieldRef id="6094"/>
                <fixr:fieldRef id="6095"/>
                <fixr:fieldRef id="6096"/>
                <fixr:fieldRef id="6097"/>
                <fixr:fieldRef id="6098">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order is a Buy to cover</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6066">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6082"/>
                <fixr:fieldRef id="6063">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of message transmission (always expressed in GMT)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6061">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(Char) – valid product code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6065">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(char)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6068">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Long exposure limit for pairs and portfolio trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6064">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6067">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6072">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tactic for portfolio trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6071">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Intercept of the linear price constraint for pairs and portfolio trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6070">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Slope of the linear price constraint for pairs and portfolio trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6069">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Short exposure limit for pairs and portfolio trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6062">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of message transmission (always expressed in GMT)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6074"/>
                <fixr:fieldRef id="6060"/>
                <fixr:fieldRef id="6075"/>
                <fixr:fieldRef id="6076"/>
                <fixr:fieldRef id="6077"/>
                <fixr:fieldRef id="6078"/>
                <fixr:fieldRef id="6079"/>
                <fixr:fieldRef id="6080"/>
                <fixr:fieldRef id="6081"/>
                <fixr:fieldRef id="6083"/>
                <fixr:fieldRef id="6084"/>
                <fixr:fieldRef id="6073">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tracking index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Credit Suisse.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="23225" name="DepositoryTrustCompany">
            <fixr:structure>
                <fixr:fieldRef id="7109">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the role of the party affirming the trade.

Valid Values: 0 = Trade not yet affirmed (in confirmation stage), 1 = trade affirmed by Agent, 2 = trade affirmed by Institution, 3 = affirming party not specified (trade affirmed by Agent as determined by DTCC), 4 = affirming party not specified (trade affirmed by Institution as determined by DTCC), 5 = trade affirmed by customer or interested party</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7002">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identification number for the Agent.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7003">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Agent’s internal account number.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7101">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The internal account number used by the Institution to identify the client

data type: char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7105">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that an attempt to cancel a trade was made after an affirmation has been received.

Value Values: Y = Yes, N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7104">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether an Advice of Correction/Cancellation has been received from the Institution.

Valid Values: Y = Yes, N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7103">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of confirmation transaction.

Valid Values: 1 = New Confirmation, 3 = Cancellation, 4 = Resubmission, 6 = Affirm/Confirm reversal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7008">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This indicator is used if the institution has attempted to cancel an allocation after at least one of the sub-accounts has matched to a confirmation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7106">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the trade was disaffirmed by the prime broker.

Valid values: Y = Yes, N= No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7102">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the matching status of the trade.

Valid Values: 0 = Not intended for matching, 1 = Intended for matching ut unmatched, 2 = Trade has matched Institution Instructions (Allocation)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7013">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The executing broker’s account number at the clearing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7012">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The entity who will receive or deliver on behalf of the executing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7009">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the allocation has matched the trade input.valid values:

0 = not destined for matching

1 = destined for matching

2 = allocation has matched

3 = unmatched allocation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7107">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The difference between the net amount of the trade and the net amount of the matching allocation.

data type: float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7014">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The recipient’s role in the allocation.valid values:

03 = executing broker-dealer

08 = executing broker-dealer’s clearing broker

21 = submitting institution

23 = executing broker-dealer’s branch

25 = step-in broker-dealer

27 = step-in broker-dealer’s branch

31 = step-in broker-dealer’s clearing broker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7001">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Country or Depository in which the security will be settled.valid values:

BRC = Broker Custody

CED = CEDEL

DTC = DTCC

EUR = Euroclear

FED = Federal Reserve Bank of NY

FNB = First Nat’l. Bank of Chicago

PTC = Participant’s Trust Company

US = US Physical</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7011">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The step-in broker’s account number at the step-in clearing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7010">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The entity who will receive or deliver on behalf of the Step-in broker-dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7004">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7005">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7006">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The reason an institution is stepping out of an allocation.valid values:

000 = unspecified

001 = research

002 = client directed

003 = client recapture

004 = liquidation

005 = soft dollar

006 = client soft dollar

007 = contracted services

008 = minority firm

009 = custodial expenses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7007">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free-form text reason an institution is stepping out of an allocation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7108">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The direction of the Matching Variance.

Valid Values: I = Allocation net amount is greater than Trade Input, B = Broker Trade Input net amount is greater than Institution net amount, E = Institution net amount equals broker net amount, or confirm not intended for matching</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for The Depository Trust Company.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="DataVendor" id="10857" name="ThomsonFinancial">
            <fixr:structure>
                <fixr:fieldRef id="6045">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides audit trail tracking what date an order was accepted.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6006">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field identifies the source of the account value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6001">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify the account type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6949">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">relfects the account class type on an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6046">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A free form text field indicating that the order placed on a thrid party system has already been executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5223">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instructs order receiving firm when to apply standard IOI offering edits to determine whether the order should be accepted or rejected. (Y = Apply all edits, N = Do not apply edits, B = Apply only Broker/Dealer edits)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6009">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a basis price trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5028">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the desk for a block order average price trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5029">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the desk number for a block order average price trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5030">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This identifies a block order ID for grouping orders (i.e. orders for a queue and release system)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6035">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies a bond factor.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6010">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides the ability on a prime broker trade to indicate that the trade occurred outside.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6008">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a cancel rebill reason</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5224">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that the order message type received should be treated as a circle request instead of a live order. (Y = circle request)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5039">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows the 2 sides to communicate what format the Client Order ID and Orig Client Order ID will be used to construct the tag(s). NOTE: Valid values must be agreed upon by both sender and target comps.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5038">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The CMS message text equivalent with or without unprintable characters replaced by spaces</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6044">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to override existing commission schedule</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6034">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the amount of concession.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6033">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies whether the concession amount is cents per share or percent</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6030">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a confirm note</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6004">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a contra account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6007">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field identifies the source of the contra account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6005">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify the contra account type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6627">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator used to determine if fees should be applied to contra side of trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6013">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to validate ContraAccount in a service bureau model</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6015">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Cash Standing Instruction item number used in conjunction with tag 6014.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6042">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the valid cancel reason (repeating tag)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5026">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to allow front-end session modules communicate to back-end application modules whether we are observing daylight saving time.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6000">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not discretion should be used</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5067">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides front-end flexibility to control message level drop copy processing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6031">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a entering firm entity which may be a correspondent or subsidiary</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6059">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines the requestor of the error for t+n cancel requests</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6003">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify the routing destination for an order or trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6218">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution Change Source ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6036">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify the full ‘TO’ currency amount in FX trades to eliminate rounding error and/or account for markup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6018">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag supports gross cents per share, gross percentage, and gross flat amounts</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6019">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a gross code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5660">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid Values = Y or N.

For quote requests or orders that are submitted to multiple Retail Service Providers (RSPs) for best execution, this field specifies whether RSPs acting as Systematic Internalizers (SIs) should be included (Y) or not included (N).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5025">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to allow front-end session modules communicate to back-end

application modules that the required acknowledgement for a given message

has already been generated in order to improve asyncronous processing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5024">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag is to support internal sequence checking between front-end FIX session modules and back-office FIX application engines</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6028">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify an investment objective exception</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5200">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of an IOI offering (IOIQty) that is currently available to the sales force.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6047">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Limit Order Display indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6628">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of yields. Allows repeating groups consisting of YieldType (235), Yield (236), and BasisFeatureDate (259).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6041">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates how many cancel rebill reasons are included on a message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6049">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid Values:

R = Retail – an order received for the account of an investor, including institutional orders

W = Wholesale – an order received from another broker/dealer

P = Proprietary – an order placed by a firm for a proprietary account

E = Employee – an order received for the account of an employee or associated person of a member firm

C = Combined – an order placed for more than one type of account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6025">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify an odd lot differential</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6029">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify an offset currency code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6039">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides audit trail tracking who accepted the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6040">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides audit trail tracking the time the order was accepted</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6217">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order change source ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6037">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides audit trail tracking who entered the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6038">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides audit trail tracking the time the order was entered</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5727">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow user to override a Prevent Principal Trade edit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6043">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates corresponding rebill value for the cancel reason (repeating tag)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6085">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rep related to a specific order or execution.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6023">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a regular way account type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6027">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a reinvest code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6002">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify the reported trade price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5021">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies if a block order average price trade is to be reported to OCS (Overnight Comparison System)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5555">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field will be used to indicate a specific error message or informational message that may or may not exist in the Text tag (58) of an acknowledgement response. NOTE: This field may contain repeating values delimited by a hexidecimal ’40’ character.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6026">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a seller code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6024">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a special typing code. Repeating values are allowed for this tag. Values are to be delimited by space.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6014">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Standing instructions indicator used to override the account level code for the disposition of stock and money.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6020">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a syndicate</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6021">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a syndicate takedown</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5600"/>
                <fixr:fieldRef id="5601"/>
                <fixr:fieldRef id="5602"/>
                <fixr:fieldRef id="5603"/>
                <fixr:fieldRef id="5604"/>
                <fixr:fieldRef id="5605"/>
                <fixr:fieldRef id="5606"/>
                <fixr:fieldRef id="5607"/>
                <fixr:fieldRef id="5608"/>
                <fixr:fieldRef id="5609"/>
                <fixr:fieldRef id="5610"/>
                <fixr:fieldRef id="6012">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to suppress order events from TRACE reporting</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6017">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date of original trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6022">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a this time only rep</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6016">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This Time Only Rep Branch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6011">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to validate a This Time Only Rep in a service bureau model</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6032">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify a trade unique id</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5220">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that a new order message should only be validated versus business edits and not accepted as a new order by the receiving party. (Y = Validate)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6048">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether an order or execution event is versus purchase.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6058">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines the source of the error for t+n cancel requests</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Thomson Financial.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="22219" name="DeutscheBank">
            <fixr:structure>
                <fixr:fieldRef id="5548">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(Deprecated) Swap points of a trade, adjusted to the Spot price denomination (multiplied by the forward tick size)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5557">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Comma separated list of aggregated trades ids</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6231">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data type: UTCTimeOnly.

End of period of time of business day within which order should not be executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6230">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data type: UTCTimeOnly.

Beginning of period of time of business day within which order should not be executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5704">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The field indicates the business line owner of orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5549">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Full name of a client that has executed the trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5851"/>
                <fixr:fieldRef id="5854"/>
                <fixr:fieldRef id="5856"/>
                <fixr:fieldRef id="5857"/>
                <fixr:fieldRef id="5858"/>
                <fixr:fieldRef id="5860"/>
                <fixr:fieldRef id="5863"/>
                <fixr:fieldRef id="5864"/>
                <fixr:fieldRef id="5866"/>
                <fixr:fieldRef id="5867"/>
                <fixr:fieldRef id="5868"/>
                <fixr:fieldRef id="5869"/>
                <fixr:fieldRef id="5870"/>
                <fixr:fieldRef id="5871"/>
                <fixr:fieldRef id="5872"/>
                <fixr:fieldRef id="5873"/>
                <fixr:fieldRef id="5874"/>
                <fixr:fieldRef id="5875"/>
                <fixr:fieldRef id="5876"/>
                <fixr:fieldRef id="5877"/>
                <fixr:fieldRef id="5878"/>
                <fixr:fieldRef id="5879"/>
                <fixr:fieldRef id="5880"/>
                <fixr:fieldRef id="5881"/>
                <fixr:fieldRef id="5882"/>
                <fixr:fieldRef id="5885"/>
                <fixr:fieldRef id="5886"/>
                <fixr:fieldRef id="5887"/>
                <fixr:fieldRef id="5888"/>
                <fixr:fieldRef id="5889"/>
                <fixr:fieldRef id="5890"/>
                <fixr:fieldRef id="5891"/>
                <fixr:fieldRef id="5892"/>
                <fixr:fieldRef id="6268">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Forward Points on the far leg of a Swap trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6864">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum change of Forward Points</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6863">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick size of Forward points in the denomination of Spot price, so that Outright Price = Spot Price + Fwd Points * Fwd Tick Size</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7767">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">It points that OrderQty is relative value (LeavesQty = LeavesQty – OrderQty).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6267">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Forward Points of a Forward Outright trade or on the near leg of a Swap trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6232">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data type: int.

Number of milliseconds within which exchange can try to execute order again, if it failed on previous attempt.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6233">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data type: String. For FIX 4.3.

Can be used to uniquely identify a specific Order Status Request message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5703">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The field indicates the trade source</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7763">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when application received request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7764">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when application sent request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7765">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when application received response</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7766">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time when application sent response</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5544">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The denomination of the SecondaryQty (6054) field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5899">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spot Value Date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6862">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum change of Spot Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6861">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size of Spot Tick</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6269">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Swap Points</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5884"/>
                <fixr:fieldRef id="7776">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Volga of an Option</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Deutsche Bank.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="25030" name="DeutscheBorse">
            <fixr:structure>
                <fixr:fieldRef id="5949">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier of market maker bin comprising one or more products.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6228">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean. Indicates whether current response is the last message triggered by a single request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5944">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Initial display quantity of a reserve order that can be returned in an ExecutionReport in addition to the currently displayed quantity contained in 1138 DisplayQty. It is intended as an echo of the input.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6208">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Customer quantity included in an order book entry. Only required if there are two customer categories for which the quantities have to be shown separately (see also 6709 MDCustomerSize)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5964">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating group of partition information</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5948">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier for a system partition that processes requests for a subset of all tradable entities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5969">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status of system partition identified by PartitionID (5948)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5946">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Explanation for a pending ExecType (150) value (Pending New, Pending

Replace, Pending Cancel) being returned (String).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6229">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Conveys impact of current response to the number of outstanding requests in the context of a throttle mechanism. 0 = Message counter unchanged (default), 1 = Message counter decreased.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5979">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Information carried on a response to convey the time (UTCTimestamp) when the request was received that led to this response. RequestTime and SendingTime are part of the response, use the same system clock and allow the recipient of the response to calculate the processing time for his request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Deutsche Börse.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="28709" name="DeutscheBourse360T">
            <fixr:structure>
                <fixr:fieldRef id="7072">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines day count convention for Money Market requests</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7073">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag indicating whether a deposit request is intended to be a fiduciary investment</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7074">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">360T sends this optional flag to indicate whether the market maker is in competition with others in a specific RFQ.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7541"/>
                <fixr:fieldRef id="7071">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines 360T specific product type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7070">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the spot date in the Financial Calendar of the requesting party. Used to verify that both sides define an identical spot date.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7075"/>
                <fixr:fieldRef id="7076"/>
                <fixr:fieldRef id="7077"/>
                <fixr:fieldRef id="7078"/>
                <fixr:fieldRef id="7079"/>
                <fixr:fieldRef id="7542"/>
                <fixr:fieldRef id="7543"/>
                <fixr:fieldRef id="7544"/>
                <fixr:fieldRef id="7545"/>
                <fixr:fieldRef id="7546"/>
                <fixr:fieldRef id="7547"/>
                <fixr:fieldRef id="7548"/>
                <fixr:fieldRef id="7549"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for 360T.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="26852" name="DresdnerKleinwortWasserstein">
            <fixr:structure>
                <fixr:fieldRef id="6149">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag to indicate the end of a sequence of Security Status messages</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5134">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the maximum number of shares to buy for which the sender can quote at their best price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5135">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the maximum number of shares to sell for which the sender can quote at their best price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5136">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the maximum number of shares to buy for which the sender will quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5137">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the maximum number of shares to sell for which the sender will quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9007">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For FIX4.2 . Defines the number of Settlement Days. Format is 1-25. This is used when SettlmntType is too restrictive.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6158">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For FIX4.2 , provides the broker that supplied or rejected the Quote. Replaced by PartyIDs in FIX4.3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6150">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Shows the market/VWAP bid price in the instrument currency</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6151">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Shows the market/VWAP offer price in the instrument currency</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9008">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For FIX4.2. Quote msg does not have Text.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Dresdner Kleinwort Wasserstein.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="11795" name="EaseTechnologiesInc">
            <fixr:structure>
                <fixr:fieldRef id="9599">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Please contact John Douglas of Ease Technologies for information concerning this field and others between 9599 and 9699 (TRIAD Financial Server)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9609">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies end of custom communications.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9608">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies refernce number of FIX forwarded message, used in returned status messages UU/UV/UW(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9604">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies status of FIX Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9606">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies status of FIX OBO CompID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9607">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies status of FIX OBO SubID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9605">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies status of FIX SubID Connection: 0 or 1, = Up or Down(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9601">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional Natural criteria field.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9602">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional IoiType field used for discrimination on systems that express additional flavors of Iois(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9603">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies number of FIX Status messages to follow : repeating group(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9600">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Password field used for secondary validation/security authorization.(TRIAD Financial Server)

Please contact John Douglas of Ease Technologies for information concerning this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Ease Technologies Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="34086" name="EBS">
            <fixr:structure>
                <fixr:fieldRef id="5450">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The field is defined as a set of enumerated values providing one to one mapping of market data elements to entries in FIX messages.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for EBS.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="28982" name="Euronext">
            <fixr:structure>
                <fixr:fieldRef id="9934">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Customer account type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9263">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the type of update on the market sheet</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9987">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Deletion/admission code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9979">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adjusted theoretical stock price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9337">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Alpebabetical sequence number in the official quotation list</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9167"/>
                <fixr:fieldRef id="9169">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of buy orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9957">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if the TCS trade relate to a block</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9286">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum tradable quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9981">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Difference in capitalisation today/yesterday</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9990">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of capitalization</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9326">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ISIN code of underlying security on lending market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9935">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the value added taxes will be calculated by the clearing system or not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9938">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the posting &amp; give-up processing to be done by the clearing system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9923">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Closing auction indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9933">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of order entered, this information is linked with the type of processing to be executed on the associated order by member order entry application</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9930">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if a pre-checking of the order has to be done by the exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9919">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the clearing aggregate type of an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9925">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate a logon/logoff at the application level</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9950">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data field entered by a member when his counterpart mandates another establishement to enter his declaration.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9328">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Issuing country code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9355">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Cross order indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9264">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The price at which an order is listed on the market sheet</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9276">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of the order that can be view on the market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9985">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total amount of global dividends detached from the stock today</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9983">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global dividend</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9984">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total amount of net dividends detachet from the stock today</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9982">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net dividend</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9333">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Official quotation list classification: section number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9357">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last of a serie of trades at the same price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9342">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market of execution for last fill</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9964">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity executed at the moment the order was introduced</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9936">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Member type of the clearing system for which the order has been entered</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9991">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Variation (forerunner)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9931">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">indicates the function code of the initial message to which this execution report message is responding</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9995">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global profitability index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9199">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum authorized price at which an instrument can trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9962">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the upper price limit authorized for out-of-session block trades for the given security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9960">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the upper price limit for normal out-of-session trades for the given security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9978">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Frequency of index calculation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9319">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9928">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the instrument type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9219">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security referential identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9976">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last message indicator for a given index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9325">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date the instrument last traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9942">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that a non-zero quantity of the order remains to be traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9271">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Expiry date of lending stock</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9270">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator of underlying security on the lending market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9200">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum authorized price at which an instrument can trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9961">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the lower price limit for out-of-session block trades for the given security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9959">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the lower price limit authorized for normal out-of-session trades for the given security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9298">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market feed indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9927">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the name of the market maker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9920">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This parameter indicates the phone number of the subscriber’s representative who acts as market maker for the given stock</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9922">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the market maker type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9988">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index level indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9946">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designate the member code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9209">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the user to whom the message is adressed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9225">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number of message within this E-mail</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9208">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the general contents of an E-mail</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9300">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number of message in this E-mail</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9275">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size of a trading block for an all or none order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9331">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the market regulations governing the market on which the stock is traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9318">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID of the member firm responsible for market making for this particular stock</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9972">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Member ID of best bid prices</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9969">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker best bid price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9973">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Member ID of best ask prices</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9970">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker best ask price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9340">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker bid price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9967">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker quantity of bid</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9971">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned value used to identify firm (market maker) sending message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9341">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker offer price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9968">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market maker quantity of offer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9262">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag is used to identify each message for recovery purpose by the HUB</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9210">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of messages in this E-mail</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9994">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net profitability index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9954">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if it’s the last message or not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9996">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of falling securities</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9360">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of instruments initialized</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9280">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Nominal market value of the security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9344">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of stocks not quoted in the corresponding index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9997">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of rising securities</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9343">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of stocks unchanged in the corresponding index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9953">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the number of occurence already sent</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9940">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if the remaining quantity is a multiple of the board lot</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9168">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of sell orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9951">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator specifying the nature of the operation generating the TCS declaration</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9269">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID od next order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9267">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID of previous order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9166">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Origin of market information indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9945">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the original order identification</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9937">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if the order has been entered by a market maker or not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9261">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Overriding price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9329">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9932">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">indicate whether or not the order entered in the pre-opening should pass into the market session phase</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9335">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous day’s capital traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9977">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous day’s closing reference index</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9361">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous day capital traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9980">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stock capitalisation based on previous day’s adjusted reference price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9975">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of stock’s capitalization as compared to total previous day’s capitalization</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9952">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate whether the TCS declaration was entered on the same day as the trade or on the following trading day.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9356">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sign of variation against previous price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9993">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Variation from previous year end price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9283">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading unit type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9265"/>
                <fixr:fieldRef id="9260">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of transmitter process</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9943">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the type of the Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9332">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Beginning/end of transmission indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9949">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate ISB guarantee and settlement delay</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9193">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of deletion indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9917">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating group in the clearing aggregate of an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9334">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Official quotation list classification : Heading number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9986">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index sector code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9918">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instrument group identification</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9963">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the status of the security group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9921">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the current state of the instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9926">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the member identity has to be disclose or not in the corresponding public data feed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9948">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator specifying whether member wishes to settle his operation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9992">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Variation from liquidation day price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9330">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">AFC (agence française de codification)Id code of a security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9944">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Transmission date time of message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9227">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stock type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9955">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">subscriber Front end identification</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9916">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the order account type assign by surveillance</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9198">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date time of instrument halting</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9339">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tax deduction code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9941">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the order type and its origin: P = Programm trading, M = manuel, R = routing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9164">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Theoretical open price variation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9989">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of stocks quoted</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9956">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate if the specified TCS trade was cancelled</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9958">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the trade message type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9947">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designate the trader code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9358">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Pre-opening time of the trading session</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9359">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Consult time of the trading session</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9338">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading group for french instruments</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9196">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instrument trading status indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9924">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number alloted to a trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9929">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of action that cause the change of instrument status</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9336">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Derivative instruments associated with the stock</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9939">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the calculated (or traded) price for the corresponding underlying instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9152">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Concatenation of a sign and an absolute variation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9308">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Average buy price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9327">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Weighted average spread quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9309">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Average sell price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Euronext.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="5518" name="FannieMae">
            <fixr:structure>
                <fixr:fieldRef id="9179">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A boolean value indicating if cash settlement is open. “Y N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9174">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“ACT_360”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9186">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the status of a Trade: 1 = Accepted, 2 = Updated, 3 = Canceled, 4 = Confirmed, 5 = Unconfirmed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9184">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The maturity end date for a single bucket.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9185">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date and time when the MassQuote message is created.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9181">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the type of offering. “DN”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9178">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A boolean value indicating if the Program is open. “Y N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9176">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“FedWire”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9175">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“DN”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9182">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A boolean value indicating the status of a single bucket. “Y N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9180"/>
                <fixr:fieldRef id="9183">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A char indicating the settlement type: 0 = Reg, 1 = Cash, 2 = Skip, 3 = Reg and Cash, 4 = Reg and Skip, 5 = Cash and Skip, 6 = Reg and Cash and Skip</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9172">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“ACT_360”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9173">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date that the Trade is executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9177">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A boolean value indicating if the Trade is for principal. “Y N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9171">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int that identifies the version of the Execution Report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Fannie Mae.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="9733" name="FidelityCapitalMarkets">
            <fixr:structure>
                <fixr:fieldRef id="6388">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows a 4.0 session to send the 4.2 tag 388.

Data type = Integer

Required field = no

Valid Values:

0=Related to displayed price

1=Related to market price

2=Related to primary price

4=Related to midpoint price

5=Related to trade price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6389">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Alls a 4.0 session to send a 4.3 tag.

Data type = Number

Required field = N

Valid Values = amount =/-

Whole nnumber portion = dollars, deciaml portion = cents, max two decimal places</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6387">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows a 4.0 session to send equivalent of a 4.2 tag: 211=Peg Difference</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9642">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage spread for pegging</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Fidelity Capital Markets.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="5357" name="FidelityInvestments">
            <fixr:structure>
                <fixr:fieldRef id="5698"/>
                <fixr:fieldRef id="5699">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">used with aggregator connections to confirm counterparties a security cannot be traded with</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Fidelity Investments.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="5171" name="Fidessa">
            <fixr:structure>
                <fixr:fieldRef id="6450">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MultipleValueString, containing a space separated list of trade flags.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7015"/>
                <fixr:fieldRef id="7016"/>
                <fixr:fieldRef id="7110"/>
                <fixr:fieldRef id="7111"/>
                <fixr:fieldRef id="7112"/>
                <fixr:fieldRef id="7113"/>
                <fixr:fieldRef id="7114"/>
                <fixr:fieldRef id="7115"/>
                <fixr:fieldRef id="7116"/>
                <fixr:fieldRef id="7117"/>
                <fixr:fieldRef id="7118"/>
                <fixr:fieldRef id="7119"/>
                <fixr:fieldRef id="7120"/>
                <fixr:fieldRef id="7121"/>
                <fixr:fieldRef id="7122"/>
                <fixr:fieldRef id="7123"/>
                <fixr:fieldRef id="7124"/>
                <fixr:fieldRef id="7125"/>
                <fixr:fieldRef id="7126"/>
                <fixr:fieldRef id="7127"/>
                <fixr:fieldRef id="7128"/>
                <fixr:fieldRef id="7129"/>
                <fixr:fieldRef id="7130"/>
                <fixr:fieldRef id="7131"/>
                <fixr:fieldRef id="7132"/>
                <fixr:fieldRef id="7133"/>
                <fixr:fieldRef id="7134"/>
                <fixr:fieldRef id="7135"/>
                <fixr:fieldRef id="7136"/>
                <fixr:fieldRef id="7137"/>
                <fixr:fieldRef id="7138"/>
                <fixr:fieldRef id="7139"/>
                <fixr:fieldRef id="7140"/>
                <fixr:fieldRef id="7141"/>
                <fixr:fieldRef id="7142"/>
                <fixr:fieldRef id="7143"/>
                <fixr:fieldRef id="7144"/>
                <fixr:fieldRef id="7145"/>
                <fixr:fieldRef id="7146"/>
                <fixr:fieldRef id="7147"/>
                <fixr:fieldRef id="7148"/>
                <fixr:fieldRef id="7149"/>
                <fixr:fieldRef id="7150"/>
                <fixr:fieldRef id="7151"/>
                <fixr:fieldRef id="7152"/>
                <fixr:fieldRef id="7153"/>
                <fixr:fieldRef id="7154"/>
                <fixr:fieldRef id="7155"/>
                <fixr:fieldRef id="7156"/>
                <fixr:fieldRef id="7157"/>
                <fixr:fieldRef id="7158"/>
                <fixr:fieldRef id="7159"/>
                <fixr:fieldRef id="9000">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">a.k.a – RR Code, Salesman Code, Representative Code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Fidessa.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="23018" name="FinancialGeneticsCorporation">
            <fixr:structure>
                <fixr:fieldRef id="9398">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previously subscribed MDReqID that has been affected. How it was affected is given in the the MDReqRejReason field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9378">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is used to specify which previously subscribed MDReqID’s were affected by this reject. It is useful in the case where a new subscription automatically unsubscribes previous subscriptions, or if the server needs to unsubscribe certain subscriptions for performance or other reasons.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Financial Genetics Corporation.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="6359" name="FinancialModelsCompany">
            <fixr:structure>
                <fixr:fieldRef id="5362">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Trade Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5195">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">It is the Notice of Execution Refernce Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5199">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FMC Settlement block number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5198">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account name for Trade Block</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5197">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global UID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5363">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous FMCNET trade Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5196">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used as reference for cancellation and correction of messages sent to FMC</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Financial Models Company.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Other" id="9911" name="FIXProtocolLtd">
            <fixr:structure>
                <fixr:fieldRef id="8000">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 1687 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.Indicates whether a restriction applies to short selling a security.

Valid values:

0 = No restrictions

1 = Security is not shortable

2 = Security not shortable at or below the best bid</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8001">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 1688 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Indicates the reason a short sale order is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.).Valid values:

0 = Exemption Reason Unknown

1 = Incoming Short Sale Exempt

2 = Above National Best Bid (Broker Dealer Provision)

3 = Delayed Delivery

4 = Odd-Lot

5 = Domestic Arbitrage

6 = International Arbitrage

7 = Underwriter or Syndicate Distribution

8 = Riskless Principal

9 = VWAP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8002">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 1689 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Use in LegOrdGrp, InstrmtLegExecGrp, TrdInstrmtLegGrp components.Indicates the reason a short sale is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.)Uses same values as ShortSaleExemptionReason.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8003">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 1690 (int datatype). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

Indicates the reason a short sale is exempted from applicable regulation (e.g. Reg SHO addendum (b)(1) in the U.S.)Uses same values as ShortSaleExemptionReason.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8004">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

An opaque identifier used to communicate the custodian’s identifier for the lot. It is expected that this information would be provided by the custodian as part of a reconciliation process that occurs before trading.Used in AllocAckGrp, AllocGrp, PreAllocGrp, PreAllocMlegGrp, TrdAllocGrp</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8005">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amt datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The amount that the current shares are worth. If this lot was liquidated, the total gain/loss for a trade is equal to the trade amount minus the current cost basis.Used in AllocAckGrp, AllocGrp, PreAllocGrp, PreAllocMlegGrp, TrdAllocGrp</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8006">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

An opaque identifier used to communicate the custodian’s identifier for the lot. It is expected that this information would be provided by the custodian as part of a reconciliation process that occurs before trading.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8007">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">LocalMktDate datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The Versus Purchase Date used to identify the lot in situations where a custodial lot identifier is not available.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8008">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The Versus Purchase Price used to identify the lot in situations where a custodial lot identifier is not available.The value should be calculated based on current cost basis / quantity held.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8009">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amt datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions.

The amount that the current shares are worth. If this lot was liquidated, the total gain/loss for a trade is equal to the trade amount minus the current cost basis.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8010">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as LastLiqudityInd, tag 851, in FIX 4.4 and above. To be used by implementations that cannot support tag 851 in FIX 4.3 and below.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8011">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions. Time unit associated with the event. If present EventTimePeriod must also appear and EventDate and EventTime may be omitted.Valid Values:

H – Hour

Min – Minute

S – Second

D – Day

Wk – Week

Mo – Month

Yr – Year

Added to the repeating group after EventTime.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8012">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int datatype. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions. Time unit multiplier for the event. If present EventTimeUnit must also appear and EventDate and EventTime may be omitted.Added to the repeating group after EventTimeUnit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8013">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as TrdRegPublicationReason(2670) in the standard TrdRegPublicationGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Reasons for pre-trade waiver or post-trade deferral.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8014">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as TrdePriceCondition(1839) in the standard TradePriceConditionGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Price conditions in effect at the time of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8015">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as OrderAttributeType(2594) in the standard OrderAttributeGrp component but string datatype to support space delimited integer values defined by the standard field. OrderAttributeValue(2595) implicitly assumed to be “Y”. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Types of order attribute.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8016">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as RegulatoryTradeID(1903) in the standard RegulatoryTradeIDGrp component when RegulatoryTradeIDType(1905) = 5 (Trading venue transaction identifier). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8017">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as ValueCheckType(1869) in the standard ValueChecksGrp component but string datatype to support space delimited integer values defined by the standard field. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. Value checks to ignore at the time of order submission or modification, i.e. ValueCheckAction(1870) = 0 (Do not check). Absence of a type represents ValueCheckAction(1870) = 1 (Check). No support for ValueCheckAction(1870) = 2 (Best effort) as it is not a regulatory requirement.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8018">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. A BCAN (Broker-to-Client Assigned Number) is a type of short code to identify the broker’s clients. It may be used when placing orders for instruments listed on Hong Kong Stock Exchange as well as for instruments listed on the Shanghai &amp; Shenzhen Stock Exchange accessed via the HK Northbound Stock Connect regime. The information in the field may have different formats depending on requirements prescribed by the exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8019">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Special Segregated Accounts Investor ID that is 6 digitis long without leading zero(s) assigned by CCASS (Hong Kong).HKSCC provides the SPSA services to the market to facilitate investors who maintain China Connect Securities with custodians but want to sell their China Connect Securities without having to pre-deliver the securities from their custodians to their executing brokers. The investor may designate at most 20 EPs as executing brokers which are authorised to use its Investor ID to execute orders in China Connect Securities on its behalf. When the designated EP inputs such investor’s sell order, it shall also input the Investor ID with the sell order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8020">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=S (FDID) and PartyRole(452)=24(Customer account) in the standard Parties component (also together with PartyRoleQualifier(2376)=18(Current) when modifying the FDID). To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The firm designated identifier (FDID) is a unique identifier required by the SEC for each trading account designated by Industry Members for purposes of reporting to CAT (Consolidated Audit Trail).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8021">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=S (FDID), PartyRole(452)=24(Customer account) and PartyRoleQualifier(2376)=19(New) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The firm designated identifier (FDID) is a unique identifier required by the SEC for each trading account designated by Industry Members for purposes of reporting to CAT (Consolidated Audit Trail). Can be used when changing the FDID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8022">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=G (MIC) and PartyRole(452)=63 (SI) in the standard Parties component and PartySubID(523) together with PartySubIDType(803)=70 (Jurisdiction) in the associated standard PtysSubGrp component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The SI jurisdiction is the one applicable to an order associated with an SI in that instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8023">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) or P (Short code identifier) and PartyRole(452)=116 (Reporting entity) in the standard Parties component and PartySubID(523) together with PartySubIDType(803)=70 (Jurisdiction) in the associated standard PtysSubGrp component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups. The reported jurisdictions are those that the trade has been or will be reported to. Required to also use TradeReportingIndicator(2524)=6 (Trade has been or will be reported).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8024">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Unique identifier representing the specific order type(s) offered by an execution venue. In the context of US CAT this is used for CAT field atsOrderType. ATSs provide their order types to CAT by submitting data dictionaries.”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8025">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=D (Proprietary) and PartyRole(452)=24 (Customer account) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8026">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=D (Proprietary), PartyRole(452)=122 (Investment Decision Maker), and PartyRoleQualifier(2376)=22 (Algorithm) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8027">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) and PartyRole(452)=3 (Client ID) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8028">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyID(448) together with PartyIDSource(447)=N (LEI) and PartyRole(452)=26 (Correspondent Broker) in the standard Parties component. To be used by implementations that cannot accommodate later tag numbers in earlier FIX versions or repeating groups.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8029">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Master Special Segregated Accounts Investor ID that is 6 digits long without leading zero(s) assigned by CCASS (Hong Kong).HKSCC provides the Master SPSA services to the market to facilitate investors who maintain China Connect Securities with custodians but want to sell their China Connect Securities without having to pre-deliver the securities from their custodians to their executing brokers. The investor may designate at most 20 exchange participants (EPs) as executing brokers who are authorised to use their Investor ID to execute orders in China Connect Securities on his behalf. When the designated EP inputs such investor’s sell order, it shall also input the Investor ID with the sell order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8030">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. Same as PartyIDSource(447)=V (Korea Short Selling Registration Number). To be used by implementations that cannot accommodate Parties component in earlier FIX versions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="8031">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String datatype. To be used by implementations that require the MMT efficient encoding scheme as opposed to the individual fields flagging post-trade data across asset classes. See https://www.fixtrading.org/mmt/ for details of the encoding.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for FIX Protocol Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="33255" name="FutureDynamicsLtd">
            <fixr:structure>
                <fixr:fieldRef id="6554">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for FIX4.2 users that want to adopt FIX4.3 field 554</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6553">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for FIX4.2 users that want to adopt FIX4.3 field 553</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Future Dynamics Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="34396" name="FXall">
            <fixr:structure>
                <fixr:fieldRef id="5283">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if ER represents a contingent order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5282">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Exclude submitted order from crossing with certain orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5284"/>
                <fixr:fieldRef id="5285"/>
                <fixr:fieldRef id="5286"/>
                <fixr:fieldRef id="5287"/>
                <fixr:fieldRef id="5288"/>
                <fixr:fieldRef id="5289"/>
                <fixr:fieldRef id="5291"/>
                <fixr:fieldRef id="5280">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Filter market data according to specified criteria</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5281">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Users may request filtering of Market Data as per predefined parameters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for FXall.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="10714" name="Gartmore">
            <fixr:structure>
                <fixr:fieldRef id="5957">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates number of strategy parameters. Intended as alternative to new 957 tag introduced by the algorithmic trading working group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5958">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Name of parameter. Intended as an alternative to the new 958 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5959">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Datatype of the parameter. Intended as an alternative to the new 959 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5960">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Value of the parameter. Intended as an alternative to the new 960 tag introduced by the Algorithmic Trading Working Group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5847">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of Tag 847 from FIX 4.4. Introduced by the FIX Algorithmic Trading Working Party.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5848">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of Tag 848 from FIX 4.4. Introduced by the Algorithmic Trading Working Party.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Gartmore.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="14575" name="GATETecnologieInformatiche">
            <fixr:structure>
                <fixr:fieldRef id="5250">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of the subject who

commissioned the order/quote. Format=int. Valid values: 21=Member;22=Institutional customer (interconnected);23=Private customer (interconnected);24=Organizational unit (interconnected).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6552">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of Side repeating group instances. Format=int. Custom field for FIX4.2 users that want to adopt FIX4.3 field 552.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5253">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order type with added values. Format=char. Valid values:

1=Market;

2=Limit;

3=Stop;

4=Stop Limit;

J=Market If Touched (MIT);

K=Market with Leftover as Limit;

Q=Market at Any Price with Leftover as Limit;

R=Interbank;

S=Market Limit If Touched (MIT);

T=Committed Principal Order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5254">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OrderID of the previous order (NOT the initial order of the day) as assigned by the market. Format=String.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5252">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Expresses the quantity condition on which the security is to be traded. Format=char. Valid values: 4=Fill Minimum Quantity(FMQ);A=Odd Lot(ODL).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5393"/>
                <fixr:fieldRef id="5394"/>
                <fixr:fieldRef id="5395"/>
                <fixr:fieldRef id="5396"/>
                <fixr:fieldRef id="5397"/>
                <fixr:fieldRef id="5398"/>
                <fixr:fieldRef id="5399"/>
                <fixr:fieldRef id="5392">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned value used to identify specific message originator group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5391">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement account type.

Valid values:

1 = Standing

2 = House

3 = Client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5390">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A three character code representing a valid Settlement Venue</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5255">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stop condition. Format=char. 0=Last Trade price.1=Best Bid Price;2=Best Ask Price;</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5251">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies how long the order remains in effect. Absence of this field is interpreted as Good Till Cancel. Format=char.

Valid values:

0=Day;

1=Good Till Cancel (GTC);

2=At the Opening (OPG);

3=Immediate or Cancel (IOC);

4=Fill or Kill (FOK);

6=Good Till Date(GTD);

7=At the Close;

8=Deferred Display (DD);

9=Display On Book (DOB);

A=Good in Closing Auction (GCA);

B=Good Till Maturity (GTM);

C=Good for Intra-Day Auction (GFX);

D=Good for Auction (GFA).

E=Good Till Session (GTS)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for GATE Tecnologie Informatiche.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Consulting" id="18636" name="GLConsultantsInc">
            <fixr:structure>
                <fixr:fieldRef id="9555">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of account: ‘S’ Speculator, ‘M’ Market Maker, ‘H’ Hedge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9556">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market If Touch flag: Valid values: ‘0’ Simple Order (default), ‘1’ MIT order type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9500">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional flag to Rule80A (aka Order Capacity/Account Type)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for GL Consultants Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="13974" name="GLTrade">
            <fixr:structure>
                <fixr:fieldRef id="5161">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the National Depositery of Securities client account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7677">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation ExecID used in Account Repeating Group (to link with Exec repeating Group)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5043">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Handling Instructions. Contains the same information as Tag-21, but possible values are 0, 1, and 2. No FIX message should contain both tags 21 and 5043.

0=Automated execution order, private, no Broker intervention

1=Automated execution order, public, Broker intervention OK

2=Manual order, best execution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5142">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rule80A with user-defined values and meanings.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7682">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Average Price of the day set by GL SOM (for EDA orders)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7679">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Average Revised Price (Used for GL SOM)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7700">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Group of PorfolioID. Specific Kuwait Stock Exchange for back office.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5144">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for XETRA market. ‘P’ if the order has been partially filled, ‘F’ if completely filled.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5143">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Extra Trade Identification Number on XETRA.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9582">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the GL SLE ID of the child order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5160">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the National Depositery of Securities clearer account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7058">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL clearing client code type. Valid values: 1=Client; 5=House.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5159">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the code of the clearer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7059">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL Clearing destination.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7061">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the reference of the clearing message.

This reference is given by the exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7693">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL client account ID (for clearing)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7691">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the client capacity. Valid values: 1=Agent; 2=Principal; 3=Riksless principal; 4=Individual; 5=Member agent.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9596">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free format text string for internal client use.

Max size is 16 char.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9597">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free format text string for internal client use.

Max size is 32 char.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7743">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the UserId set in GLSOM to identify the FIX Client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7684">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate a complementary information about the settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7062">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Creation Date of a forward contra creation, mandatory for offset order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7063">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference for a forward contra creation, mandatory for offset order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7695">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL Covered Indicator. Valid values: 1=Covered; 2=Uncovered.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7683">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the rate between the currency used for the trade and the currency used by the counterpart</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9598">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies ClearVision (GL Back Office) Instruction. Valid values: 0=Default value; 1=Send To ClearVision; 2=Save in GL OMS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5154">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates when a broker buys/sells shares because a client did not deliver scrip or pay on time for the original trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9554">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index of record into the GL server database.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5146">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the instruction assigned from a dealer to a broker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9551">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Differed Settlement Service. Valid Values :

0=No

1=Yes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7676">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Floor quantity of the day. Used for GL SOM to indicate the executed quantity for client order, at the end of the day.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9552">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL key used to identify the exchange and the market into GL servers.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9595">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free format text string for internal client use.

Max size is 255 char.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7661">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field contains the institutional ID (length is 7 characters).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5155">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies institution ID as assigned to the exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9549">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Internal reference assigned to an order into the GL server.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7668">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the counterpart of the last trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7690">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the price delta relative to current market best price. Specific to XETRA market (best quote)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5044">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is a string, consisting of a branch number and an account id.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7666">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the code of the mandator.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7709">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Initial deposit value (specific to GL SPAN message)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5042">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executed quantity must be a multiple of this quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7665">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the Member code counterpart. For a cross order the possible values are: INTRAFIRM or NONMEMBER.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5149">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free format text field sent to the market.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7060">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag to identify a midpoint order (specific XETRA). Valid values: 1=Yes; 2=No.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9584">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid values:

1=Gross Price (Best Exec without the cost);

2=Net Price(Best Exec with fees);

3=Ranking (Best Exec depending of the market ranking);

4-5-6=Custom1 to Custom3 (it’s for futur algorythm).

Default value=1(Gross Price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7704">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the client type.

Valid values: 1 Market Maker; 2 Eligible counterparty; 3 Investment Firms; 4 Retail.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9587">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the destination.Valid values:

1=Any exchanges (send on all available exchanges);

2=Selected instrument market (send the order only on the market where the trader choose the stock. In the case where you have multi-listed instruments on the same market (as for VIRTX) the order can be split between the different shares;

3=Selected instrument only (when you have multi-listed instruments on the same market (as for Chi-X). You send the order only on the instrument you choose on this market.

Default value = 1(Any exchanges)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9583">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the TYPE of internalization.

Valid values:

1=FACILITATION (internalization is authorized between client orders only);

2=PROPRIETARY (internalization is authorized against the internal book);

3=ONLY (order will remain in the internal liquidity pool. It will not be released to the market);

4=NO.

Default value=1(Facilitation).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7670">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In case the order type is soft-limit, this field indicates the internal limit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9589">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field contains the negociation code of execution market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7669">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the client order type in case the order is sent to the client matching engine.

Valid values: 1=Mid price (matching engine will maintain the price in real time as mid-price); 2= Soft limit (matching engine will manage an internal limit, and an external or exchange limit).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9586">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Equivalent of Overnight. It’s for keeping the orders until the next trading session.

Valid values:

1=YES;

2=NO.

Default value=2(NO).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9585">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Autorizes the split functionality.

Valid values:

1=YES;

2=NO.

Default value=2(NO).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7705">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the GL GLID of execution market</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7698">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the condition used to group the orders.

Valid values: 1=Amalgate same price; 2=Don’t Amalgamate Against; 3=Amalgamate Manual average Price; 4=Amalgamate Automatic Average Price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7699">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Only the orders with the same “Netting” letter will be amalgamated. This field allows differentiating all alphanumerical characters used.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5145">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the level of netting assigned to an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7707">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating Group Index for GL SPAN message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5166">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of triggers applied on an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5147">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of market executions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9581">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the GL SLE ID of the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5048">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Substatus of an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7673">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Original Client ID of the order before amendment of Client ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7706">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the member’s own account to the end-client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7742">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the account of the person who initiates the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7680">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OTC (Off Exchange order) indicator. Used to set GL Class Order.

Valid values: 0=On Exchange Order; 1= Off Exchange Order; 2=OTC Initial Trade Notification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7688">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the period where the block can be traded.Valid values: 1=No; 1=Trading Hours; 2=After Hours; 3= Trading and After Hours.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9580">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the OrderID of the parent order for a child order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5045">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The password of a dealer or account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7687">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage Variation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7064">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of the order quantity in case of a splitted (pre)allocation type message. Used for GL OMS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7675">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous price of the order before amendment(used for GL OMS)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7674">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Previous quantity of the order before amendment (used for GL OMS)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9591">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to reject the order if the price is too far away from the market. Valid values: 0=No price control (default value); 1=Price control; 2=Severe; 3=Client not sure.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7667">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field contains the public order code (i.e. the order code for the displayed quantity).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9592">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the market exchange has to check the quantity order. Valid values: 0=No check (default value); 1=Check quantity (big size).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5175">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to recycle a rejected order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7685">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for Jakarta Stock Exchange (required for Off-exchange)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7759">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Remaining payment due on any contract (specific to KMEFIC)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5153">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the instruction assigned from a sales to a broker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9550">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned by a party which originates the order to the exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5164">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of execution at the exchange level when TransactTime is already used by the broker order management system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7663">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the settlement account type. Valid values: 1=Standing; 2=House; 3=Client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7664">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Currently all London Stock Exchange instruments are applicable to a single settlement venue.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5165">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the settlement instruction assigned from a sales to a broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7697">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL Share Group ID (for clearing)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5046">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL-Trade User ID.

Integer, 0-999</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9553">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identicates the type of order splitting.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5163">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When an underwriter who tries to prevent a recent offering from dropping below the offering price by placing buy orders slightly above that price. Valid values: S=Stablisation, T=Takeover</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7694">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client sub-account (for clearing)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7692">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GL Sub Client Code Type (for clearing). Valid values: 1=Liquidity; 2=Specialist; 3=None; 4=Insider; 5=Shareholder.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7686">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Suspension Indicator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7689">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the maximum number contracts affected for an executed (used for XETRA best quote)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5151">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick denominator used to calculate the price for Liffe market.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7681">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total cost of the day set by GL SOM for EDA orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7678">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for GL SOM. Sum of all (MatchedQty*RevisedPrice)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7662">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field contains the ID of the trader group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9588">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the trade/negociation type.Valid values:

A=Incoming message is a Trade Cancel;

4=Incoming message is a Manual Trade notification;

I=Internet trading;

S=Algorithmic trading;

D=DMA trading;

2=Advertisement;

9=Trade Report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5148">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is optional and contains the number assigned by the trader. This information is just conveyed in the Trade Leg Creation message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5169">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date of order activation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7745">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the date and time at which the order must be sent to the exchange. Specific to tactic Unreleased when running with GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5170">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Count down to activate the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5173">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security source used to trigger the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5911">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of ticks between day low (for buy order) or day high (for sell order) and limit price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7049">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify specific in-house tactics when running with GL Tactics. Valid values:

a:VWAP;

A/B:Linked Trigger Order on last price (A:last superior, B:last superior);

h/i:Linked Trigger Order on underlying (h:underlying superior bid, i:underlying superior ask);

j/k:Linked Trigger Order on underlying (j:underlying inferior bid, k:underlying inferior ask)

C:Trailing Stop;

D:Peg;

E:Linked Peg;

F:With A Tick;

G:Market Phase;

H:Time Trigger(unreleased);

I:Iceberg;

J:Iceberg Random;

K:Iceberg Ghost;

L:Countdown;

M:MIT Last;

N:MIT Ask;

O:MIT Bid;

S:Stop last;

T:Stop Ask;

U:Stop Bid;

V:Stop Max Cap;

W:TWAP(native);

Y:Percentage Volume.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5168">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum quantity to be displayed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5912">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum quantity to trigger</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5167">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price applied for the trigger type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5174">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security ID used to trigger the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5910">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of ticks between day low (for buy order) or day high (for sell order) and trigger price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5172">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the symbol used to trigger the order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5171">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading session value used to trigger the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5162">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates specific trigger conditions applied to the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7696">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate a local reference ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7708">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Risk level for the underlying symbol. (specific to GL SPAN message)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5156">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the date for an unreleased order (order sent to exchange but inserted into the book at the indicated date).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5158">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates instructions for an unreleased order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5157">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the date/time for an unreleased order (order sent to exchange but inserted into the book at the indicated date and time).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5862">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Update Reason returned by GL SOM (for client EDA orders)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9590">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is used to filter specific GL messages into GL FIX IN</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7671">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the User Dealer (set in GL OMS)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5150">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the original GL User ID who has submited the order command.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7672">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the User Sales (set in GL OMS)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7744">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the quantity below which the price modification will be triggered. Specific to algos %Volume and WithATick when running with GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7055">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Work max update delay : defines the maximum delay for sending the order (usually it should be a few minutes or seconds). Specific to GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7052">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for GL Tactics. Valid value: 1=Market Limit.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7748">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the date and time of the last wave. Specific to algo TWAP(native) when running with GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7053">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7757">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the ID Source used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7050">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to identify specific ALGO when running with GL Tactics. Valid values: a=VWAP; D=Peg; E=Link Peg; F=WithATick; W=TWAP(native); Y=%Volume.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7746">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the Work Maximum Limit Price (specific to algos PEG + Linked Peg for GL Tactics)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7057">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of waves alreday sent in case of algos %Volume and TWAP. Specific to GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7747">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the Work Price (specific to algo Linked Peg for GL Tactics)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7054">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for GL Tactics and with Fix Tag 7053. Valid values: 1=Percentage; 2=Tick; 3=Absolute.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7051">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for GL Tactics. Valid values: 1=Ask; 2=Bid; 3=Last; 4=Mid.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7749">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used with GL algo %Volume, this field indicates the volume at the beginning.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7758">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the Security ID Source used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7056">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity already sent in case of %Volume and TWAP algos. Specific for GL Tactics.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7756">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the symbol used to trigger the order (specific Linked Peg for GL Tactics)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for GL Trade.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="39421" name="GlobeNet">
            <fixr:structure>
                <fixr:fieldRef id="9140">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field indicating instruction to hold order internally for matching. Default=None, 1=Hold Internal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for GlobeNet.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="26919" name="GuosenSecurities">
            <fixr:structure>
                <fixr:fieldRef id="6845">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y,N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6865">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y=YES

N=NO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6848">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y=YES

N=NO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6850"/>
                <fixr:fieldRef id="5694">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = NOW

B = Redistribute

C = Tilt-Dist</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6856">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">int, 1-10</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5688">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicating draft algo status</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5697">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Online

2 = Offline</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5695">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = fill

B = leaves</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6857">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">participation rate for a child order wrt some benchmark reference volume such as inside quote size,etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5693">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = SHCOMP

B = SZCNST

C = CSI300

D = SME

E = CHINEXT

S = SMART

P = PORTFOLIO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6858">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference vol of type char for child order.

0=PrimarySide Size(bid for buy,offer for sell)

1=MarketSide Size(bid for sell,offer for buy)

2=BidSize

3=OfferSize

4=BidSize+OfferSize

5=Effective BidSize

6=Effective OfferSize

7=PrimarySide Book Depth(5 levels) Size

8=MarketSide Book Depth(5 levels) Size

9=Total Book Depth(5 levels) Size

A=Last 1 Minute Total Market Volume

B=Last 5 Minutes Total Market Volume</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5691">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference price for an algo, not binding as limit price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5692">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Referred volume of char type.Valid value: A)total market volume;B)market volume with given limitpx;</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6860"/>
                <fixr:fieldRef id="6859"/>
                <fixr:fieldRef id="6855">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = None

2 = SlowHalf

3 = SlowOneThird

4 = SlowOneFourth

5 = SlowOneFifth

0 = Pause</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6853">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">numeric</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6854">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = None

B = speed2x

D = speed4x

E = speed5x

J = speed10x

b = Part10

d = Part20

j = Part50

p = Part80

z = Iwould</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6852">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">numeric</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6851"/>
                <fixr:fieldRef id="5696">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y = Yes

N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5690">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Base strategy</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5689">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Version identifier tag</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Guosen Securities.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="34384" name="Harts">
            <fixr:structure>
                <fixr:fieldRef id="7538">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">-1.0 to +1.0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7539">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">N=False, Y=True</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7535">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ratio for an option leg</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7534">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Complex option strategy type definitions, i.e., Call Spread, Straddle, Strangle, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7530">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the type of order sender, i.e., Customer, Firm, Market Maker, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7531">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines whether the price specified is a fixed amount or a percentage of another security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7537">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference or Hedge Price (see tag 7536)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7536">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Attribute of RefHedgePrice field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7532">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A=AM Settlement

P=PM Settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Harts and Company.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="21600" name="HelfantGroup">
            <fixr:structure>
                <fixr:fieldRef id="9778">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CMS Line1A. Used for specifying routing instructions, such as NYSE Direct+(NY NX), booth routing(NY OVR B-xx), Amex or NYSE override (NY OVR), crossing session (NY OS), etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Helfant Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="17408" name="ICAP">
            <fixr:structure>
                <fixr:fieldRef id="6866">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Auto-Aggress with Discretion price differential. Represents the maximum number of ticks an order’s price may be improved to achieve a match with a contra-side resting order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7193">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the action to be taken on the symbol provided

0 = Add

1 = Change

2 = Remove</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7164">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Commission Adjusted Consideration</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7280">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enable or disable ADOSA qualifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7290">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">States the quantity allocated for orders that are if/when cleared.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5913">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow hidden size for given symbol</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7499">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enables agress-on-locked-market order feature</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6542">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Auction protection (% from cont last). Values: 0 to 0.7</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5859">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity available for further execution on bid side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7168">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Binary execution method applies to reported trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7188">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the status of the order book</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7190">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates to which side the BookStatus field is applicable</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5471">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FX Deal Feed Field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5787">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether allocated qty was executed in the IF-CLEARED or WHEN-CLEARED queue. Valid values are “I” for IF-CLEARED and “W” for WHEN-CLEARED.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5789">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free form string containing client-specific information associated with an order. Information is provided in New Order Single, and Order Cancel Replace messages. Trading system will return ClientInfo in Execution Report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7162">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Commission – Dollar Value for the trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7165">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Commission Adjusted Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7163">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">103 – Dollars per Million

104 – Dollars per Trade

105 – Basis per Million

106 – Cents per Contract

107 – By Basis Point

108 – Fixed Currency Units in Millions

109 – Fixed Basis Units in Millions</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7169">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Consideration for financial deal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6550">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">continuous market participation (%). Values 0.01 to 0.7</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7166">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dirty price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7181">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the name of the display group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7219">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price formats applicable to security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7175">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">End Trade Sequence</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7026">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that workup has ended.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7172">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ETC Market ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7287">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the executed price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7288">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the executed yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7282">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enable Fill and Follow qualifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6538">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values

1 – cancel balance

2 – IS

3 – inline 10%

4 – inline 15%

5 – inline 20%

6 – inline 25%

7 – inline 30%

8 – VWAP 1 hour

9 – VWAP to close

10 – Target close</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9284">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for reject of order deactivate request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6514">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values

Blank

1 – None

2 – Close

3 – Open

4 – All</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5686">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that an order is tradable in a workup that is currently in progress.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7029">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The last trade you’ll ever receive (for your last request anyway).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7436">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Support correct ranking of leg instruments within a synthetic.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7276">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the order is a managed order or a leave order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7176">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market Id where security is traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7295">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Cancel all own orders

= 101 – Cancel all firm’s orders

Enumeration allows the client to cancel all own or all firm orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7296">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Status of own orders for a symbol

= 101 – Cancel all own orders

Enumeration allows traders to cancel all own orders or all own orders of a symbol</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6543">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Max of order to BlockCross (%)Percentage. Values: 0 to 100.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5915">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum number of decimals to display</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7198">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Total trade volume (for the day)

= 101 – Total trades

= 102 – Price Update (not applicable for market data incremental refresh message)

= 103 – Trade history request (applicable only for the Market Data Request message)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7217">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates gateways that provide market data for given display group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7216">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Hidden size in market data update and snapshot</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7192">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the price update type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6390">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5914">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum number of decimals to display</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7291">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">States the private

ublic phase of the NIM session</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7194">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the new rank of the security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6393">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the current sub rank of the security (for display ordering purposes). ... truncated ...</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5705">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether NIM is allowed for this instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7434">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates negotiate in the middle is enabled for security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7335">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Incremental order quantity of a NIM-enabled security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7336">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum order quantity of a NIM-enabled security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5916">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Duration of NIM private phase in milliseconds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5917">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Duration of NIM public phase in milliseconds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5786">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of seconds remaining in the current phase of the NIM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7187">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of book status entries sent in the repeating block</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7180">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the number of display groups sent in the repeating block of the logon message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7218">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of price formats for given security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7182">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the number of TBA instrument groups sent in the repeating block of the logon message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7027">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of volume rules in repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7087">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to associate an odd lot instrument with a given round lot instrument. Field contains symbol of odd lot instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5861">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity available for further execution on the offer side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7278">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows the client to submit inactive orders and to inactivate/activate live orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7298">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Original unique identifier assigned to a trade by the matching system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7279">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the On The Follow quantity for managed orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7191">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the owner of the work up private phase</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6513">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offside participation %

Values

Blank or 0.01 to 1.0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6509">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference price.

Values

Blank

1 – open

2 – prev close

3 – arrival

4 – other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7161">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">100 – Contra Account (Clearing)

101 – Owner

102 – Contra Owner</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7297">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 101 – Owner

Identifies the actual investor/owner of the order

= 102 = Contra Owner

Identifies the target owner in the order transfer request message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6551">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Post for liquidity in ‘lit’ venues. Values: True, False</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7195">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the previous rank of the security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6394">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the previous sub rank of a security. Applicable if the sub rank of the security changes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6540">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage. Values: 0 to 0.25</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6541">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values:

1 – none

2 – open

3 – prev close

4 – arrival</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6539">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Relative to instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6391">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Fractions (in Two-Fifty Sixths)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6537">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify Track Volume. Values: 1 – Primary, 2 – Consolidated</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7178">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Product grouping for security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7281">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enable or disable PROSA qualifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5855">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates direction of query relative to QueryToken context. Valid values are either “1” to indicate the next result page or “-1” to indicate the previous result page.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5788">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Token used to maintain query context for result paging.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7277">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier for a quote status report generated by the system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7294">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Counter

= 101 – Pass (Reject)

Enumeration is used to inform the NIM participant the NIM was countered</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7293">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Hit/Lift

= 101 – Pass (Reject)

Enumeration allows the NIM initiator to accept or reject the counter NIM</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7160">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the trade has been confirmed by the trader</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5187"/>
                <fixr:fieldRef id="5239"/>
                <fixr:fieldRef id="5241"/>
                <fixr:fieldRef id="5242"/>
                <fixr:fieldRef id="5243"/>
                <fixr:fieldRef id="5244"/>
                <fixr:fieldRef id="5245"/>
                <fixr:fieldRef id="5246"/>
                <fixr:fieldRef id="5247"/>
                <fixr:fieldRef id="5248"/>
                <fixr:fieldRef id="5268"/>
                <fixr:fieldRef id="5269"/>
                <fixr:fieldRef id="5277"/>
                <fixr:fieldRef id="5278"/>
                <fixr:fieldRef id="5279"/>
                <fixr:fieldRef id="5308"/>
                <fixr:fieldRef id="5309"/>
                <fixr:fieldRef id="5371"/>
                <fixr:fieldRef id="5372"/>
                <fixr:fieldRef id="5373"/>
                <fixr:fieldRef id="5374"/>
                <fixr:fieldRef id="5375"/>
                <fixr:fieldRef id="5376"/>
                <fixr:fieldRef id="5377"/>
                <fixr:fieldRef id="5378"/>
                <fixr:fieldRef id="5379"/>
                <fixr:fieldRef id="5380"/>
                <fixr:fieldRef id="5560"/>
                <fixr:fieldRef id="5561"/>
                <fixr:fieldRef id="5562"/>
                <fixr:fieldRef id="5563"/>
                <fixr:fieldRef id="5564"/>
                <fixr:fieldRef id="5565"/>
                <fixr:fieldRef id="5566"/>
                <fixr:fieldRef id="5567"/>
                <fixr:fieldRef id="5568"/>
                <fixr:fieldRef id="5569"/>
                <fixr:fieldRef id="5570"/>
                <fixr:fieldRef id="5571"/>
                <fixr:fieldRef id="5572"/>
                <fixr:fieldRef id="5573"/>
                <fixr:fieldRef id="5574"/>
                <fixr:fieldRef id="5575"/>
                <fixr:fieldRef id="5576"/>
                <fixr:fieldRef id="5577"/>
                <fixr:fieldRef id="5578"/>
                <fixr:fieldRef id="5579"/>
                <fixr:fieldRef id="5580"/>
                <fixr:fieldRef id="5581"/>
                <fixr:fieldRef id="5582"/>
                <fixr:fieldRef id="5583"/>
                <fixr:fieldRef id="5584"/>
                <fixr:fieldRef id="5585"/>
                <fixr:fieldRef id="5586"/>
                <fixr:fieldRef id="5587"/>
                <fixr:fieldRef id="5588"/>
                <fixr:fieldRef id="5589"/>
                <fixr:fieldRef id="5590"/>
                <fixr:fieldRef id="5591"/>
                <fixr:fieldRef id="5592"/>
                <fixr:fieldRef id="5593"/>
                <fixr:fieldRef id="5594"/>
                <fixr:fieldRef id="5595"/>
                <fixr:fieldRef id="5596"/>
                <fixr:fieldRef id="5597"/>
                <fixr:fieldRef id="5598"/>
                <fixr:fieldRef id="5599"/>
                <fixr:fieldRef id="7086">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to associate given odd lot instrument with its associated round lot instrument. Field contains symbol of round lot instrument.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7199">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Display group names

= 101 – TBA group names

= 102 – Display group content

= 103 – TBA group content</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7184">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of response sent via the Security List message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6392">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">= 100 – Order entry session for repo cross

= 101 – Position scrubbing session for repo cross

= 102 – Position scrubbing session for repo cross

= 103 – Closing session for repo cross

= 104 – Suspended</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7179">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security type specifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6395">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional field for source IP address identification and auditing perposes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7174">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Start Trade Sequence</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7167">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">TradeCaptureReport Summary at end of Work-Up or Repo Auction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7177">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Symbol for security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6546">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target auction participation (%). Values: 0.01 to 0.7</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6547">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target % of days volume in auction. Values: 0.01 to 0.7</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7183">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the name of the TBA group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7196">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the TBA instrument is back month or front month</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6544">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values:

1 – zero

2 – indefinitely

3 – 5 min

4 – 45 min

5 – 1 hour

6 – until auction

7 – other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6545">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Rest order in BX before printing for. Values: Null or &gt; 5</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5918">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price or yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7170">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies trade error reason</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7197">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the trade information history data is included in message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7185">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the Trade information identifier. This identifier can be used by the client request for resends of trade information within the trading day</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7186">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client specified unique identifier when requesting for past trade information</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7173">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">110 – Trades within the specified start and end trade sequence</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7171">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number of the trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7284">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows client to request, accept or reject the order transfer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7283">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the unique identifier assigned by the server to a transfer request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7285">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client can specify the reason for the order transfer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7215">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reason for reject of order transfer request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7292">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the transfer was initiated or if the transfer time has expired</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7299">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Result of Trade Capture Report sent to the client</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7286">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify the quoted value for discount rate traded instruments</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7028">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volume rule type. Valid values are “NORMAL” and “NIM”.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7289">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">States the executed quantity during a single work up session. Reset to zero on work up termination</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7189">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the work up session is in private phase or public phase</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for ICAP.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="24336" name="IndusValleyPartners">
            <fixr:structure>
                <fixr:fieldRef id="5270"/>
                <fixr:fieldRef id="5272"/>
                <fixr:fieldRef id="5259"/>
                <fixr:fieldRef id="5260"/>
                <fixr:fieldRef id="5258"/>
                <fixr:fieldRef id="5273"/>
                <fixr:fieldRef id="5266"/>
                <fixr:fieldRef id="5264"/>
                <fixr:fieldRef id="5275"/>
                <fixr:fieldRef id="5271"/>
                <fixr:fieldRef id="5274"/>
                <fixr:fieldRef id="5267"/>
                <fixr:fieldRef id="5276"/>
                <fixr:fieldRef id="5262"/>
                <fixr:fieldRef id="5265"/>
                <fixr:fieldRef id="5261"/>
                <fixr:fieldRef id="5263"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Indus Valley Partners.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="26754" name="Instinet">
            <fixr:structure>
                <fixr:fieldRef id="9013"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Instinet.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="11774" name="IntegratedTransactionSystemsLtd">
            <fixr:structure>
                <fixr:fieldRef id="7200">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account of the Sell Side of a Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7201">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account Type of the Order.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7202">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account Type of the Sell Side of a Cross Message.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7212">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order is marked as Anonymous. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7204">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates order as part of a basket trade.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7210">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Canadian Exchange ID of the order.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7205">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates order as an Internal Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7222">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SpecialTerms ItemNumber to allow trading against Special Terms market. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7208">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates order as a Jitney.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7207">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines if order is eligble as a MGF Candidate.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7206">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OrderID of the Sell Side of a Cross.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7220">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned the PortfolioName to an order. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7203">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates order as part of a program trade.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7213">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order RegulationID. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7214">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">RegulationID of the Sell Side for a Cross message. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7221">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides the required Settlement Terms for the order. Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7209">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates order as being Short Exempt.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7211">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">User Message ID of the message.

Used to support message translation between FIX-STAMP for Canadian Equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Integrated Transaction Systems Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="19287" name="InterbizzFinancialSystemsAB">
            <fixr:structure>
                <fixr:fieldRef id="9205">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9204">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9206">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If commission needs to be calculated by trading system. Formula: IF(Price &lt;= CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9203">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If commission needs to be calculated by trading systems. Formula: IF (Price&lt;=CommPxLimit) Comm=MAX(CommMin,MIN(Price*CommPct1,CommMax)) ELSE Comm=Price*CommPct2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9202">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Needed in Danish market. Used to verify that a client has got the latest pricing when making an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9201">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Needed in a Danish market. Used to verify that a client has got the latest instrument price when making an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Interbizz Financial Systems AB.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="38737" name="INTERTRADE">
            <fixr:structure>
                <fixr:fieldRef id="6347"/>
                <fixr:fieldRef id="6338"/>
                <fixr:fieldRef id="6349"/>
                <fixr:fieldRef id="6348"/>
                <fixr:fieldRef id="6339"/>
                <fixr:fieldRef id="6340">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no limit release

9:limit release</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6343">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6344">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6342">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6341">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6345">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:no replace

1:replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6950">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum price slippage for orders.

(pips)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6346">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0:Continuous

2:Opening

7:Closing

D:Proportional Distribution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for INTERTRADE.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="25801" name="JapanCrossSecurities">
            <fixr:structure>
                <fixr:fieldRef id="5550">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the Unique Identifier of the BalanceGroup to which this Order should be assigned to.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5551">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the BuyLimit for that Balance Group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5553">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">(To be used if MinQty– Tag 110 is used)

Valid values

‘S’ – Shares

‘V’ – Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5554">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Speicies how long the Order would be valid in the books of the Crossing System. Vaild values:

blank – No rollovers

S – same cross until good-through date has expired

U – Unlimited

n – (1-9) rollover to the next cross, decrement n until 0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5552">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the SellLimit of the BalanceGroup, of which this order is part of. The Identifier of the BalanceGroup is specified in the BalanceGroupID Tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for JapanCross Securities.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="37600" name="JavelinTechnologiesInc">
            <fixr:structure>
                <fixr:fieldRef id="9400">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to report current phase in trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Javelin Technologies Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="31034" name="Jefferies">
            <fixr:structure>
                <fixr:fieldRef id="9254">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specified lifetime for orders, i.e. 25 = 25 minutes. Integer value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9257">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">End time in HHMM format for Jefferies trading strategies. i.e. 1300 = 1:00 PM

Integer Value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9258">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specify the type of market footprint orders are permitted to take on.

Integer value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9250">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Goal.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9255">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum block size allowed when searching for liquidity levels. Integer Value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9256">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Start time in HHMM format for Jefferies trading strategies. i.e. 1300 = 1:00 PM

Integer Value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9253">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price move tolerance. Used to create a firm limit price from a specified price target. Strictly positive double value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9252">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The acceptable market impact that strategy orders are allowed to induce.

Signed integer value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9251">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volume limit orders are permitted to approach while trading.

Integer value from 0 – 100.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Jefferies.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="38215" name="JPMorganChase">
            <fixr:structure>
                <fixr:fieldRef id="6593">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Beneficiary Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6581">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Beneficiary Code e.g. BIC etc required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6580">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Beneficiary Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6578">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker Dealer Service Fee</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6704">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in a competitive RFQ response

Values: 0 – Done (if 694 =1), 1 – Tied, 2 – Cover, 3 – Traded Away,</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6703">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Competitive Rqeuest for Quote dealer count.

The total numnber of competitors in the quote request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6705">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required if 6704 = 0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6599">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global Agent Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6598">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global Agent Code required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6597">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Global Agent Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6576">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Levy</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6596">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Local Agent Account Number required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6595">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Local Agent Code required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6594">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Local Agent Name required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6579">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Communication service required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6952">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement Text 1 required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6953">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional Settle Text required to instruct settlement – used to cater to situations where client specifies settlement instruction as part of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6575">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stamp Tax when choosing to send an exclusive field instead of using MiscFee repeating group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6577">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tariff</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6574">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">System/Firm where the trade originated</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6954">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trailer Code 1</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6955">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trailer Code 2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6956">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trailer Code 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for JPMorgan Chase.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="11430" name="KnightCapitalGroup">
            <fixr:structure>
                <fixr:fieldRef id="6989"/>
                <fixr:fieldRef id="6983"/>
                <fixr:fieldRef id="6994"/>
                <fixr:fieldRef id="6997"/>
                <fixr:fieldRef id="6991"/>
                <fixr:fieldRef id="6985"/>
                <fixr:fieldRef id="6992"/>
                <fixr:fieldRef id="6993"/>
                <fixr:fieldRef id="6984"/>
                <fixr:fieldRef id="7225">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type: integer in [1, n]

Used in Streaming Quotes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6988"/>
                <fixr:fieldRef id="6995"/>
                <fixr:fieldRef id="7226"/>
                <fixr:fieldRef id="6980"/>
                <fixr:fieldRef id="7224"/>
                <fixr:fieldRef id="7223"/>
                <fixr:fieldRef id="6996"/>
                <fixr:fieldRef id="6986"/>
                <fixr:fieldRef id="6987"/>
                <fixr:fieldRef id="6998"/>
                <fixr:fieldRef id="6990"/>
                <fixr:fieldRef id="6981"/>
                <fixr:fieldRef id="6982"/>
                <fixr:fieldRef id="7227"/>
                <fixr:fieldRef id="7228"/>
                <fixr:fieldRef id="7229"/>
                <fixr:fieldRef id="7230"/>
                <fixr:fieldRef id="7231"/>
                <fixr:fieldRef id="7232"/>
                <fixr:fieldRef id="7233"/>
                <fixr:fieldRef id="7234"/>
                <fixr:fieldRef id="7235"/>
                <fixr:fieldRef id="7236"/>
                <fixr:fieldRef id="7237"/>
                <fixr:fieldRef id="7238"/>
                <fixr:fieldRef id="7239"/>
                <fixr:fieldRef id="7240"/>
                <fixr:fieldRef id="7241"/>
                <fixr:fieldRef id="7242"/>
                <fixr:fieldRef id="7243"/>
                <fixr:fieldRef id="7244"/>
                <fixr:fieldRef id="7245"/>
                <fixr:fieldRef id="7246"/>
                <fixr:fieldRef id="7247"/>
                <fixr:fieldRef id="7248"/>
                <fixr:fieldRef id="7249"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Knight Capital Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="7733" name="KoreaStockExchange">
            <fixr:structure>
                <fixr:fieldRef id="5417">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0=Accounts for participants in securities saving plans1= Accounts for non-participants in securities saving plans</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5419">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier for basket orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5400">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for users that want to electronically submit a NewOrder-Single for the Korea Stock Exchange Market.

10-Cash

21-Margin Buying by Brokers’ Credit

22-Liquidation of Margin Buying by Brokers’ Credit

23-Short Sale by Brokers’ Credit

24-Liquidation of Short Sale by Brokers’ Credit

31-Margin Buying by The Korea Securities Finance Corporation(KSFC)’s Credit

32-Liquidation of Margin Buying by KSFC’s Credit

33-Short Sale by KSFC’s Credit

34-Liquidation of Short Sale by KSFC’s Credit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5404">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of foreign investors

1: Non-resident Individuals

2: Non-resident Bank

3: Non-resident Insurance Company

4: Non-resident Securities Company

5: Non-resident Investment Company

6: Non-resident Investment Trust Company

7: Non-resident Other Company

8: Non-resident Korean with Permanent Foreign Residence

9: Non-resident Pension Fund

10: Resident

11: Resident Individuals

12: Resident Bank

13: Resident Insurance Company

14: Resident Securities Company

15: Resident Other Entity

20: Foreign Direct Invesment

21: FDI Individuals

22: FDI Bank

23: FDI Insurance Company

24: FDI Securities Company

25: FDI Other Company

30: Other

31: Acquirer of Korean Papers</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5418">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the local time in HHMMSSss that futures and options contract have been completed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5405">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the price at which client buys or sells and uses for reported block trading

1: Opening Price, 3: Closing Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5403"/>
                <fixr:fieldRef id="5415">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Uses for futures spread trade and indicates furthest series price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5406">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the type of investors to place order

1000: Securities Company

2000: Insurance Company

3000: Investment &amp; Management Company

4000: Bank

5000: Merchant Bank

6000: Pension Fund

7000: Other Company

8000: Individuals

9000: Foreigner</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5402">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identify whether client is local or foreign investor

0: Local Investor

1: Foreign Investor</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5414">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Uses for futures spread trade and indicates contract price of the nearest month series</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5407">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Assigned value to identify specific non-member that passes client order to member company.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5416">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the order placing date in local time (YYYYMMDD)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5410">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the means through which a customer routes orders to broker

1: Sale Office Terminal, 2: Wire Communication, 3: Wireless Communication, 4: HTS, 5: Others</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5411">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Uses for futures spread trade and indicates as “0”, “+” or “-“</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5408">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of program trade

0: Regular, 1: Arbitrage, 2: Non-arbitrage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5413">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates time of order receipt in local time</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5409">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of short sale

0: Regular, 1: ShortSale with Price Restriction, 2: ShortSale without Price Restriction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5412">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the purpose of futures and option trade

1: arbitrage, 2: Hedge, 3: Others</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5401">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identify the type of trade on the Korea Stock Exchange

3: Reported Block Trading

9: Trading of Treasury Stocks

72: After-hour Block Trading

79: After-hour Block Trading of Treasury Stocks

80: After-hour Basket Trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Korea Stock Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="18757" name="LaSalleTechnologyGroup">
            <fixr:structure>
                <fixr:fieldRef id="6700">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional customer header field that indicates what action should be taken to resolve an Application queue (backlog).

0- No action taken

1- Flush Queue

2- Overlay last

3- End session</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6699">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom header field that provides the number of application level events that are queued for processing behind this current message. For instance, the ApplicationQueueDepth &gt; 0 on an Execution Report – indicates that there are still ApplicationQueueDepth # of reports that have to be generated and transmitted. This information is provided to help counterparties manage throughput and backlog issues.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6701">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional header field that is used to indicate to the message recipient the action that was taken in response to application messages being queued for delivery:0-No Action Taken

1-Queue Flushed

2-Session will be disconnected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5997">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of trade price conditions associated that apply to a trade whose price is different than the current market price (MiFID)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5998">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Conditions, such as corporate actions or events or trade type that caused a trade price to differ from the market price. Integer enumerated fields – currently populated with Bargain Conditions defined by the LSE (MiFID)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9468">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">User assigned cancel id for an order. Work around – future version will revert to standard FIX order cancel request handling</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for LaSalle Technology Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="10555" name="LavaTrading">
            <fixr:structure>
                <fixr:fieldRef id="6271"/>
                <fixr:fieldRef id="6272"/>
                <fixr:fieldRef id="6273"/>
                <fixr:fieldRef id="6274"/>
                <fixr:fieldRef id="6275"/>
                <fixr:fieldRef id="6276"/>
                <fixr:fieldRef id="6277"/>
                <fixr:fieldRef id="6278"/>
                <fixr:fieldRef id="6279"/>
                <fixr:fieldRef id="6280"/>
                <fixr:fieldRef id="6281"/>
                <fixr:fieldRef id="6282"/>
                <fixr:fieldRef id="6283"/>
                <fixr:fieldRef id="6284"/>
                <fixr:fieldRef id="6285"/>
                <fixr:fieldRef id="6286">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OATS v3 tag indicating the time the broker first received the order from the customer.

This field is of type UTCTimeStamp.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6263"/>
                <fixr:fieldRef id="6250"/>
                <fixr:fieldRef id="6287">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OATS v3 tag indicating if the customer directed this order to a specific execution venue (Y) or not (N).

This field is of type Boolean.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6829">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1029(CustomerDirectedOrder) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6831">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1031(CustOrderHandlingInst) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6835">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1035(DeskOrderHandlingInst) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6833">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1033(DeskType) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6834">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1034(DeskTypeSource) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6256"/>
                <fixr:fieldRef id="6255"/>
                <fixr:fieldRef id="6261"/>
                <fixr:fieldRef id="6292">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The real venue where the fill executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6289">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ManualOrderIndicator=Y signifies that the order was entered manually. ManualOrderIndicator=N signifies that the order was entered electronically. If this field is missing, it should be assumed that the order was not manually entered. This field is of type Boolean.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6828">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1028(ManualOrderIndicator) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6260"/>
                <fixr:fieldRef id="6259"/>
                <fixr:fieldRef id="6868">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 768(NoTrdRegTimestamps) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6832">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1032(OrderHandlingInstSource) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6262"/>
                <fixr:fieldRef id="6252"/>
                <fixr:fieldRef id="6253"/>
                <fixr:fieldRef id="6830">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 1030(ReceivedDeptID) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6251"/>
                <fixr:fieldRef id="6254"/>
                <fixr:fieldRef id="6258"/>
                <fixr:fieldRef id="6264"/>
                <fixr:fieldRef id="6265"/>
                <fixr:fieldRef id="6266"/>
                <fixr:fieldRef id="6869">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 769(TrdRegTimestamp) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6836">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 component block TrdRegTimestamp for use by firms / vendors who are unable to use the official tag. Please read OATS v3 document.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6871">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 771(TrdRegTimestampOrigin) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6870">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clone of FIX.4.4 tag 770(TrdRegTimestampType) for use by firms / vendors who are unable to use the official tag.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6257"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Lava Trading.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="5372" name="LehmanBrothers">
            <fixr:structure>
                <fixr:fieldRef id="5781">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Account Acronym assigned by the dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5711">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">two int value options:

1 : Accept

2 : Reject</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5712">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String representing the Bloomberg Ack Name</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5780">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">AccountNet ACODE. Present for AccountNet-enabled customers only.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9557">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Determines whether the strategy reacts to published closing auction imbalances. Default = True</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5708">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">business center of the adjusted business Day convention used in Swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5749">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Termination(END) date business day adjustment convention. Possible values: MODFOLLOW</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5760">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Calculation (Accrual) Period Business Day Adjustment Convention. Possible values Floating Leg: MODFOLLOW</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5761">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Payment date business day adjustment convention.

Possible values Floating leg: MODFOLLOW</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5762">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Floating Rate Leg. Reset Date business day adjustment convention. Possible Values Floating leg: MODFOLLOW</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5732">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">adjusted mid price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5709">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">accrual period start Day adjustment convention</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5434">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker Fee-Adjusted Spread</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5428">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">adjusted target level</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5436">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fee-adjusted Yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5839"/>
                <fixr:fieldRef id="6498">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Identifies units and direction of relative stop price offset.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5778">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The accountNet organization identifier of the customer. present for AccountNet-enabled customers only.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5779">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">the accountNet organization identifier of the customer. Present for AccountNet enabled customers only</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9614">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ATS Access</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9616">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ATS Access Type

P = Passive

W = I Would (cross)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5729">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the auction date of the security when it’s initially issued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7760">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Limit price in % value terms</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9685">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean value to indicate if option order should be hedged</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9686">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strategy used for hedging</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5735">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The dollar amount that will be recovered from the dealer as a customer execution fee</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9632">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Specifies base working strategy.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5718">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">this is an integer field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5723">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String type

D – Drain

A – Abort</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5728"/>
                <fixr:fieldRef id="9299">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Range within which to maintain portfolio beta</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5498">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the holding bind indicator for Corporate Bonds. The value options are “Y” – Yes, and “N” – No.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9643">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Specifies whether the strategy should ignore block prints.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9644">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Qty: Allows user to specify block filter threshold in terms of a share quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5740"/>
                <fixr:fieldRef id="5739"/>
                <fixr:fieldRef id="7750">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Method for booking out this order. Used when notifying a broker that an order to be settled by that broker is to be booked out as an OTC derivative (e.g. CFD) or similar.

Valid values:

0 = Regular booking (DVP)

1 = CFD

2 = Swap

3 = Give Up

4 = Combined communication</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5782">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Breakdown active indicator used in allocation instruction message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5426">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker Sequence Number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5742"/>
                <fixr:fieldRef id="5741"/>
                <fixr:fieldRef id="5421">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the call date of Agency Callables in Fixed Income.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6586">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">cash offset amount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5481">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clean Price is Fee adjusted price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5826"/>
                <fixr:fieldRef id="5757">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Composite pay rate for an USD Interest Rate Swap switch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5756">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Composite quote at the time of QUOTE REQUEST</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5758">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">composite receiving rate for an USD Insterest Rate Swap Switch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5755">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the floating leg of the trade is compounding or not. Considered NO if not present.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5759">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">composite spread contributed by the dealers for an DSWP (USD Interest Rate Swap) benchmark trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5768"/>
                <fixr:fieldRef id="5730">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Composite Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9631">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage: Specifies target participation rate when stock price is better than user-specified trigger price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5823">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">account of the step in counter party in Swap/swaption</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5824">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">account of the step out counter party in swap or swaption</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5420">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates coupon frequency of Fixed Income securities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5432">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Curve Name

e.g. LIBOR</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5433">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Curve Point is the point on the benchmark curve</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5777">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yes Indicates whether this is a customer bid/ask trade. Value: NO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5497">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">number of business days to settlement date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5486">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">trade net money without brokerage fee</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5485">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">trade principal without brokerage fee</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5753">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum number of decimal places to be used for Rate</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5754">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The quote in the QUOTE message must be divisible by the amount specified by this field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5489">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“F” – Forward

“R” – Reverse Inquiry</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9639">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float: Identifies discretion threshold range in cents.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9640">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage: Identifies discretion threshold range as a percentage of typical spread.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9637">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Qty: Identifies discretion threshold size in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9638">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage: Identifies discretion threshold size as a percentage of typical depth.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5731">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar Price change per basis point in Yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5763">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Day count basis. leg values: 30/360, 30E/360, ACT/360. Floating Leg values: ACT/360</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5771">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Electronic confirmation vendor – values None, Parallel or Tradeweb</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9207">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy side vendor to provide the EMS software version that the trader is using to send in orders. For example: “BloombergEMS 1.0”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5720">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date Type. GMT format. this is the end payment date of interest rate in SWAP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9625">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Multiple Value String: Indicates which auctions should be excluded while working the order. The default is to give the strategy the discretion to participate in all auctions that are available. This field supports multiple exclusions by separating values with a space (e.g. a value of ‘1 4’ would exclude the morning and evening auctions).Valid Values:

1 = Morning/Opening

2 = Lunch/AM Close (Asia only)

3 = Afternoon

M Open (Asia only)

4 = Evening/Closing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6587">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 – Lean Buy

2 – Lean Sell</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9641">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Identifies execution style in the market.Valid Values: 1 = Quiet 2 = Neutral 3 = Aggressive</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5717">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String Type. Valid values: Client, Dealer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5769">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5435">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fee adjustment to spread</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5834">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">first payment date of additional payments on IRS Swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5775">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fixed leg day-count basis. 30/360, ACT/360, ACT/ACTM or ACT/ACTD</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5722">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Data Type: int

this is the payment frequency of Fixed interest rate payment in Interest Rate Swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5706">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">fixed rate in Swap</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5776">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Floating leg day-count basis. ACT/360</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5721">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">data type: int.

this is the payment frequency of floating interest rates in interest rate swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5765">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Floating Rate Leg. Reset Days for floating payments. Values: 2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5764">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Floating Rate Leg. Floating rate reference. Values: LIBOR3M</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5493">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Gross Cover</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5482">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Gross Price is Trade price without brokerage fee</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9679">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate Side of the hedge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9279">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Increment for volume participation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5427">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“I” – Interest

“D” – Discount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5747">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">end of month roll. possible value: YES or NO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5766"/>
                <fixr:fieldRef id="5746">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid Values: BMK, IMM or OIM</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9649">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: When IsBuyBack = True, Rule 10b-18 is enabled for the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5773">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of months in the tenor (0, 3, 6, 12, 24, etc)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5772">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Forward months for OIS forward runs and forward starting swaps</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5494">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last Trader</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5496">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last Yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9268"/>
                <fixr:fieldRef id="9272">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9273">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9274">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9239">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 10</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9238">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 9</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9646">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Identifies anchor price when limit price is specified in relative terms.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9648">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Identifies units and direction of relative limit price offset.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9647">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float: Offset relative to selected anchor for relative limit price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9645">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Allows users to specify an average limit price. Valid Values: 1 = Absolute Price (default) 2 = Average Limit Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5488">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">the unique identifier of the multi-quote or Inquiry list</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5490">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client Long Name</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5750">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adjusted maturity (Termination) date</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9266">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Max Floor Percent of Touch</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9636">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Identifies the minimum time between sweeps in seconds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9683">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum option volume traded before starting the hedge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9684">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum option delta traded before starting the hedge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5830">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">currency of payment</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5836"/>
                <fixr:fieldRef id="5835">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">fee receiver</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5423"/>
                <fixr:fieldRef id="5734"/>
                <fixr:fieldRef id="5745">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">number of tickets/account trade requires</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5487">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">number of dealers</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7752">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of SyntheticType, SyntheticQty, and SyntheticBroker entries</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5429">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of items/quote on the list</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9681">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy side vendor to provide the OMS software version that the trader is using to send in orders. For example: “EzeTraderConsole 4.7”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5499">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Accept

2 = Reject

3 = Expire

4 = Cancel

6 = Counter

9 = Pass</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5827">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">out standing quantity in partial unwind or assignments</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9218">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volume restriction on entire order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9849"/>
                <fixr:fieldRef id="5707">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">period multiplier of payment dates</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5738">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The prime broker’s advice status. Values: PENDGIVEUP, ACCEPT</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5736">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The prime broker’s dealer acronym</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5737">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The prime broker service. Values: Give-UP, GTS</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5710">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">the location of PnL:

NY – New York

LD – London

TK – Tokyo</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9216">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar value of buys</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5424">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the portfolio ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9217">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dollar value of sells</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5844">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">premium fee for swaption</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5845">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">the payer of premium payer in swaption</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5484">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">fee-adjusted principal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5483">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dealer that calculates the trade proceeds</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9682">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Intended broker algo

roduct version with respect to the broker FIX specification version. For example: “Algo 1.0”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5492">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote Yield To</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5724">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">int0-yes

1-no</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5725">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">integer type:

0-yes

1-no</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9630">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Timing of delta reduction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9633">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String: Identifies reference security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9634">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String: Identifies the ID source of the reference security (tag 9633). Tag 9634 functions in the same manner as the standard FIX tag 22.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9635">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float: Specifies spread threshold in “BPS return since open”.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5422">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the reliability of a security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5825">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">account of the remaining counter party in swap or swaption</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5828"/>
                <fixr:fieldRef id="5843"/>
                <fixr:fieldRef id="5733">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid Values:

Y – allow the other party to re-quoteN – re-quote is not allowed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5774"/>
                <fixr:fieldRef id="5829"/>
                <fixr:fieldRef id="5838"/>
                <fixr:fieldRef id="5840"/>
                <fixr:fieldRef id="5841"/>
                <fixr:fieldRef id="5842"/>
                <fixr:fieldRef id="5837"/>
                <fixr:fieldRef id="5748">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The convention for determining the sequence of calculation period end dates. Valid Values: 1 to 31, EOM, or IMM</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5744"/>
                <fixr:fieldRef id="5743"/>
                <fixr:fieldRef id="9190">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enforce a sector-level constraint</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5425">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">2nd Part of unique Bloomberg serial number. (The 1st part of unique Bloomberg serial number is WorkStation)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5249">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Use to store Stot Options</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5430">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Treasury Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5431">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Treasury Yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6585">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread discount in percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6584">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">spread % premium</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6583">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spread premium in dollars.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5831">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">allocation type. Valid Values:

101 – Block

102 – New Allocation

103 – Full Unwind

104 – Partial Unwind

105 – Step-in Assignment

106 – Full RP Assignment

107 – Partial RP Assignment

108 – Full Internal Assignment

109 – Partial Internal Assignment

110 – Full 4-way Assignment

111 – Partial 4-way Assignment</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5719">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">date format. This indicates the starting payment date of interest rate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5495">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">state of the trading flow</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6496">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Identifies anchor price when stop price is specified in relative terms.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6497">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float: Offset relative to selected anchor for relative stop price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5832">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if it’s straddle or not.

Y – Straddle

N – not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9624">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Used in determining the optimal trading horizon. A higher urgency corresponds with a shorter duration.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5767">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the diference in the rates for each side of the switch. For benchmark trades it is the composite spread at the time of trade. Max precision 5 decimal places, rounded to .00125 for benchmark spreads, .0001 for switches.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7755">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Value representing the broker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7754">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A percentage or quantity of the order’s quantity, as defined by SyntheticQtyType, that represents the associated SyntheticType</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7751">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0=Percentage

1=Quantity</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7753">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0=CFD

1=Swap

2=Give Up</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5833"/>
                <fixr:fieldRef id="5715">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents the trader who too ownership of the ticket</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5713">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">TicketStatus represents the internal status of the ticket.Possible Status:

New – The client requested a quote

Quoted – The trader sent a quote

CustDone – The client accepted within the OTW time

CustDoneConfirmed – Bloomberg confirmed the client accepted within the OTW

CustEnd – The client passed

Subject – The client accepted outside the OTW time

DealerDone – The trader accepted

DealerEnd – The trader passed

CustTimeOut – The ticket timed out on the client

DealerTimeOut – The ticket timed out on the trader</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5714">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">represents a list of traders (comma delimited) who received the ticket</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9623">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Int: Determines whether the strategy sticks more closely to trading schedule.Valid Values:

0 = No (default)

100 = Yes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5716">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field would contain the time (in seconds) the trader has to submit his quote.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9128">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum allowed delta</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9129">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unit of Tolerance Value (%, $)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6590">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade clip in dollars</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6589">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade clip in percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6588">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade clip in shares</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9626">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price: Identifies trigger price in absolute terms.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9627">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Char: Identifies anchor price when trigger price is specified in relative terms.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9285">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates Cents or BPS Better or Worse than a Trigger Price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9629">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Float: Offset relative to selected anchor for relative trigger price in “BPS better than.”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9249">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strategy pounce trigger quantity (number of shares)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9677"/>
                <fixr:fieldRef id="9678"/>
                <fixr:fieldRef id="5726">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag inherits all properties of QuoteRespType in FIX, and has an additional value option “100 – DoingAway”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9226">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy side to provide the Network that the trader is using to send in orders. For example: “NYFIX”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9615">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage: Volume target for the worked portion of the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5491">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield Adjustment</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5480">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield to value = M.C. P&amp;A</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Lehman Brothers.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="9856" name="LekSecuritiesCorp">
            <fixr:structure>
                <fixr:fieldRef id="5908">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Parameters for order types for International Exchanges</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5909">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Parameters for order types for International Exchanges</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5907">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to designate special order types for International Exchanges</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5820"/>
                <fixr:fieldRef id="5821"/>
                <fixr:fieldRef id="5822"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Lek Securities Corp.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="25875" name="LiquidityDirect">
            <fixr:structure>
                <fixr:fieldRef id="5073">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the Spread Type. STD=Straddle, STG=Strangle, BUL= Call Vertical, BLT=Call Calendar, BER=Put Vertical, BRT=Put Calendar</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Liquidity Direct.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="12218" name="LondonStockExchange">
            <fixr:structure>
                <fixr:fieldRef id="6801">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">From FIX 4.4 Network Status Request message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6800">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">From FIX 4.4 Network Status message. Must be set to “1” – ie Snapshot.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6803">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">From Network Status Response message in FIX 4.4.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6802">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">From Network Status Response message in FIX 4.4. Valid values 1=Full and 2=Incremental.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6804">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Based on Network Status Response message from FIX 4.4. Count CompIDs being reported on.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6805">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Based on Network Status Response message in FIX 4.4 and CompID field in repeating group. Identifies CompID being reported on.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6806">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Based on Network Status Message in FIX 4.4. Valid values are 1=Connected, 3=Not Connected, 4=In Process.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for London Stock Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="34107" name="Mantara">
            <fixr:structure>
                <fixr:fieldRef id="7992"/>
                <fixr:fieldRef id="7989"/>
                <fixr:fieldRef id="7988"/>
                <fixr:fieldRef id="7986"/>
                <fixr:fieldRef id="7987"/>
                <fixr:fieldRef id="7993"/>
                <fixr:fieldRef id="7995"/>
                <fixr:fieldRef id="7996"/>
                <fixr:fieldRef id="7997"/>
                <fixr:fieldRef id="7998"/>
                <fixr:fieldRef id="7999"/>
                <fixr:fieldRef id="7991"/>
                <fixr:fieldRef id="7990"/>
                <fixr:fieldRef id="7994"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Mantara.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="5513" name="MarketAxess">
            <fixr:structure>
                <fixr:fieldRef id="9806">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains Asset Swap spread which is the difference between the Corp Yield and the ASW Yield. Format -NNN.DDD</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6697">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To be used with Tag 6693 (BenchmarkSecurityID). ID Source of the benchmark security – same values as Tag 22 (SecurityIDSource)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9802">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier of the Bloomberg server that generated an order and allocation. Used for internal routing purposes. String – upto16 characters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5639">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean field indicating if the price is inclusive of dealer commission.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5642">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the summary price change(s) the transaction

caused for the issue traded.

DataType=char

Values: 0 = No Price/Yield Changed

1 = Last Price/Yield Changed

2 = Low Price-Yield Changed

3 = Last Price/Yield and Low Price/Yield Changed

4 = High Price/Yield Changed

5 = Last Price/Yield and High

rice/Yield Changed

6 = High Price/Yield and Low Price/Yield Changed

7 = All Prices/Yields Changed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5640">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates in Quantity reported is actual or estimated.

DataType=Char

Values: A=Actual, E=Estimated</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5644">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">One character field to describe the side of trade being reported. Values: B=dealer bought securities from the customer, S= dealer sold securities to the customer, D= inter-dealer transaction (always from the sell side)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5638">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sale condition code for trades as reported by FINRA

DataType=char

Values: @ = Regular Trade

C = Cash Trade

N = Next Day

R = Sellers Option

A = Trades outside market hours

W = Weighted Average Price

Z = Sold Late

S = No special condition applied</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5641">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether there is a second sale condition that is

applicable to the trade.

DataType=char

Values: A = Trades outside the market hours

Z =Sold Late (Out of Sequence)

S = No Second Modifier Applicable</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5643">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean field indicating whether the transaction is a ‘Special

Price Trade’ or not</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9697">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the competitive status of each dealer quote (Done, Covered, Missed etc).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5846">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To be used with Repeating group 5114 – NoCreditRating. Data type is same as standard tag 255. Used to show ratings associated with RatingAgency (5113)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6698">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For fixed income cross/swap trades – ExecID of the Execution Report for the other side of a cross/swap trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5636">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier of system sending the market data.

DataType=String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9698">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quoted FX rate for each Dealer. Float. Direction is determined by SettlCurrFxRateCalc (tag 156)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9695">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quoted size for the Dealer. Always expressed in par</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9694">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quoted level for the Dealer. Can be expressed as basis points spread, percentage yield, or percentage of par price, as specified in DealerQuotedPriceType</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9693">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of DealerQuotedPrice. Same values as PriceType. Supported values:

1 = percentage (of par)

6 = spread

9 = yield</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9696">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free text comment field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9699">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">All-in USD dirty price for the local market trades with FX component.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7762">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A boolean flag to indicate exclusion within a repeating block. Example: Used in NoDealers custom block (9690) to indicate exclusion of a particular DealerID (9691) from an order.

Value: 1/0</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6655">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Final order quantity. Used to support an inquiry model where the final inquiry size may be different than the original order size (OrderQty).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9109">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index used for calculating the current coupon value of a floating rate note</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5852">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Insurance Code Identifier

DataType: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9805">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the Interest Rate Swap spread which is the difference between the Corp Yield and the IRS Yield. Format -NNN.DDD</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9224">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the Legal entity long name or BIC code of dealer whose best quote on inquiry actually triggers the trade between MarketAxess and client trader.

DataType=String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5635">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Numeric field identifying each traded security in MarketAxess system. Unique per trade being reported in BTDS feed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7703">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Market Segment allows the requester to set the Market Segment that will be sent in a Mass Quote Response</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5637">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade Type reported in Market Data, used when MDEntryType = 2(Trade).

DataType=char

Values: 0=Done (New Trade), 1=Cancel, 2=Corrected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5647">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MarketAxess estimated market spread for the traded security. Datatype=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5222">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of day indicating the time at which the client will see dealer responses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5215">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional flag indicating client’s desire to allow a partial-fill (not the same as MinQty).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5662">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Req’d field if 5661 exists.

Defines the value against which cost analysis is being reported.

DataType: String

Defined Values are:

Cover, Avg, BondTicker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5630">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Comma separated list of available actions, e.g.

“CANCEL”

“PASS,ACCEPT,COUNTER”

“NONE”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5663">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Difference between Traded Principle and calculated principle for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Amt

Value: float field with 2 decimal point precision</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5664">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Price

Value: float field with 4 decimal point precision</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5655">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Day over day change in price with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5651">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Day over day change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5657">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Day over day change in yield with respect to comparable size trade. If the bond did not trade during the prior day, no value is reported. Change computed against last trade from prior day.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5656">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Month-to-date change in price with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5653">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Month-to-date change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5659">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Month-to-date change in yield with respect to comparable size trade. If the bond did not trade during the prior month, no value is reported. Change computed against last trade from prior month.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5654">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Week over week change in price with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5652">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Week over week change in spread to treasury with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5658">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Week over week change in yield with respect to comparable size trade. If the bond did not trade during the prior week, no value is reported. Change computed against last trade from prior week.

DataType=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5221">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of day indicating the time at which the client desires to see dealer responses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5650">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reports the MarketAxess estimated quantity for a trade where tag 5640=E, i.e. the quantity falls beyond the range disseminated by FINRA for High Grade and High Yield bonds.

DataType=Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5627">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration indicating MarketAxess Inquiry States</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5218">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer representing the number of minutes through which the specified MKTXInquiryTimerType will down-count to expiry.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5625">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration used to indicate MarkeAxess Quote Release model.

Supported Values: 1-ASAP, 2-Holding Bin</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5236">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies a leg-specific benchmark security in multi-legged fixed-income trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5237">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates the source of the identifier of a leg-specific benchmark security in multi-legged fixed-income trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5238">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optionally specifies the desired target level sought by the client in multi-leg fixed-income trading.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5632">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client-trader’s comment to dealers</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5634">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Names an inquirty-list</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5633">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether MarketAxess should reject all list-items or only invalid list-items, if list contains invalid items.

Values:

1 = RejectInvalidItemsOnly

2 = RejectAllItems

The client OMS can use this field to control the action that MarketAxess will take, if MarketAxess validation finds that the list contains one or more invalid list-items.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5631">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of MarketAxess inquiry-list.

Valid values are:

1 = High Grade

2 = High Yield

3 = Euro (Spread)

4 = Euro (Price)

5 = Emerging Markets</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5665">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Difference between Traded Price and calculated price for the value of “MKTXAnalysisTo” (Cover, Avg, BondTicker)

DataType: Price

Value: float field with 4 decimal point precision</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5626">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration defining the types of benchmark-spotting workflows used to arrive at the final price of fixed-income trades.

Supported Values:1 = Manual,2 = Phone, 3 = Auto, 4 = OneStep, 5 = Standard</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5629">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Text indicating rejection reason

e.g. “Action invalid in this state”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5628">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UTCTimestamp

Time of day indicating the time at which the client will see dealer responses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5219">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional flag indicating client’s desire to reveal to each dealer to which this inquiry is addressed the number of dealers to which the inquiry is addressed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5216">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration defining the types of benchmark-spotting workflows used to arrive at the final price of fixed-income trades.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5214">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optional indication of sought target-level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5853">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean flag indicating if a corporate or municipal bond is a new issue</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5661">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Repeating Custom Block for showing MKTX cost analysis calcs to clients.

Exists if at least one type of cost analysis data is available.

DataType: NumInGroup

Value: 1..N, for number of cost analysis information provided</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5645">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MarketAxess estimated option adjusted spread for the traded security. Datatype=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9680">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is used to hold a list-level note on a list message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5649">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Exists for a Cancel (5637=1) or Corrected (5637=2) trade report.

This field contains the BCastSeqNo (tag 6103) of the trade that is being cancelled or corrected.

DataType=SeqNum</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5850">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Face value of the original issuance of a bond. DataType: Amt</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5646">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MarketAxess estimated par spread for the traded security. Datatype=float</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9864"/>
                <fixr:fieldRef id="7701">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date the quote was initiated by quote originator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7702">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time quote was entered by orginator</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7761">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Added to the custom repeating group “NoDealers” (9690) for dealer responses assigning a numeric rank to a dealer quote.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5648">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean flag indicating if trade is a suspect trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5961">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trading workflow used to negotiate the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9803">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier of the Trading System that processed an order or allocation. Used for internal routing purposes. String – upto 16 characters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9804">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">&lt;Spread or Benchmark Curve Data&gt;

Contains the Zero Coupon spread which is the difference between the Corp Yield and the zero-coupon Yield. Format -NNN.DDD</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for MarketAxess.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="37697" name="MBASystemsLtd">
            <fixr:structure>
                <fixr:fieldRef id="9672">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Accepting Counterparty’s Crest reference</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9674">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Accepting Counterparty’s legal disclaimer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9676">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contact email address</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9675">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contact phone number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9670">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Whether price is net(0, default) or gross(1)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9671">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Executing Broker’s Crest reference</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9673">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executing Broker’s legal disclaimer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for MBA Systems Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Consulting" id="33091" name="McNamaraGroup">
            <fixr:structure>
                <fixr:fieldRef id="9399">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Numeric value between 1-3 to represent the Bloomberg Price Engine price level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for The McNamara Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="30676" name="MEFF">
            <fixr:structure>
                <fixr:fieldRef id="5681">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Exchange defined type of trade(String)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5679">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A string value that contains a descriptive chain of software used by the client for the FIX connection. Only used for informative purposes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5682">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies whether to subscribe to “New Securities” (Char)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5680">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Exact identification of the protocol used and expected by the initiator (String)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5678">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate that the receipt of Execution Reports pending confirmation is required or not, that is those Execution Reports with OrdStatus [39] = A (Pending New), E (Pending Replace) or 6 (Pending Cancel)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5683">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the Give-up state (Char)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for MEFF.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="10188" name="MercoInc">
            <fixr:structure>
                <fixr:fieldRef id="6099"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Merco Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="36843" name="MerrillLynch">
            <fixr:structure>
                <fixr:fieldRef id="6437"/>
                <fixr:fieldRef id="5057">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The indicator denotes if / where the average price has been generated. This is an SFA Transaction Reporting Rule.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6310">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount by which the BidPx has been improved.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6420">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the rounding method when convert a cash base order to a share base order.

Required for Cash base order

U – Up

D – Down</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6493"/>
                <fixr:fieldRef id="5056">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client Charity ID indicates the Client is exempt from paying stamp duty because of their Charity status – this needs to be reported to the Inland Revenue.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6475"/>
                <fixr:fieldRef id="5054">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Transaction reporting tag to establish the Side of the transaction that we are reporting:

C for Client Side

M for Market Side</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6416">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Close auction participation expressed as a percentage (0-100).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5059">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Fixed Income; Coupon rate of the bond. Will be zero for step-up bonds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6425">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate whether or not to apply criteria check to a strategy order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6447"/>
                <fixr:fieldRef id="6443"/>
                <fixr:fieldRef id="6444"/>
                <fixr:fieldRef id="6438"/>
                <fixr:fieldRef id="6548">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adoption of 548 for FIX 4.2 &amp; Prior FIX version users</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6441"/>
                <fixr:fieldRef id="6446"/>
                <fixr:fieldRef id="6549">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adoption of tag549 for FIX 4.2 &amp; Prior FIX version users</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5049">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is a trade reference that is common to all Executions / Transaction Reporting Only and Settlement Only Transactions for a particular Order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6467">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identify the distribution type of Futures:

1 – Actual

2 – Underlying</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6477"/>
                <fixr:fieldRef id="6168">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For clients prior to FIX4.2 to indicate the effective time.

Requested execution Start date/time – UTC date/time yyyymmddhhmmss</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6430">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of seconds to wait between evaluation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6433">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Destination exclusion list.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6474"/>
                <fixr:fieldRef id="6810">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML customer name</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6809">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">External Exchange Reference</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6490"/>
                <fixr:fieldRef id="5051">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not a trade needs to be instructed for Settlement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6808">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last Quantity for the far leg of a swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6440"/>
                <fixr:fieldRef id="6427">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maxim number of destination/venues an order can be posted to</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6439"/>
                <fixr:fieldRef id="6400">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Benchmark Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6414">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When calculating volume profile, ignore any block prints that are greater than the “ML Block Threshold”.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6811">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Merrill Lynch Contra Identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6458"/>
                <fixr:fieldRef id="6459"/>
                <fixr:fieldRef id="6460"/>
                <fixr:fieldRef id="6452"/>
                <fixr:fieldRef id="6453"/>
                <fixr:fieldRef id="6454"/>
                <fixr:fieldRef id="6455"/>
                <fixr:fieldRef id="6456"/>
                <fixr:fieldRef id="6457"/>
                <fixr:fieldRef id="6960"/>
                <fixr:fieldRef id="6961"/>
                <fixr:fieldRef id="6962"/>
                <fixr:fieldRef id="6963"/>
                <fixr:fieldRef id="6964"/>
                <fixr:fieldRef id="6965"/>
                <fixr:fieldRef id="6966"/>
                <fixr:fieldRef id="6967"/>
                <fixr:fieldRef id="6968"/>
                <fixr:fieldRef id="6971"/>
                <fixr:fieldRef id="6972"/>
                <fixr:fieldRef id="6973"/>
                <fixr:fieldRef id="6974"/>
                <fixr:fieldRef id="6975"/>
                <fixr:fieldRef id="6976"/>
                <fixr:fieldRef id="6977"/>
                <fixr:fieldRef id="6978"/>
                <fixr:fieldRef id="6979"/>
                <fixr:fieldRef id="6401">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Execution Service</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6412">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This tag can contain multiple instructions, space delimited</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6402">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Guaranteed Indicator

Y – Guaranteed Price

N – Not Guaranteed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6403">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Maximum Participation %

Max % market volume to participate in execution of order nnn (0-100)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6469"/>
                <fixr:fieldRef id="6407">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Order Completion Instruction

1 – Trade to Completion

2 – Leave Residual</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6413">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indication of pricing strategy

(Values:

0 = Market,

1 = Chase Market,

2 = Bid,

3 = Offer,

4 = Last,

5 = Mid )</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6406">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Planning indication</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6405">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Primary or Composite flag

P – Primary

C -Composite(Default = Primary)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6408">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Benchmark Rick Factor</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6409">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Extensions to the FIX Ordertype fields to support various ECN order types.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6410">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target Price for Speed trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6411">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Target Percent for speed trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6432">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">RAM s_user</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6404">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ML Minimum Participation %

Min % market volume to participate in execution of order nnn (0-100)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6419">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Transaction fund type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6431">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">RAM update user</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6418">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Close auction rate for 1st(am)close for markets with 2 sessions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6417">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Open auction rate for 2nd(pm)open for markets with 2 sessions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6421">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate number of days for order to execute across. Can be used in conjuction with Market, GTC orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6311">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount by which the OfferPx has been improved.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6415">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Open auction participation expressed as a percentage (0-100).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6442"/>
                <fixr:fieldRef id="6461"/>
                <fixr:fieldRef id="6462"/>
                <fixr:fieldRef id="6463"/>
                <fixr:fieldRef id="6464"/>
                <fixr:fieldRef id="6465"/>
                <fixr:fieldRef id="6451"/>
                <fixr:fieldRef id="6485"/>
                <fixr:fieldRef id="6495"/>
                <fixr:fieldRef id="6494"/>
                <fixr:fieldRef id="6484"/>
                <fixr:fieldRef id="6476"/>
                <fixr:fieldRef id="6428">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Peg offset direction. Applying the pegging price if market moves into the applied direction:

1 – Up

2 – Down

3 – Either</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6445"/>
                <fixr:fieldRef id="6448"/>
                <fixr:fieldRef id="6473"/>
                <fixr:fieldRef id="6422">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Primary BookingID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6449"/>
                <fixr:fieldRef id="6435"/>
                <fixr:fieldRef id="6486"/>
                <fixr:fieldRef id="6468"/>
                <fixr:fieldRef id="6466"/>
                <fixr:fieldRef id="6434"/>
                <fixr:fieldRef id="6436"/>
                <fixr:fieldRef id="6472">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Controls reporting to various ML reporting systems.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6482"/>
                <fixr:fieldRef id="6483"/>
                <fixr:fieldRef id="6487"/>
                <fixr:fieldRef id="6423">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Secondary Booking ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6470"/>
                <fixr:fieldRef id="6488"/>
                <fixr:fieldRef id="6479"/>
                <fixr:fieldRef id="6480"/>
                <fixr:fieldRef id="6478"/>
                <fixr:fieldRef id="6481"/>
                <fixr:fieldRef id="6424">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Risk Factor for the Speed trading</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5058">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the Stampable Consideration on a trade. It must always be displayed in GBP and will consist of Price multiplied by Quantity for Agency Trades. For Principal Trades, the Stampable Consideration will be equal to Price multiplied by Quantity plus Commissions &amp; fees (but not including the Stamp Amount)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6471"/>
                <fixr:fieldRef id="6429">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of ticks to move a posted price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6398">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for enabling/disabling FX mkt data</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5053">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes Trade Types in more details

Values:

1. Stock &amp; Cash DVP(Delivery versus Payment

2. Book to Book Transfer

3 Stock &amp; Cash FOP (Free of Payment)

4. Foreign Exchange Trade

5 Reporting Only Transaction 6 Settlement Only Transaction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6336">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">adoption of tag336 in FIX4.2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5055">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that a trade needs to be transaction reported to the relevant regulatory body like the FSA, SFA, SEC etc etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5050">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if Stamp Liability / No Stampo Liability</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6489"/>
                <fixr:fieldRef id="6426">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Underlying security symbol for stock Options</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Merrill Lynch.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="28544" name="MiddleWareIdioms">
            <fixr:structure>
                <fixr:fieldRef id="9966">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number indicating the version of a trade. For example, a new trade would be version 1. A correction would be a version &gt; 2, in incremental order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9965">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date when the Order was created.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Middle Ware Idioms.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="9565" name="Millennium">
            <fixr:structure>
                <fixr:fieldRef id="5474">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contract PricePrice of the leg can be expressed as

(a) Explicit Price (e.g. 7589)

Explicit Price is a positive number without any prefix.

(b) A price code expression (e.g. S + 10 which means settlement price plus ten)

Valid price codes are S, YS, C, V ,M &amp; B (basis)

(c) A differential (e.g. -10 which means ten units lower than the price of the first leg)

A valid differential is a number prefixed with either (+) or( – )</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5139">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Aggregate conversion quantity of a CAP-DI order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5091">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines whether an order should be “Public” allocated or “Crowd” Allocated during a parity allocation process. data Type is integer.

Valid Values:1- Crowd, 2 – Public</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5367">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">First Alternative Phone number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5368">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Second Alternative phone number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5094">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of shares bought.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5095">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of shares sold.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5080">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies whether a trade is an As/Of Trade. Data type is Boolean.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5081">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the date and time an As/Of Trade took place. Data type is UTCTimestamp.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5152">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Booth ID to which the request should be routed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5370">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Branch office ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5479">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether this message contains a single trade half/cross or a carry trade half/cross.Value Meaning

0 Outright

1 Carry</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5441">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Match ID assigned by the clearing system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5934">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique reference number assigned by the clearing system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5443">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Slip ID assigned by the Clearing System</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5440">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the clearing status of the trade as communicated by the clearing house.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5126">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Internal data specific to CMS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5366">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contact FAX number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5300">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This Alphanumeric field will contain the Order ID of the contra order that matched against with the order in focus.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5132">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of the contra order. Possible values.1 – Firm Order

2 – BARS Order

3 – Specialist Quote

4 – Market Maker Quote

5 – Away Market Inbound

6 – Away Market Outbound</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5124">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for CAP DI orders. Valid Values:1 – Destabilising (Convert only on Destabilising tick)

2 – Stabilising (Convert only on Stabilising tick)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5478">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates a single trade half or a cross.

Value Meaning

0 Single Trade Half

1 Cross</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5093">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the cross qualifier. Data type in integer.Valid values:1=CNP, 2=None</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5092">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies specific variant of defined cross type.

Data Type is Integer.

Valid Values 1=Cross, 2=Cross Only, 3=Mid point Cross, 4=IOC Cross, 5=PNP Cross)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5096">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The change in position for a given instrument. Expressed as the number of shares, number of option series contracts etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5445">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique ID assigned to a data download request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5083">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time interval for releasing drip qty. DataType is Integer. Specifies drip interval in seconds</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5084">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quantity released per drip interval. Data type is integer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5140">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executing system

erson ID for order executions. Information generally used by back-office billing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5936">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Displays the explicit date that is derived from a prompt date code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5298">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the presence of a four way agreement between clients</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7000">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag denoting whether to Internalize the order (Y) or not (N). Tag not being present is assumed to be Internalize = N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5444">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate whether the execution report is generated for a multi-leg order or an individual leg of a multi-leg order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5442">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Slip ID assigned by the matching system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5935">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique reference number assigned by the matching system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5365">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Mailing address of the member</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5364">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Descriptive name of the member firm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5516">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volume traded by a particular member</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5473">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether a trade notification is generated as a result of a MGU order execution.Valid values:

1 – MGU Execution

0 – Other</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5299">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the market data recipient is required to process the message and refresh the order book. The data type is Boolean.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5369">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of Branches</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5097">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of parameters in the repeating group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5257">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of Valid Prompt Dates (Futures) or expiry dates (options)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5448">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of messages resulting from a download request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5439">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Original Reference ID of a correction/Cancellation Print sent to tape associated with a cancel/correct trade report</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5133">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the contra party is an omnibus name or not.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5213">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the origina of the order. Possible values. 1 – Firm Order 2 – BARS Order 3 – Specialist Quote 4 – Market Maker Quote 5 – Away Market Inbound 6 – Away Market Outbound</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5098">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Parameter identifier/description.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5099">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The value of the parameter.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5131">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the entering trader is responsible to allocate the execution and report allocations to the exchange in order to complete the transaction.Valid Values : Y – YES, N- NO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5127">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading Post ID for the security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5937"/>
                <fixr:fieldRef id="5141">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the side to be price improved in a cross order.Valid Values:

1 – Buy only

2 – Sell only

3 – Buy and Sell</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5476">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free form text up to 80 characters.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5475">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Expiry(options) / Delivery(Futures) date of the contractFor Futures this is either entered as an explicit date in DDMMYY or as an abbreviated date code (e.g. T – Tomorrow, c – Two days, 3 – 3 months, MMMYY – Monthly).

For Options contracts, this field will be populated by the expiry month code in MMMYY</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5477">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free form text up to 80 characters</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5438">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tape print regional reference ID associated with a Trade report</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6396">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify reject reason in user-defined FIX message types</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5469">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Processing Status of a download request</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5449">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate the Type of request being responded to</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5447">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Download Request ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5446">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Download Request Type</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5939"/>
                <fixr:fieldRef id="5940"/>
                <fixr:fieldRef id="5290">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A defined set of codes used to represent specific Prompt Dates (Futures) or Expiry Dates (options)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5138">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Single conversion quantity of a CAP-DI order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5125">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Identifier Assigned to the trade notification open for allocation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5938"/>
                <fixr:fieldRef id="5179">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time at which the trade was negotiated between the parties.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5507">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">date, time at which the trade was matched. format DDMMYYYY-HHMMSS</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5128">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Turn Around Number assigned for the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Millennium.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="11880" name="Nasdaq">
            <fixr:structure>
                <fixr:fieldRef id="6100">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adjusted Base Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9278">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An indication of whether or not the trade is to be subsequently advertised.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6101">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates wether a Firm wants to remain anonymous during order negotiations. Values are ‘Y’- Yes, ‘N’- No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5185">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When order is direct to NYSE/ADOT, perform an Cancel/Replace before 5 minutes is reached.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6102">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To be used for filtering unwanted messages when requesting to recover lost broadcast messages. Values Y/N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6103">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number for broadcast messages.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9234">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in Supermontage Inter Market. This flag indicates if the order is a block order. A block order is characterized by 10000 shares or more or $200000 or more.Values : Y/N.

This is not a mandatory field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9818">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = Allow

I = Inhibit

For trade reporting.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9821">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of receipt of action input or expiration of review period.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9820">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Entry time of the blockbuster or sizable trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6591">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Block Sequence Number.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9861">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Branch/Sequence Number associated with a particular order or trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9856">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">B = only buyer has broken, S = only seller has broken, X = both buyer and seller have broken, L = broken through market center</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6382">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for Nordic Trade Reporting, this tag will carry the trade control number for the buy side of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5186">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For none directed orders, try accessing the CheapECN first.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9832">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Clearing Brokers are those firms who will clear the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9824">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clearing broker ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9822">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price inclusive of commissions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5816">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">string</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6104">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Closing Price. Values:

1- Last executed price of morning session. 2- Last executed price of morining session’s closing auction. 3- No trades during morning session (base price for reference). 4- Last execution price for day. 5- Last execution price of afternoon closing auction. 6- No trades during day (Price is used for reference).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9232">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Commintment Indentifier. This field is populated with a 1-5 Alpha Numeric value on a Supermontage Intermarket execution report when an execution is effected with an ITS participant.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9829">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">91 = block trade through

92 = locked market

93 = lock/ship

94 = pre open report

95 = quote error

96 = quote change

97 = resend comm.

98 = trade through

99 = why cancel</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9233">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is a Supermontage Intermarket flag. This is used to indicate the complaint ID (1-5 Alpha) to indicate the complaint you are responding to. This ID is obtained from NASDAQ market watch.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9860">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">8 chars. Required by OATS for trade reporting party QSR and AGU trades only. Does not apply to non-QSR or non-AGU entries.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9863">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of the clearing firm associated with the order entry firm. If you do not enter a number, then NASDAQ uses the default clearing number in the contra firm profile.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5817"/>
                <fixr:fieldRef id="9862">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contra Trade PA. Valid values: A = agency, F = firm, P = principal, R = riskless</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9855">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in Trade Report Entry to detail the length of time a trade report should be held before dissemination.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9827">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains desk/trader ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9872">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of shares to be displayed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6169">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time of trade dissemination, for trades which dissemination is delayed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9831">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Executing Brokers are those firms on either side who “own” the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6105">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Further defines the type of execution report. Values: Q- Quote, O- Order, N- Negotiated, X- Exchange Reported, A- All</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6106">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Adjusted base price market value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6107">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index identifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6108">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">State of the Index. Values: O – Open, N – Normal, C – Closed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6109">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Value of the Index.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6110">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Industry classification</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9819">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid values:

B = Buy side clearing firm inhibited the trade

S = Sell side clearing firm inhibited the trade

blank = Neither clearing firm has inhibited the trade

A = One or both clearing firms have allowed the trade, as required.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6206">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to designate whether a trade being reported was executed on the exchange it is being reported to (Internal) or another exchange (External).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9830">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Introducing Broker is the firm who gives-up another firm during the execution of the trade. Valid values:

A = Active

S = Suspended</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9215">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag is used to specify a Summary/Liquidity provider only order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9857">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A = if locked-in by acceptance, else sell control number; S = if locked-in by acceptance with short sale indication (sent to OE responsible party accepting the trade only); X = if locked-in by acceptance with short sale exempt indication (sent to OE responsible party accepting the trade only); L = to denote an auto locked in trade against the contra side; Z = to denote a split locked in trade against the contra side</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9847">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the current status of the locked in trade. Valid values:A = The trade is still locked in (by trade acceptance) because both trading parties’ Break Trade transaction have not been received.M = The trade is still locked in (by trade matching) because both trading parties’ Break Trade transactions have not been received.B = The locked in trade is effectively broken because both trading parties’ Break Trade transactions have been received.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9835">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Signifies that the CBID in the message is the MMID’s major clearing firm. A self-clearing firm will always be denoted as major. Valid values:

M = Major

N = not a major arrangement</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6111">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: 0 – None, 1 – Buy, 2 – Sell, 3 – Both(buy and sell)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6112">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier for a group of securities. Values: A – Group A, B – Group B, C- Group C, D – Group D.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6114">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies section of market.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6115">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates type of mass cancel. Values: 1 – All orders for Firm, 2 – All orders for a Symbol, 3 – All orders for a ClientID, 4 – All orders for a Side, 5 – All orders for a Symbol and ClientID, 6 – All orders for a Symbol, ClientID and Side, 7 – All orders for a ClientID and Side, 8 – All orders for a Symbol and Side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9817">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NASDAQ-assigned 10-char control number used to identify each one of the minor trades used for a M2 trade match with the major trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6116">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Market Movement statistics. Values: 1 – Most advanced, 2 – Most declined, 3 – Most active by volume, 4 – Most active by value, 5 – Most active by number of trades, 6 – cumulative volume</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6117">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Change of Index with reference to previous index value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6118">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the direction of the NetChg. Values: 0 – Plus tick, 1 – Zero Plus Tick, 2 – Minus Tick, 3 – Zero Minus Tick, 4 – No change.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6119">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage value of the net change.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9823">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains “M” when the dollar amount of this trade contributes to the MM’s Net Amount Traded (NAT) so as to exceed the MM’s Net Trade Limit (NTL), or “O” when the dollar amount of this trade contributes to the OE’s NAT so as to exceed the OE’s NTL.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9846">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NASDAQ-assigned control number that will be used to identify the new split trade created from the M2 trade match that resulted from splitting either the major trade or one of the minor trades. If there was no new trade created, this field will contain 0 (zero).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6120">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Count of market quote entries to follow.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6121">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Count of Market Movement entries to follow.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9826">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MPID of give up on the non-trade reporting party side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6122">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To be used for additional information.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5194">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">DirectPlus eligible order. Route to DirectPlus if enabled and Requirements for DirectPlus are satisfied.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6123">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to further describe OrdType. Values: 0 – Partial Fill, 1 – Immediate of Cancel</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6124">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the search criteria. Values: 0 – ClOrdID, 1 – By Symbol and Side, 2 – By Symbol, 3 – All.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6125">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original buy side quantity of the quote as known to a Firm when sending a modification request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6126">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original quantity of the order as known to the user when sending a modification request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6127">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original price of the order as known to the firm when sending a modification request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6128">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original price of the order as known to the firm when sending a modification request.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9854">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid values:Y = Override N = No override</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6129"/>
                <fixr:fieldRef id="5184">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ping All ECN before sending the order to NYSE/ADOT.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6130">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Id of previous trading session.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6131">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: P – Privious price, N – None.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6132">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the quote action to be taken. Values: A – Add, M- Modify, D – Delete.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6133">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote Identifier assigned by the exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6134">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines search criteria for quotes. Values: 0 – QuoteID and Side, 1- Symbol and Side, 2 – Side, 3 – All.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9871">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity to which display size will be replenished from reserve size. Must be is shares, in a round lot multiple.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9807">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reserved for future use by Nasdaq.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6144">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Willl contain the quantity that was rejected</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9277">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NASD plans to amend Rule 6130 to require members to identify on transaction reports

submitted to the TRF relating to clearing-only and other non-media entries, such as stepouts,

reversals and riskless principal transactions, the market where the underlying

transaction was reported, as applicable.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9828">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Life of GTT order rather than an expire time.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6135">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total count of messages making up reply.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9825">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MPID of give up on the trade reporting party side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6136">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique Id for the request assigned by requesting party.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9870">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity of the reserve size. Reserve size must be in shares either in round lot multiples or in mixed lots.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9833">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The firm which takes responsibility for trade reporting functions.

Valid values:

Y = Yes

N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9165">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Request for Quote reference number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9836">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Designates that the clearing relationship in this message is functionally Active. It also assigns responsibility to the correspondent or the clearing firm for the entry of all T+2 to T+N entries. Valid values for self-clearing firms are A, M, and D.

Valid values:

A = Active &amp; correspondent cannot enter As of T+2 to T+N trades (except self-clearing)

M = Active with Super-Cap Marker &amp; correspondent cannot enter As of T+2 to T+N trades (except self-clearing)

Y = Active &amp; correspondent can enter As of T+2 to T+N trades (except self-clearing)

N = Active with Super-Cap Marker, correspondent (non-self clearing) can enter As-of T+2 to T+N trades

D = Deleted</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6383">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for Nordic Trade Reporting, this tag will carry the trade control number for the sell side of the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9212">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Supermontage orders, this value is used to specify whether internalization is allowed on the order. Keep in mind that AIQ means anti-internalization.Valid Values:

N – Internalize First.

I – Do not internalize first but allow this order to match orders with the same MPID.

Y – Never allow internalization.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9211">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Supermontage orders, Indecates whether the order should be anonymous or not. If the tag is not present or if it is ‘N’ the order will be attributable. If the tag is ‘Y’ Supermontage will view the order as anonymous.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9214">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Supermontage orders, 1 character keyword used to indicate bunched orders. The value if present should be ‘B’. This is passed back on execution reports.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9213">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Supermontage orders, a 1 character flag (Y/N) to indicate that price improvement is in effect. This field is passed back on execution reports.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5815">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Submarket code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6137">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: Y – Yes, N – No.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6138">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum permitted price change.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6205"/>
                <fixr:fieldRef id="6204"/>
                <fixr:fieldRef id="6139">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of trades.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6140">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total turnover.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6207"/>
                <fixr:fieldRef id="6141">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executed trade quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9834">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">States denoting the extent of a firm’s participation in Trade Reporting. Valid values:

N = Not ready

A = Available

E = Effective Tomorrow

U = Unavailable for technical reasons</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9231">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trade Through flag indicates if an execution in Supermontage Intermarket was traded through another market.Values : Y/N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6142">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Modifier flag. Values: V – VWAP, N – None.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6143">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade Value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6592">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Version Identification in Block Header.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5109">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Wait for the Primary Exchange to open before trading this order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Nasdaq.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="DataVendor" id="11767" name="NationalQuotationBureau">
            <fixr:structure>
                <fixr:fieldRef id="9528">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the class of associated alternative BenchSecurityID used to define the underlying benchmark for Spread to Benchmark quotes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9530">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The security ID used to define the benchmark security in the Spread to Benchmark quote, further qualified by the BenchIDSource field which determines the identification system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9501">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines the type of price contained in the quote message. A=actual (default); S=spread to benchmark; D=discount to yield; Y=yield to maturity; P=convertible spread to parity; V=convertible vs stock; OW=Offer wanted; U=unpriced</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9519">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Coupon rate of bond</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9503">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies a quote for a security which is traded flat N=No; Y=Yes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9504">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Hedge ratio e.g. 70.00 indicating 70% of associated stock in relation to quoted stock</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9539">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A sequence identifier permitting a series of updates to be ordered in time</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9506">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If set to Y, forces a price (quote or advertisement) to be accepted even if the price is out of range. N=No, default Y=Yes, force price to be accepted even if out of range.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9538">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The market maker ID to be shown against a quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9505">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Name of market maker</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9546">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The securities maturity date expressed as a single field rather than using the existing FIX fields of MaturityMonthYear and MaturityDay</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9537">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Text describing a market maker location (i.e. geopraphic location and/or desk)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9507">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If present and set to Y, indicates that the price held in the price field (BidPx) should be treated as a negative value. N=No, the BidPx price is a positive value Y=Yes, the BidPx price is a negative value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9508">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If present and set to Y, indicates that the price held in the price field (OfferPx) should be treated as a negative value. N=No, the OfferPx price is a positive value Y=Yes, the OfferPx price is a negative value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9547">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to track securities from the same issuer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9509">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique ID for security, issued by NQB</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9502">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Determines the type of price contained in the quote message. A=actual (default), S=spread to benchmark, D=discount to yield, Y=yield to maturity, P=convertible spread to parity, V=convertible vs. stock, BW=Bid wanted, BW U=unpriced</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9548">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if Trader at Market Maker is open for trading or closed. Only quotes of open Traders should be considered live.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9514">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether a Quote in the EQS is from the OTCBB N=Not from the OTCBB Y=From the OTCBB</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9522">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if a security is qualified as 15c12-11 “Piggyback” exempt: Y=Yes; N=No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9512">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of messages that were sent during a purge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9513">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the reason for a database purge: 1=refresh at start of day; 2=as requested</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9511">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique sequence number present in application messages during a purge, enabling Vendors to track progress of the purge.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9510">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">N=purge starting, vendor should purge the database; Y=purge complete</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9515">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the NQB service under which a security is quoted. OP=Pink Sheets OY=Yellow Sheets OPL=Partnership Sheets OG=Global Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9527">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Short name of security</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9541">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For a US address specifies the state. For non-US address specifies the country</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9542">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A phone number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9545">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A phone number</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9536">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies a trader</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9524">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if trading in the security has been halted for any reason: Y=Yes; N=No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9544">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Qualifies the UndSymbolID (UndSymbolID, UndSymbolSfx) supplied to define the symbol as issued by what exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9533">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The stock price of the underlying security for convertible spread to parity and convertible vs. stock quotes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9531">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the security symbol for the underlying security of convertible securities for convertible spread to parity and convertible vs. stock quotes. The symbol is further qualified by the UndSymbolSfx and UndSecurityExchange fields.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9532">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional information about the underlying security (e.g. preferred, wts, etc.) underlying the quote, with an absence of the field indicating common for equities.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9534">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the quote is to be treated as solicited or unsolicited: Y=Unsolicited agency order, N=Principal or Solicited Agency</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9540">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the nature of a ‘database update’ message: 1=Update; 2=New; 3=Delete</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9543">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the firm is resident in the US for the purpose of quotes generated by its traders. Y=Yes, a US based firm, N=N, a non US firm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for National Quotation Bureau.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="30481" name="NationalSecuritiesCompany">
            <fixr:structure>
                <fixr:fieldRef id="9669">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Decclare if the order is a short cover order (or not).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for National Securities Company.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="26295" name="Nomura">
            <fixr:structure>
                <fixr:fieldRef id="5956">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">valid limit price for dark block posting</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5947">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as ExecInst (tag 18). Added as a user-defined field in case ExecInst cannot be used.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5943">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The percentage change in long position minus the percentage change in short position has to be less than this value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5931">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum anytime fill quantity on an order, for subsequent fills. Works alongside tag 110 as MinQty (which effectively acts as minimum initial quantity).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5942">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The percentage change in long position minus the percentage change in short position</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5932">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum order quantity to be left on an order. Potential fills which take LeavesQty (tag 151) below this value will not be executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5952">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">for portfolio strategies, this field would indicate the max delta in dollar terms for the remaining portfolio</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5951">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">for portfolio strategies, this field would indicate the min delta in dollar terms for the remaining portfolio</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5955">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">No. of days for which a trade is scheduled to trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5945">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The target volume specification to be used in reference to primary market volume profile, or primary plus alternate market volume profiles</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5954">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">for portfolio strategies, this field would indicate the max delta in dollar terms for the overall portfolio</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5953">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">for portfolio strategies, this field would indicate the min delta in dollar terms for the overall portfolio</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6819">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strategy trigger quantity specified as a percentage of ADV.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6820">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strategy trigger quantity specified as a notional value in local currency.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6821">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Strategy trigger quantity specified as a percentage of the order size.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Nomura.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="14949" name="Novita">
            <fixr:structure>
                <fixr:fieldRef id="5240">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counter of order changes</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Novita.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="17004" name="NYFIXEuroMillennium">
            <fixr:structure>
                <fixr:fieldRef id="7301">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Euro-Millennium pegged order. Valid values:-

B – Best Bid

O – Best Offer

L – Last Sell

M – BBO Mid-Point</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for NYFIX Euro-Millennium.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="22523" name="NYSE">
            <fixr:structure>
                <fixr:fieldRef id="9797">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">enumerated value indicating the type of ARCAEx news message</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9793">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag assigned to an order to indicate that the submitter wants to be identified on the Archipelago quote feed. The submitter would be identified with their Archipelago ETPID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9529">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the firm associated with the IntroducingBadgeID[9448]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9792">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution Id assigned to both sides of a transaction and passed back to each party in the execution report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9796">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If a block trade occurs at an away market an order container the don’t arb flag will re-price to the execution price of the block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9594">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UTC Timestamp.

Time/date combination represented in UTC in either YYYYMMDD-HH:MM:SS

(whole seconds) or YYYYMMDD-HH:MM:SS.sss (milliseconds) format. Colons,dash, and period required.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9416">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used in various NYSE Arca order types. Currently supported values are:

“0” used to indicate that an order should not execute against a midpoint passive liquidity order, which could result in a sub penny fill.”1″ to indicate an NYSE ARCA fast cancel</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9417">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">used in conjunction with a post no preference order (execinst=6). Currently supported values are “P” for a PNP Plus order and “B” for a PNP blind order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9794">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When set it will designate an order sent as a PNP to go proactive if it locks the market.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9795">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that an order should be considered part of a prospectus offering</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9593">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UTC Timestamp.

Time/date combination represented in UTC in either YYYYMMDD-HH:MM:SS

(whole seconds) or YYYYMMDD-HH:MM:SS.sss (milliseconds) format. Colons,dash, and period required.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for NYSE.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="24820" name="NYSEEuronext">
            <fixr:structure>
                <fixr:fieldRef id="6399">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Account</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6867">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If this field is set then it will mean that a mass cancellation of non-GTC orders, will be triggered on any type of logoff (ie logoff request, disconnection on failure, forced disconnection)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7775">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For Basis and Against Actual trades only. Underlying cash leg price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7774">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For basis trades only. Free text field that provides a identifying reference for the cash leg</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7773">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The AMR for the other component leg of an Asset Allocation or a Prof Trade / or / ISIN code for the underlying cash leg that is part of a Basis or Against Actuals trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7489">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines the value in OtherLegSecurityID (602)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6397">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ITM of the trader for the matching half trade submitted separately</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5883">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade Package Identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7443">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Four character posting action code for the first 4 strategy legs</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for NYSE Euronext.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="10340" name="ObjectTrading">
            <fixr:structure>
                <fixr:fieldRef id="7780"/>
                <fixr:fieldRef id="7781"/>
                <fixr:fieldRef id="7782"/>
                <fixr:fieldRef id="7783"/>
                <fixr:fieldRef id="7784"/>
                <fixr:fieldRef id="7785"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Object Trading.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="8190" name="OMGroup">
            <fixr:structure>
                <fixr:fieldRef id="5004"/>
                <fixr:fieldRef id="5002">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bid Volume Multiplier for an Improvement QuoteInteger</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5008">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clearing house security ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5009">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Clearing house security ID: =1 (CUSIP)

=2 (SEDOL)

=4 (ISIN)String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5001">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote ID returned from exchange</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5027">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Symbol name used to identify instrument on a local exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5041">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trading status of stocks listed on ‘other’ exchanges.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5040">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the current trading status of stocks listed on the Jiway Exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5007">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether an order is locked (temporarily) on the orderbook.Boolean</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5022">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of tick bands in the following repeating group.Integer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5005">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer Volume Limit for an Improvement QuoteInteger</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5003">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer Volume Multiplier for an Improvement QuoteInteger</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5018">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The identity of a market place partition.String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5011">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum order valuePrice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5012">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum order valuePrice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5000">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Discriminates between a standard Order Status Request (=0), and a non-standard Trade History query (=1)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5006">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Discriminates between a Price Quote Status Request (=0), and an Improvement Quote Status Request (=1).Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5010">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the security is suspended from tradingBoolean</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5020">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The settlement date for a trade.UTCDateOnly</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5016">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick band high pricePrice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5015">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick band low pricePrice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5017">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick band type: =1 (DAY orders)

=2 (quotes and IOC orders)Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5023">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tick sizePrice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5014">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade type. =1 (Standard. The trade is a normally registered trade).

Other values (2-8) reserved for future use.Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5013">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">When the deal is created during the day:=2 (trade entered by operations/administration staff)

=101 (normal trading)

=102 (traded out of sequence; used for trades that have been hedged)Integer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5019">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The identity of a group of instruments which share trading session characteristics, e.g. when their state changes from Waiting to TradingString</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for OM Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="MarketInfrastructure" id="39282" name="Omgeo">
            <fixr:structure>
                <fixr:fieldRef id="7329">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is a flag to indicate the presence of one or multiple error parameter(s). This flag is specific for the Allocation or Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7328">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is a flag to indicate the presence of one or multiple error parameter(s). This flag is specific for the Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9049">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo ALERT specific field. Used for ALERT settlement instruction lookup. Codes are not ISO country codes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9050">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo ALERT specific field. The ALERT clearing method type, used for ALERT settlement instruction lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9051">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo ALERT specific field. The ALERT security type code used for ALERT settlement instruction lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7365">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The ALERT Settlement Model Name used for ALERT settlement instruction lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7398">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used in the query message to query for ALL asset classes (Security Type Groups). Value: Boolean – Y/N</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7399">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Alternate Currency code corresponding to the Alternate Cash Account of IM with the Custodian as defined by Omgeo ALERT SSI.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7353">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount associated with the Block level Charge or Tax type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7352">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Currency associated with the Block level Charge or Tax type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7351">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field identifying the Block level Charge or Tax type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9866">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The amount of commission, drawdown or other reduction from or in addition to the deal price. When commissions are specified as percentages, CTM multiplies the value entered by 0.01.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9869">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Currency of the amount indicated in the Omgeo block commission amount field. ISO codes used.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9865">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The commission type. Allowed values are EXEC (executing broker’s commission), LOCO (local broker’s commission), SPCN (special concessions) and TCOM (total commissions).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7334">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag/Indicator (Y – only) which specifies whether a given allocation was eligible for Block Settlement.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7362">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker Capacity on a trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9060">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates CountryOfIssue as entered by the executing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9061">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the IDSource as entered by the executing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7357">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration for Regulatory Memberships: 1=SIPC, 2=FINRA.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7355">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates restrictions on a Broker confirm trade. Following are the enumerations:

1 = Program Trade

2 = Index Arbitrage

3 = Non-Index Arbitrage

4 = Competing Market Maker

5 = Acting as Market Maker or Specialist in the security

6 = Acting as Market Maker of Specialist in the underlying security of a derivative security

7 = Foreign Entity (of foreign government or regulatory jurisdiction)

8 = External Market Participant

9 = External Inter-connected Market Linkage

A = Riskless Arbitrage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9062">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. The SecurityID as entered by the executing broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7327">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field tells client that the trade requires no further action on their side, meaning if the Trade Side is NOT MATCH AGREED (NMAG) then some condition on the counterparty side of the trade is preventing it from going to MATCH AGREED (MAGR)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9867">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The commission reason code at the Block level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9808">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used inside the BrokerOfCredit/Directed Commission Nested Party to indicate type of commission sharing. Allowed values are: CLDI (client directed); SOFT (soft dollar); STEP (step out trade); STPI (step in trade).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9873">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field identifies the commission sharing basis under which the trade was executed. Allowable values are: PERC(percent); FLAT(flat rate); or PERU(rate per share)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9056">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the complete status.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7395">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX interface specific field. Omgeo Commission Reason Code at the Confirmation level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7396">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX interface specific field. Omgeo Commission type at the Confirmation level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7366">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator to get more records when querying. Valid Values: Y/N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7391">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM assigned Counterparty Tradeside ID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7513">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7514">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7515">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field used for Counterparty ALERT SSI lookup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7512">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the source of Counterparty Settlement Instructions. Valid values:

MANI = Manual entry

ALRT = ALERT database</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7333">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This corresponds to the Current Settlement Instruction Number for a Dependent/Omnibus Allocation. This field corresponds to the SWIFT SETT code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9235">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the TPMessageDelivery composite, this field contains the delivery channel parameter for the third party destination profile for

this notification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7360">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicator (Y/N) for certain Disclosures namely Other Remuneration, Odd Lot Differential and Asset Backed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7361">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">10b-10 field to capture the Disclosure/Disclaimer statement.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7359">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration for 10b-10 Disclosure Statement :

1 = Other Remuneration, 2 = Odd Lot, 3 = Order Flow, 4 = Redemption, 5 = Asset backed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7326">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is present only on response messages to help the Executing Broker determine if the trade information they are currently receiving is in sync with the prior version of the trade information they may have retrieved.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7363">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FIX Tag which was cause of error at the Block level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9064">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. An identifier representing the error message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7342">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field would give the detailed value for an ErrorParameter of Type=Value for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9066">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A human-readable description of the error.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9065">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. The XPath of the CTM field, which caused the error.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9761">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows the user to instruct the recipient of a settlement instruction to perform an FX deal.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7369">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate on a query response all records retrieved till a certain time when the response was returned.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9237">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the TPMessageDelivery composite, this is the header footer format parameter for the third party destination profile for this notification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7325">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field is present on response messages to help the Instructing Party determine if the trade information they are currently receiving is in sync with the prior version of the trade information they may have retrieved.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7364">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FIX Tag which was cause of error at the confirm level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9068">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. An identifier representing the error message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7343">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field would give the detailed value for an ErrorParameter of Type=Value for an Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9070">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A human-readable description of the error.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9069">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. The XPath of the CTM field, which caused the error.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7346">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field indicates the Initial Margin Amount.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7345">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field defines the Initial Margin Type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9041">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Specifies the name of the L2 matching profile.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7354">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of MarkUp/MarkDown</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9057">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the trade is matched at the trade level and trade details, is complete and has no errors.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9236">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the TPMessageDelivery composite, this is the message format parameter for the third party destination profile for this notification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7367">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for querying to get all details from last time the query was executed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7368">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates in the query response if there are additional records when querying. Valid Values: Y/N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7350">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating groups of Charge or Tax types at the Block level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9874">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the number of block commission groups that are provided on the message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7358">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating groups of 10b-10 Disclosure Statement.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7340">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. A Composite of fields used to denote the Number of Error Parameters and their details for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9063">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of block-level errors.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7380">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating groups of Block level Field Comparisons.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7341">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. A Composite of fields used to denote the Number of Error Parameters and their details for a Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9067">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of allocation account-level errors.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7390">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating groups of Confirmation level Field Comparisons.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7356">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeating groups of Regulatory Membership.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7347">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field denotes the Number of OmgeoSecurityTypeGroup.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9044">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating OmgeoSettlementTransactionIndicator entries.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9489"/>
                <fixr:fieldRef id="9035">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups for TradeDetail business exceptions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9493">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of (maximum of 40) trade detail L2 fields and the field’s same value evaluation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7510">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This would specify the Number of OmgeoTDWorkflowModifier which could be present within this NumInGroup field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9845">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the number of Third Party Data blocks that are provided on the message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9039">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups for business exceptions</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9490">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating groups of (maximum of 40) trade level L2 fields and the field’s same value evaluation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7509">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This would specify the Number of OmgeoTLWorkflowModifier which could be present within this NumInGroup field</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9042">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Number of repeating OmgeoTradeTransactionIndicator entries.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7519">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field which would specify the number of OmgeoTLWorkflowType.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7330">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag/Indicator which indicates that the client would be submitting an omnibus allocation for the given block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9287">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Place where to the best of the fund manager’s knowledge, its securities are or should be kept (before settlement of a delivery or after settlement of a receive instruction).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9290">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field. Indicates whether BIC provided is for a Custodian NCSD, ICSD or Shares Held Elsewhere. Valid values:

CUST

NCSD

ICSD

SHHE</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9288">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates type of PSAFE value being provided: BIC or Country Code. Valid values:

BIC

COUN</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9289">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the PSAFE value. Will be either a BIC or an ISO Country Code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7331">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is the common Pool Reference Number which links the Omnibus allocation with its dependents.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7344">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. The amount paid by the buyer to the seller of the contract. This amount is calculated from the execution price and the number of contracts.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9155">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates an allocation has been rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9055">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates a Block has been rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7348">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. This field is used to denote the SecurityTypeGroup (Asset Class).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9053">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates whether an Allocation Report represents a Settlement view or describes a status change.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7511">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field would hold the entire SSI provided by Investment Manager or Executing Broker if 9048 or 7512=MANI</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9048">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the source of settlement instructions. If not present, settlement instructions will not be enriched and manual settlement instructions included in the message will not be processed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9045">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the bargain conditions for the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9040">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. An indicator for hiding data from the counter party.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9351"/>
                <fixr:fieldRef id="9353"/>
                <fixr:fieldRef id="9354"/>
                <fixr:fieldRef id="9535"/>
                <fixr:fieldRef id="9747"/>
                <fixr:fieldRef id="9746"/>
                <fixr:fieldRef id="9559"/>
                <fixr:fieldRef id="9036">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A reason code for TradeDetail business exceptions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7394">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Cancel Reason Text at the Confirmation level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7378">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Severity of the Asynchronous Error for the Broker’s Confirmation trade. Valid values are: INFO, WARN and FATL.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7379">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status of Asynchronous Error for the Broker’s Confirmation trade. Valid values are: OPEN (Open) and CLSD (Closed).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7386">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executing Broker’s value of the Confirmation level L2 Matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7388">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investment Manager set matching rule of the Allocation/Confirmation level L2 Matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7527">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule for an Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7387">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Match status of the Confirmation level L2 Matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7525">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule description for an Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7523">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes L1/L2 Field Name for an Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9037">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. The highest Error Severity code within the Trade detail.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7385">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investment Manager’s value of the Allocation level L2 matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7374">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ISITC Reject Reason Code while rejecting a Confirm trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9494">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Name of L2 Field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9495">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates if the value of the OmgeoTDL2FieldName supplied by the Broker is the same as the value supplied by the Investment Manager.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7389">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Match Status of the Confirmation/Allocation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7521">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes the Field Type – i.e. L1 (Pairing) or L2 (Matching) for a Allocation/Confirmation trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7375">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">DateTime at which the Confirmation trade is rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7393">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Reject Reason Text at the Confirmation level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9498">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of a global custodian bank, where the security will be safekept.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9497">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of an international central securities depository, where the security will be safekept.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9496">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the SWIFT BIC of the national central security depository, where the security will be safekept.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9499">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Text that indicates that the shares to be safekept will be held elsewhere.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7371">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the version number of a Confirm Trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7508">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field which would define the Workflow Modifier of the Allocation/Confirmation trade as determined by CTM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7506">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific Allocation/Confirmation level field which would define the Workflow Type of that Allocation/Confirmation as been determined by CTM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9352"/>
                <fixr:fieldRef id="9084">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This composite is present only if

notifications are sent from a third

party. This composite consists of

ThirdPartyDetailStatus,

ThirdPartyDetailStatusTime,

ThirdPartySummaryStatus,

ThirdPartyHighestErrorSeverity,

ThirdPartyError, and

ThirdPartySourceSettingAgentFro

mMessage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9293">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the ThirdPartyDetailStatus composite, this field indicates the status values when TPNotificationType is THRD.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9294">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the ThirdPartyDetailStatus composite, this field contains the most recent date and time change for ThirdPartyDetailStatus.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9297">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This composite contains errors generated during the third party eligibility and third party validation process. It consists of ErrorId, ErrorSeverity, and ErrorText.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9840">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The actual name of the organization</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9837">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of third party being identified</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9841">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The status of communication with the third party</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9842">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time the third party status was assigned to the allocation by Central Trade Manager (CTM)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9295">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the ThirdPartyDetail composite, this field contains a roll up status of all underlying notifications generated when a third party detail is released for notification. This field is absent if the investment manager is not subscribed to Omgeo CTM Third Party Notification – MAGR.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9838">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field identifies the type of format used to identify the party</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9839">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identity of the party specified as a character string</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7518">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo defined Timezone Indicator.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9859">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify the interest accrued for the entire trade. Values of amount are limited to 16 decimal places. The precision is determined by the corresponding currency type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9858">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The currency associated with the total accrued interest amount. This field determines precision of the corresponding amount field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9038">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A reason code for business exceptions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7376">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Severity of the Asynchronous Error for the Broker’s Block trade. Valid values are: INFO, WARN and FATL.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7377">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status of Asynchronous Error for the Broker’s Block. Valid values are: OPEN (Open) and CLSD (Closed).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7382">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Match status of the Block level L2 matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7516">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field which would indicate that whether CTM FIX clients would like to send a Block trade or would want CTM to construct the Block (pseudo-block) trade for them.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7384">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investment Manager set matching rule of the Block level L2 matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7526">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7383">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Match status of the Block level L2 matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7524">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes field level Pairing/Matching rule description for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7522">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes L1/L2 Field Name for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9058">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the severity of an error against the trade level (i.e., the block).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7381">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investment Manager’s value of the Block level L2 Matching field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7372">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ISITC Reject Reason Code while rejecting a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9491">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Name of L2 Field.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9492">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates if the value of the OmgeoTLL2FieldName supplied by the Broker is the same as the value supplied by the Investment Manager.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9054">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the match status at the trade level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7520">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Denotes the Field Type – i.e. L1 (Pairing) or L2 (Matching) for a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7373">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">DateTime at which the Block trade is rejected.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7392">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX interface specific field. This would have any Reject Reason Text at the Block level.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7370">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the version number of a Block trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7507">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific field which would define the Workflow Modifier of the Block trade as been determined by CTM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7505">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo specific Block level field which would define the Workflow Type of the Block trade as been determined by CTM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7332">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This corresponds to the Total Number of Settlement Instructions for a specific Omnibus Allocation. This field corresponds to the SWIFT TOSE code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9843">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The identifier assigned to the allocation by the third party upon receipt</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9809">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date and time when the Omgeo Third Party generated the message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9296">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the ThirdPartyDetail composite, this field contains the highest error severity of ThirdPartyErrors.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9197">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This composite contains information about the third party DeliveryChannel, MessageFormat,and HeaderFooterFormat.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9228">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique identifier for each error

on a given trade component.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9229">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field represents the significance of the synchronous and asynchronous errors.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9230">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field describes the error code.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9195">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">If ThirdPartyData composite is

created for CDS, this field contains

DEPO; if created for third party, it

contains THRD.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9844">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A free form text field for communication of additional information from the third party to Central Trade Manager (CTM)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9350">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part of the ThirdPartyDetailStatus

composite, this field tells third party notification whether to send a notification to the IP3, Custodian or Sub-Agent listed on the message and how to handle Settling Agt and Settling Agt BIC fields on the UI.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7397">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used to denote the Trade agreement method. Possible values: ELEC – electronic, VOIC – voice.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9047">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the trade (deal) amount for the trade detail (i.e., the account allocation).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9046">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A unique identifier for the trade side that is supplied by the client.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9059">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the severity of an error against the trade side (i.e., the block and all of the associated account allocations).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9052">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. A unique identifier for a trade side that is generated by CTM.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7517">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo defined TradeTime types.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9156">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates if the trade has matched agreed within the accepted Tolarence or has matched with exact value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9043">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM specific field. Indicates the bargain conditions vfor the trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7349">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Omgeo CTM FIX Interface specific field. Used to denote the Price type. Possible values are: AVER – Average, EXEC – Execution.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Omgeo.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="27731" name="OMX">
            <fixr:structure>
                <fixr:fieldRef id="5293">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Aggregated quantity of Ask market orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5292">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Aggregated quantity of Bid market orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5294">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of Market Makers that are quoting in the series on the side with the largest number of quotes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5297">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time when the message is sent. 64-bit integer expressing the number of milliseconds since midnight January 1, 1970.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5296">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">16-bit Integer identifying the Series. Used together with the UnderlyingNumber (5295) to uniquely identify a Series.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5295">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">16-bit Integer identifying the Underlying</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for OMX.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="InvestmentManager" id="23360" name="PELynch">
            <fixr:structure>
                <fixr:fieldRef id="6352">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Auto Option Hedge Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6376">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Name of Basket to which order belongs.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6372">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6363">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Index to track</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6365">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6371">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6364">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6370">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6356">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersal Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6375">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6373">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6351">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0 = Long, 1 = Short</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6353">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage to rehedge</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6360">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sector to track</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6362">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6369">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6361">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6368">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6377">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of equal-sized sub orders to trade a TIME_SLICE order in.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6354">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">0 = CLOSE, 2 = ARRIVAL</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6350">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">up tick/down tick rules.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6359">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6367">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6357">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Other Equity to track with this order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6358">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersion Percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6366">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6355">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dispersal Upper Limit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6374">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = Switch If Touched ™</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for P E Lynch.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="13409" name="PaineWebber">
            <fixr:structure>
                <fixr:fieldRef id="9100">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To report the contra broker(s) involved in trade. Can be up to 5 (currently), may need more in future.

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7502">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Markup/Markdown – Numeric – Format: +/- 12345.4321</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7501">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net Trade Indicator = whether correspondent

rincipal firm wants processed as Net Trade – 1 char – Yes/No (y/n)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9110">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required/necessary to complement ExecInst tag 18 when set to enum=D, “percent of volume.”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7503">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sales Credit (Numeric) +/- 12345.1234</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9111">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To flag whether the order was solicited (by broker) or unsolicited. Need to pass this information on to downstream clients/systems. Use of solicited/unsolicited not found in any other tags/enum values.

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 377 (SolicitedFlag) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7500">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">2 Characters – Identifies originating system where transaction was captured. (ex. “BA” = Block Allocation System)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Paine Webber.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="6942" name="ParityEnergyInc">
            <fixr:structure>
                <fixr:fieldRef id="7540">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the Instrument is a strip of consecutive maturities. The MaturityDate or MaturityMonthYear field indicates the first maturity. E.g. a strip of 12 monthly options would have 7540=12.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Parity Energy Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="37442" name="Patsystems">
            <fixr:structure>
                <fixr:fieldRef id="6219">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the Liffe APIM user code for black box user recognition.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6209">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A client specified free format string reference field supplied on the order and echoed back on execution reports or cancel rejects.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6214">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Exchange adapter reference field, for passing things like ClOrdId or OrderId or other order reference codes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6221">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifially to handle the Liffe &amp; eCBOT Inter Commodity Spread near and far leg pricing. For normal multi-leg orders use the NoLegs repeating group in FIX.4.4</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6220">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifially to handle the Liffe &amp; eCBOT Inter Commodity Spread near and far leg pricing. For normal multi-leg orders use the NoLegs repeating group in FIX.4.4</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6213">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">as per 6210 only for trade fill price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6212">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">As per 6210 but for leg prices in multi-leg orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6210">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A natively entered Limit price from the source system that is passed onwards to the exchange without change. Used where price conversion and validation is not required because it might cause trailing/leading zeroes to be dropped.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6211">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">As per 6210 only for Stop price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Patsystems.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="5864" name="PerformanceTechnologiesInc">
            <fixr:structure>
                <fixr:fieldRef id="5502">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The following types of instructions are possible1. Reinvest Dividends and Capital Gains (RR) – default

2.Pay Dividends and Capital Gains in Cash (CC)

3.Pay Dividends in Cash and Reinvest Capital Gains (CR)

4.Current Instructions (CI)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5500">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify whether to reinvest the dividend or not.

Y(Yes) or N(No) value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5505">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The NumLinks should be specified before using the LinkPercent.

LinkPercent and LinkSymbol are children of NumLinks</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5506">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The NumLinks should be specified before using the LinkPercent.

LinkPercent and LinkSymbol are children of NumLinks</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5504">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The NumLinks should be specified before using the LinkSymbol.

LinkSymbol and LinkPercent are children of NumLinks</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5503">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the number of links in the particular trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5501">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To specify whether the transaction fee is included in the amount (Y), or not (N)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Performance Technologies Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="37237" name="PhiladelphiaStockExchange">
            <fixr:structure>
                <fixr:fieldRef id="5256">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Segregated or non-segregated origin types for Futures order.

1 = Segregated- An account established by the clearing member solely for the purpose of clearing transactions on behalf of its customers.

2= Non-Segregated – An account established by the clearing member solely for the purpose of clearing transactions through proprietary accounts.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Philadelphia Stock Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="8224" name="PiperJaffray">
            <fixr:structure>
                <fixr:fieldRef id="5702">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Share quantity in pre-borrow agreement. Used with 5700 and 5701 to resolve Threshold-list Short Sell locates.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Piper Jaffray.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="39877" name="RaptorTradingSystems">
            <fixr:structure>
                <fixr:fieldRef id="7082">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field to show the previous sale.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7081">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field to tie version of orders at various desks together.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7080">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field to map an order to the order version at a previous internal desk.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7083">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To identify an execution’s system source.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7084">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To identify a capacity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7085">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To identify a system login.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Raptor Trading Systems.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="35884" name="RBC">
            <fixr:structure>
                <fixr:fieldRef id="6908">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dynamically adjusts the level of aggressiveness to a higher level of aggression when the security is trading at more favorable prices when AggressiveInTheMoney = “Y” (true)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5980">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Internal field to capture ExDestination when an order is routed internally via fix.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5800">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of the trading account. Valid values include:”NC” non-client (ME, TSX*, TSXV*)”CL” client (ME, TSX, TSXV)”ST” equities specialist (TSX)”IN” inventory (ME, TSX, TSXV)”OF” options firm account (TSX) “OT” options market maker (TSX, TSXV)Notes: * Indicates default exchange.There is no default for a Trade Modification from the ME.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5801">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An order flagged as Anonymous is forwarded to the exchange where they are published to the market without the members firm id.Valid values include “Y” “N”.Default is “N”.TSX only.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5802">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A trade originating from a Participating Organization between managed accounts that have the same manager. Valid values include “Y” “N”.Default “N”.TSX and TSXV.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5803">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A special term for an order specifying that each fill must be divided into equal lots. Total volume of order must be a multiple of LotsOf. LotsOf = Volume.No defaultTSX and TSXV.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5804">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A terms marker indicating that trade participant is not a Canadian resident. Valid values include “Y” “N”Default is “N”.TSX only.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5805">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A transaction where the member as principal sells securities to or buys securities from its particular customer; i.e. a cross between a client and another account type. A.K.A. – DF MarkerValid values include “Y” “N”.Default “N”.TSX and TSXV.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5806">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trading system’s user id for a trader.No default.TSX and TSXV.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5981">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IOI Fix Link</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5700">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NASD Rule 3370 (Short Sell Rule) requires that every short sell order specify a Locate (Tag 114=Y), identifying which broker has loaned the stock to settle the short sale.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7094">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 1</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7095">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7096">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7097">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 4</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7098">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 5</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7099">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Participation Rate 6</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7089">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Tier 1</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7090">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Tier 2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7091">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Tier 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7092">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Tier 4</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7093">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Tier 5</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7504">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Similar to Fix 4.2 tag 13 CommType. Valid values: 1 = per share, 2 = percentage, 3 = absolute. Use in conjunction with tag 7503 as you would use tag 12. This field identifies sales credit type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5950">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates a slope to be used for TWAP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6907">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Possible values are 0 = NO 1 = YES Default value is 0. This field is used when OATS reporting is managed in one or many order management systems.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for RBC.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="DataVendor" id="19611" name="Reuters">
            <fixr:structure>
                <fixr:fieldRef id="6202">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Dow Jones STOXX Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6201">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FTSE International Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6200">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">MSCI Industrial Classification Code of the instrument defined in Tag 48 SecurityID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Reuters.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="16230" name="SIAC">
            <fixr:structure>
                <fixr:fieldRef id="9461">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Represents the additional (increased amount) order quantity

requested. Required on all Makes orders (Message Type G format).

Format in 4.1 = int, Format in 4.2 = Qty.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9405">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: A flag that is manually entered by a user to indicate that an order or order modification was represented at a point of sale on the NYSE trading floor before being entered into a system. Such orders and order modifications are referred to as “late entered orders.” The AsOfIndicator should only be used in situations where orders are entered into a system late due to system failure. The AsOfIndicator must be transmitted to the NYSE with all late entered orders and order modifications and Drop Copies of such. Value, when tag is present = A.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9578">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution Report Billing categories (valid on regular executions, AWOs, and ERCs)

Valid values: 1=Taker; 2=Provider; 3=Blended; 4=Opening

rovider; 5=Opening/Blended; 6=Closing

rovider; 7=CLosing/Blended; 8=Specialist; Data Type: Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9426">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">May contain the Away Market ID with or without the MMID, (formats A, A/EDGA, N/MP…) or the Billing Indicator with or without the new Billing Tier (formats 1, 2, 2/1…).

Away Market is any valid value of the NYSE’s internal Exchange indicator (non-Fix standard). Billing Indicator or Tier is any valid value 0-9. Tag is used in Message Type 8, Report messages.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9449">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents the Badge or Commission Billing Number.

Required on all CAP Orders.

Value = up to 4 alpha/numeric characters. Must be either ALL numeric or ALL

alpha. Format = Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9448">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents the initiating Broker Badge Number. Required on all CAP Orders. Value is up to 4 numeric characters. Format = Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9447">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Indicates a conversion and parity order (CAP). Required on all CAP Orders, CAP Cancels and CAP Cancel Replace Requests. Valid Value = Y. Format = Char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9562">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field specifies the highest (for a buy) or lowest (for a sell) price to which the e-Quote or d-Quote may peg. Price including decimal (must be multiple of MPV and valid Price Unit).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9429">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as Tag 151

FCS Cancel – Line 3E, Field 1 If present, set to the new quantity to take effect. Cannot be an Odd Lot. Corresponds to CMS LVS quantityFIX.4.1 Format: Float

FIX.4.2 Format: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9446">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides further classification of the Execution Report FIX Message Type 8 for CMS’ use. Valid values: A = Admin Response, P = SPARS, R = Execution Report, S = Status Message (Status Messages include Rejects, Restarts and Drop Copy). Format FIX 4.1 Char, FIX 4.2 String.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9421">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 5,5A-D; ABCDnnnnn where ABCD is a 4-character mnemonic. Line 5 does not appear on Odd Lot orders Identifies the Contra side of the trade. Up to five Contra sets (Contra firm identification on an Execution Report). If NoContraBrokers [9423] is greater than 0, than ContraBroker [9421] is required. ContraBroker [9421] is for use in FIX 4.1 only and corresponds to tag ContraBroker[375] in FIX 4.2. FIX.4.1 Format: Char FIX.4.2 Format: See Tag #375

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 375 (ContraBroker) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9454">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture Field (FESC): This is a required field when submitting a report drop copy.

Specifies the clearing firm mnemonic (as assigned by the NYSE) of the contra side of a trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9434">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 2: 1-5 digit number; nnnnn of field ABCDnnnnn where: Identifies the number of units traded on an Execution Report. If NoContraBrokers [9423] is greater than 0, than ContraTradeQty [9434] is required. Amounts for PRL trades show only the Round Lot units – for example: 575 shares of a 100 share trader = 5. ContraTradeQty [9434] is for use in FIX 4.1 only and corresponds to tag ContraTradeQty[437] in FIX 4.2.FIX.4.1 Format: Float

FIX.4.2 Format: See Tag #437

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 437 (ContraTradeQty) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9441">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report– – Line 5, 5A-D, Field 1: 1-4 digit (Badge) number

ContraTrader [9441] is for use in FIX 4.1 only and corresponds to tag ContraTrader[337] in FIX 4.2.FIX.4.1 Format: Char

FIX.4.2 Format: See Tag #337</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9422">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 4: format is hhmm(ss) Indicates the Execution time in hours, minutes, and – if the user wishes – seconds. ContraTradeTime [9422] is for use in FIX 4.1 only and corresponds to tag ContraTradeTime[438] in FIX 4.2. FIX.4.1 Format: Char FIX.4.2 Format: See Tag #438

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 438 (ContraTradeTime) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9427">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Cancel, Cancel/Repl– Line 2, Field 2

If CxlBal [9427] is present, set to Y . Cancels the remaining balance of an outstanding order without quantity specification.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9428">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as Tag 84 FCS Cancel – Line 3C, Field 1

If present, set to the quantity to be canceled. Cannot be an Odd Lot. Used in conjunction with Cancel with Leaves.FIX.4.1 Format: Float

FIX.4.2 Format: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9483">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Ensures reports to underlying orders are linked back to the e-Quote execution report.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9566">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field specifies the quantity the e-Quote is willing to use to trade with pricing discretion. When an e-Quote has a quantity designated to trade with pricing discretion, that quantity is referred to as a d-Quote. Must be Roundlot represented in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9565">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The range within which a d-Quote can reach to trade with discretion, as initiating interest. The range is specified as the number of cents (or MPVs) of price discretion above (for a Buy) or below (for a Sell) the discretionary e-Quote’s currently filed price. Price including decimal (must be multiple of MPV and valid Price Unit)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9479">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies if the Broker interest is part of the NYSE BBO and is visible to the specialist.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9406">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – A flag that indicates that a message is a Drop

Copy. This flag is required in all Drop Copy messages sent to FESC or from

CMS. Valid Values: C = CMS, D = FESC, 1 = Order Drop Copy, 2 = Execution

Report Drop Copy, 3 = Admin Inquiry Drop Copy, 4 = Admin Response Drop

Copy, 5 = Clearance Drop Copy. An alpha value must appear in combination

with a numeric value, separated by a space.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9478">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents an e-Quote Type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9455">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the mnemonic (as assigned by the NYSE) of the member or member organization which recorded the order details (as required by Rule 123e).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9021">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates what kind of information is embedded in a quote advisory message.(0)Updated fully accepted quote.(1)Updated partially accepted quote.(2)Accepted quote but not updated.(3)Partially accepted quote but not updated.(4)Rejected quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9026">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates origin of the quote:whether the quote was generated by NYSE Display Book or by a quote submitted from the firm.(‘E’)The quote was generated because of a quote submitted by the firm.(‘D’)The quote was generated by NYSE DBK(e.g. manual quote entered by specialist).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9020">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the level of acknowledgement expected for each quote that is submitted to NYSE as a Quote Advisory. Possible values:(0), or if the tag is not in the message, NYSE will not send any acknowledgement whatsoever for this message. (1), NYSE will send an acknowledgements only if this message fails one of NYSE validations.(2), NYSE will acknowledge this message in any case (rejection or acceptance).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9033">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the role of an entering party in a Quote Submission.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9560">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates that the e-Quote report was executed with Discretion, Pegging or Both. The following values represent:

“1” – Executed with Discretion

“2” – Executed with Pegging

“3” – Executed with Discretion and Pegging</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9481">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier of the eQuote – must be unique within broker badge – associates the eQuote with its underlying orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9488">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 alpha-numeric code that designates the type of activity against the order; i.e., original execution, correction, bust, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9440">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 4C, Fields 2-4: 9 digit ascii numericThe Activity ID is assigned by SuperDot and made up of the:

1. The Group number is the first three digits where nnn is a 3 digit number

2. The Reference number is the second three digits where nnn is a 3 digit number

3. The Sequence number is the last three digits and will start at 001 for the first activity against an order and increase by 1 for each subsequent activity where nnn is a 3 digit number.

FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9435">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 4B, Field 1.

If ExClearingHouse [9435] is present, set to Y . Optional Field: identifies a trade that will be settled outside the normal clearing processing.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9570">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Executed Away Market Indicator containing a value representing the exchange away from the NYSE where the order was executed. To be used in Fix MsgType 8 as an optional tag for reports and corrections, the values not being Fix Standard. Values are SIAC internal values, A = Amex;B = Boston;C = NSE;D = NASD;I = ISE;M = CSE;P = Pacific/Archipelago;T = NASDAQ;W = CBOE;X = Philadelphia;</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9433">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 5, 5A-D, Field 1: 1-4 digit number Indicates Specialists number. For any firm that routes orders to BBSS, the firm’s internal information (for example, firm clearing number or Broker Badge number) will be reported, if it conforms to the format. Execution information is also repeated here at the firm’s request.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9577">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution type that, among other values, contains a value for odd-lot adjustments to be used by SPAR users</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9579">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FIX 4.2 Format: String

10-byte Expanded Activity ID associated with an Execution Report. This tag is a concatenation of a 5-digit Reference number, followed by a 5-digit Sequence number. Both reference number and sequence number will start at 00001 (i.e. 0000100001). For each new activity, the Reference and Sequence number will increment by one. The Reference number will remain the same when a modification was performed on a specific activity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9431">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Order – Line 4B, Field 1: 1-4 alpha characters

FCS Report – Line 4B, Field 5 Optional field: names the clearing member designated by another clearing or a non-clearing member for settlement of its Exchange transactions.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9407">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 21. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9413">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Institutional XPress – Indicates the trading denominator of the indication price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9567">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This indicator identifies whether the customer has specified that the e-Quote may be shipped to better ITS quotes within its Discretionary Range, even when not required to facilitate a trade at the NYSE. Value = “Y” or “N”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9482">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier – must be unique within broker badge – associates the layers of a layered eQuote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9414">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Institutional XPress – Indicates the trading denominator of the indication price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9445">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Cancel – Line 3E, Field 2 Valid Values: 0 = DAY, 1 = GTC, 2 = OPG, 3 = OC, 4 = FOK, 5 = GTX, 6 = Reject Message, set Text[58] to Good till date not supported . Allows the user to change the Time In Force on a Cancel with Leaves. Absence of this field defaults to original order state. Note: Original Time In Force can be re-stated. FIX 4.1 Format: Char, FIX 4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9458">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the badge number of the executing broker of its (the submitter’s) side of the trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9409">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 111. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9564">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">These fields indicate the largest size quote to which the e-Quote or d-Quote is willing to peg. Must be roundlot represented in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9410">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 210. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9415">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Institutional XPress – Indicates the NYSE trading denominator.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9436">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 4B, Field 56; 1-10 alphanumeric characters

4 characters for Memo A and 6 for Memo B; a period will be returned for any character not enteredFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9563">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field indicates the smallest size quote to which the e-Quote or d-Quote is willing to peg. Must be roundlot represented in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9408">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as tag 110. Is added as a user-defined field for inclusion in Execution reports generated by FIX engine versions &lt; 4.2 in support of the Drop Copy functionality.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9432">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Order, Cancel, Cancel/Repl, Admin Req – Line 4, Field 1: 1-27 charactersFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9439">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Cancel and Cancel/Repl, Admin Req

– Line 4A, Field 5FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9423">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Number of Line 5’s. Number of ContraBrokers repeating group instances. NoContraBrokers [9423] is required if the value is greater than 0 and if present, appears as the first tag in the repeating Contra group. NoContraBrokers [9423] is for use in FIX 4.1 only and corresponds to tag NoContraBrokers[382] in FIX 4.2. FIX.4.1 Format: Int FIX.4.2 Format: See Tag #382

&lt;p&gt;

** ADDED TO FIX 4.2 AS TAG: 382 (NoContraBrokers) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9571">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A flag, when true (Y), indicating that this trade was not printed to tape. Default is ‘N’ if tag not present. Used in Exec Report, Fix Msg Type 8.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9484">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of repeats in the repeating group</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9430">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report – Line 4B, Field 2 Valid Value = NX

Routing Code returned on the Execution ReportFIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9022">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE Liquidity Quote Bid Price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9023">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE Liquidity Quote bid size.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9024">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE Liquidity Quote offer price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9025">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE Liquidity Quote offer size.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9028">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of errors in quote validation that are present in a Quote Advisory message (used for repeating group).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9437">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Report– – Line 4B, Field 4; 1-10 alphanumeric characters

Identifies an Execution Report that has benefited from NYSE price improvement. Provides dollar and cents value saved from NYSE price improvement; the greater than sign is displayed only if the price improvement per share exceeds $3.00.FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9030">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quote validation error code in a partially accepted or rejected quote submission(e.g. NYSE Xpress order restriction,auto quote suspended on side,invalid price,discarded due to throttling,etc) .</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9029">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Contains the indication of which quote element failed validation, and will be used in conjunction with the NYSEQuoteErrorCode tag to specify the complete error. Possible values:(0) Best Quote bid.(1) Best Quote offer.(2)Liquidity Quote bid.(3)Liquidity Quote offer.(4)Error not due to the quote data itself,but due to some generic reason(trading halt, stock frozen, etc).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9027">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Provides support for cross-referencing the quote in a Quote Advisory message to a quote submitted to NYSE. This tag contains the Quote ID of the quote sent by the firm that caused the Quote Advisory.It will be present only if the original quote submission EQIQuoteResponseLevel is 1 (if the submission failed some validation) or 2 (in all cases).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9452">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The turn around number of the Parent Order, required only for NYSE BBSS entered CAP orders. 6 characters – 2 alpha characters followed by 4 numeric characters OR 3 alpha characters followed by 3 numeric characters.

Format = string</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9457">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is an optional field when submitting a report drop copy. Specifies the NYSE Online Comparison System (OCS) control number that is returned to the firm by OCS after submission of a side.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9395"/>
                <fixr:fieldRef id="9573"/>
                <fixr:fieldRef id="9396"/>
                <fixr:fieldRef id="9403">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price Format- tag had previously been named XpressTime datatype format UTCTimeOnly. 4th Qtr, 2011.

Retail Price Improvement Orders or CCG s-Quotes shall have a price improvement offset value in this tag which may have a value of zero to be filed better than the PBBO subject to limit price and cap rules.

This tag may also be used in Pegging d-quotes and s-quotes on same side or opposite side pegging to the PBBO, i.e. peg to PBO for buy pegging; PBB for sell pegging, offset by the price increments based on this tag’s absolute Offset value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9418">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Odd-lot, round-lot, PRL indicator containing the values 1,2,or 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9387">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric designating the omnibus account against which the execution was done</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9569">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field specifies the largest size the d-Quote is willing to initiate a trade against with discretion. This size may be applied to an incoming order or to aggregate interest at a price point, as specified in later requirements. Must be Roundlot represented in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9568">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field specifies the smallest size the d-Quote is willing to initiate a trade against with discretion. This size may be applied to an incoming order or to aggregate interest at a price point, as specified in later requirements. Must be Roundlot represented in shares.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9402">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag had previously been named XpressIndicator, datatype remains Char. 4th Qtr, 2011. Opposite Side Pegging. This indicator specifies whether the customer has specified Pegging functionality be applied to the Opposite Side PBBO for the d-Quote or s-Quote. Value = “Y” or “N”. Not Boolean so invalid value will be rejected by CCG/ME, not Fix Parser.

Tag 9561, PegInd, used for same side Pegging and ‘Y’ value mutually exclusive with ‘Y’ value for OppSidePeg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9460">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Additional value representing Account Type. Account Type Q indicates a trade to cover an error transaction. Format = char. Valid Value = Q</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9456">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is a required field when submitting a report drop copy.

Specifies the date the order was entered into an Exchange system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9419">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The TA number of the order assigned by SDOT</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9390">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">6-byte timestamp in HHMMSS format denoting the time the order arrived in the system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9424">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Admin Request – Line 2, Field 1 Valid Values: 1 = Report Status 2 = Confirm Order Received 3 = Confirm Out 4 = B (Buy) 5 = BM (Buy Minus) 6 = S (Sell) 7 = SPL (Sell Plus) 8 = SS (Sell Short) 9 = SE (Sell Short exempt from rules) Contains Admin message type (i.e. Report Status) and must include the original order instruction. This field contains multiple values separated by a comma. FIX.4.1 Format: Char FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9412">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the time of the transaction as indicated by the Originating system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9453">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid NYSE Member Firm Mnemonic. Must be present on all NYSE BBSS CAP orders. 1 to 4 alpha characters.

Format = string.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9451">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tag 9451 = Parent Order ID required for NYSE BBSS entered CAP orders. 1 to 4 alpha characters Branch Code, followed by a space followed by 1 to 5 characters numeric Branch Sequence followed

by a slash character (“/”) followed by the CMS Session date.

Format = string</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9450">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents the Member Firm of the Parent Order plus the Parent Order Id currently sent to FESC. Required on all CAP Orders. Value must be a valid NYSE Member Firm Mnemonic Identifier followed by one space, followed by the Parent Order Id that is currently sent to FESC. Value = 4 character alpha for Member Firm of the Parent Order, one space, up to 22 characters using ASCII character set from Octal 40 (Hex 20) to Octal 176 (Hex 7E) for the Parent Order Id. Format = string.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9561">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This indicator specifies whether the customer has specified Pegging functionality for the e-Quote or d-Quote. Value = “Y”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9393">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">2 numerics denoting the post at which the stock trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9704">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Valid on FIX MsgType 8. FIX 4.2 Format: String. 10-byte Expanded Activity ID on an ERC. This tag is a concatenation of a 5-digit Reference number, followed by a 5-digit Sequence number.Both reference number and sequence number will start at 00001 (i.e. 0000100001). The PrevExpERCReferenceNumber is the activity ID associated with the previous Execution Report or ERC for the same order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9558">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric that denotes that a previously-reported Prin execution has been changed to non-Prin</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9464">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">2-byte alpha code that the specialist inserts into the execution report</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9462">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The indicator that denotes the specialist was involved in the trade. contains value 00 or 01.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9031">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier issued for each Quote Update Request message in a connection(request to subscribe/unsubscribe for quotes).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9443">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Admin Request – Line 2, Field 1Valid Values:

1 = Check^Price

2 = Confirm^Contra

3 = Confirm^Qty^Executed

Contains Admin message type and must include the original order instruction. Tags OrdStatReq [9424] and RepStatReq [9443] are mutually exclusive, either [9424] or [9425] must appear in Message Type H.

FIX.4.1 Format: Char, FIX.4.2 Format: String.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9480">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Reserve e-Quote types. Represents the publish quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9487">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Routing instruction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9442">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Order, Cancel, Cancel/Repl, Report.

Indicates whether or not the order was solicited.

Valid Values:

Y = Was Solicited

N = Was Not Solicited

SolicitedFlag [9442] is for use in FIX 4.1 only and corresponds to tag SolicitedFlag [377] in FIX 4.2.FIX.4.1 Format: Char

FIX.4.2 Format: Boolean</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9388">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric denoting the source of the order; i.e., from CMS, from BBSS, from DBK, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9391">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric denoting whether the execution was done in DBK, BBSS, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9459">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture (FESC) Field: This is an optional field when submitting a report drop copy. Specifies any special trade indication:

‘ ‘ = Not a special trade

‘X’ = Special trade

‘E’ = Ex-clearing trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9392">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1-4 alphas representing the Specialist firm’s mnemonic</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9420">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Specialist Unit Number handling the stock. Contains a value from 1 to 100</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9444">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Member firm sponsoring the institution submitting orders.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9425">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Admin Response – Line 2, Fields 1, 2

Valid Values:

1 = Busted Trade

2 = Names Later

3 = Corrected Price

4 = Price is Correct

5 = Report CHG

6 = BOT

7 = BOT^MINUS

8 = SLD

9 = SLD^PLUS

A = SLD^SHRT

B=SLD^SHRT^EXEMPTIf more than one value is applicable, this field can contain multiple Admin responses separated by a comma.Admin responses generated as a result of the Execution Report Correction (ERC) information.

FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9394">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 alpha denoting the tee location at the post where the stock trades</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9386">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric that specifies the tick at the time of execution</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9572"/>
                <fixr:fieldRef id="9397"/>
                <fixr:fieldRef id="9438">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">FCS Order, Cancel, Cancel/Repl – Line 3A, Field 5:

If TryToStop [9438] is present, set to T .FIX.4.1 Format: Char

FIX.4.2 Format: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9486">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the disposition of the order ID; supports the ability to add or remove orders that underlie the eQuote.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9485">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether the underlying order ID is the ID of a proprietary OMS</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9389">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 byte numeric denoting the unit of trade; i.e., whether the stocks trades in lots of 100, 10, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9032">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the encoded reason why the subscription/unsubscription request failed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9404">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NYSE – Front End Systemic Capture Field (FESC): This is an optional field that may be used in the case of a system failure or otherwise, to indicate the actual time an order was received on the Floor, if prior to the time that the order is actually recorded in the system. This field allows members to synchronize their electronic order records with time-stamped paper tickets when used in situations such as system failures.

Note that an “As Of” indicator flag must always be set when order details are being recorded late due to a system failure, regardless of whether a “Write In” time is entered.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for SIAC.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="8704" name="SIXSwissExchange">
            <fixr:structure>
                <fixr:fieldRef id="6520">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">List of SIX Swiss Exchange Trade Type Codes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for SIX Swiss Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="14376" name="SSITechnologies">
            <fixr:structure>
                <fixr:fieldRef id="6157">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate the Date and Time at which a Trade Report was agreed upon, between the Member Firm and its Client</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5327">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Automatic Opening Rotation Threshold (Type – int)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5328">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used for Automotic re-initiation of NBBO step-ups.Data Type: Boolean

Valid Values:

Y = Yes

N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5314">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker-Dealer Bid Size.

Data Type: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5315">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Broker-Dealer Bid Size.

Data Type: Boolean

Valide Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5316">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Broker-Dealer Offer Size.

Data Type: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5317">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Broker-Dealer Offer Size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5318">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Source of the Order.

Data Type: String[4]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5319">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicated whether Cross-Market-Protection is on or off.

Data Type: Boolean

Valid Values:

Y = Protection type is ‘Crossed’

N = Protection type is not ‘Crossed’</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5320">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Customer Bid Size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5321">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the customer offer size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5343">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Set Dissemination of NBBO for all series.

Data Type: Boolean

Valid Values:

Y = Disseminate

N = Do not disseminate</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6148">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Duration for the validity of the Negotiated Order. Specified in minutes. If not specified (or) greater than market’s default value, set to market’s default value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5322">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Firm’s ID.

Data Type: String[40]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5353">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether BBO is coming from an exchange declared as Fast Firm

Data Type: Boolean

Valid Values:

Y = Fast Firm

N = Not Fast Firm</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5323">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Issue ID.

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5334">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status indicator for the issue.

Data Type: int

Valid Values:

1 = Pre-Open

2 = Ready to Trade

3 = Not available for Trading

4 = Trading Halt

5 = Testing

6 = Electronic Book Execution

7 = Maintenance

8 = Closed – but GTC orders allowed

9 = Expired</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5324">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Setting for first level of volume for NBBO Step-up configuration</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5325">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Setting for second level of voulme in NBBO Step-up configuration.

Data Type: Boolean

Valid Values:

Y = Percent

N = Not Percent</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5326">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Setting for locked market protection.

Data Type: Boolean

Valid Values:Y = Protection type is ‘Locked’

N = Protection type is not “Locked”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5307">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate whether the Quote has resulted in a lock or cross or none(Neither lock/cross) condition.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5329">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Minimum price variation.

Data Type: long</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5359">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Volume in other exchange.

Data Type: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5306">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the action to be taken on a replinshed Quote.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5310">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size of Bid side of the Quote for the Market Maker (Type – Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5312">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Market Maker Bid’s size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5304">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date from which market maker will be effective.

Should be in UTCDate format.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5305">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date after which market maker will no longer be effective.

Should always be in UTCDate format</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5311">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Size of Offer side of the Quote for Market Maker (Type – Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5313">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of Market Maker’s Offer size.

Data Type: Boolean

Valid Values:

Y = Size is percentage

N = Size is value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5303">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time at which the quote of a market maker is closed for negotiation.

Should always be in hh:mm format</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5302">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time at which market maker quote will be opened for neotiation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5341">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique ID of the request.

Data Type: String[40]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5340">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">NBBO Step Up Mode.

Data Type: Char

Valid Values:

1 = New

2 = Cancel

4 = Get By Owner &amp; Series

5 = NBBO Reinitiate Response</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5347">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of exchanges in the repeating group.

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5346">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Non-customer size (aggregated) at a particular price break

Data Type: Qty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5357">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of elements in the repeating group (Quote Sizes)

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5361">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the number of nested levels for step-up configuration data.

Data Type: Int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5342">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of steps (NBBO Configuration).

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5355">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">No of elements in the repeating group(Ticks)

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5338">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OPRA Class Code.

Data Tye: char</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5351">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Code used by OPRA (Options Price Reporting Authority) to identify series. Concatenation of option symbol, strike code.

Data Type: String[7]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5354">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denominator used to get actual option price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5356">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the Order Request.

Data Type: Char

Valid Values:

0 = Modify Orders

1 = Cancel Orders</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6145">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current price of the Bid side of the Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6146">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current price of the Bid side of the Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5339">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Current Order/Quote Size.

Data Tye: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6147">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current price of the Offer side of the Quote</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5360">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate the ID of the original owner.

Data Type: String</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5330">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">QuoteID of the current quote.

Data Type: long</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5331">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">User ID of the owner.

Data Type: String[40]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6153">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the owner of the Order/Quote. Used when sending duplicate confirmations for execution, cancellation and expiry.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6155">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate the owner of the business object</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5352">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">PCX generated ID for the Quote.

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5301">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the pssive market making status of market participant on an Issue/security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5348">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote Script Data Type.

Data Type: Char

Valid Values:

1 = Send Quote Size Table

2 = Cancel Quote Size Table</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5349">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the Quote Status Request.

Data Type: Char

Valid Values:

1 = Get Simple Quotes by User

2 = Get Quote Size Table by Owner and Series</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5350">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Setting for re-initiation of NBBO Step-Up Configuration.

Data Type: Boolean

Valid Values:

Y = Reinitiate NBBO Steu-Up Configuration

N = Do not Reinitiate NBBO Step-Up Configuration</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5358">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID sent by PCX in some acknowledgements/notifications</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5332">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of levels

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5345">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the Security Definition Request.

Data Type: Char

Valid Values:

1 = Issue ID

2 = Series by Series ID

3 = Series by Issue ID

4 = Series ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6154">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Describes the type of Security Halt: N – Normal, D – Dynamic, S – Static</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5333">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Series ID.Data Type: long</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6152"/>
                <fixr:fieldRef id="5344">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Step Position (NBBO Step Up configuration).

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6156">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the ID of the subject that is being disseminated in the message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5335">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Pricing Increment.

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5336">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">ID of the underlying to which the issue belongs.

Data Type: int</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5337">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Upper limit in the range.

Data Type: long</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for SSI Technologies.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="31408" name="StandardChartered">
            <fixr:structure>
                <fixr:fieldRef id="7533">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is used to identify which tier to map the quote request, or order to. Typical use would be for streaming prices to multiuser platforms.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7030"/>
                <fixr:fieldRef id="7031"/>
                <fixr:fieldRef id="7032"/>
                <fixr:fieldRef id="7033"/>
                <fixr:fieldRef id="7034"/>
                <fixr:fieldRef id="7035"/>
                <fixr:fieldRef id="7036"/>
                <fixr:fieldRef id="7037"/>
                <fixr:fieldRef id="7038"/>
                <fixr:fieldRef id="7039"/>
                <fixr:fieldRef id="7040"/>
                <fixr:fieldRef id="7041"/>
                <fixr:fieldRef id="7042"/>
                <fixr:fieldRef id="7043"/>
                <fixr:fieldRef id="7044"/>
                <fixr:fieldRef id="7045"/>
                <fixr:fieldRef id="7253">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The maximum bid amount for this leg (used in multileg quotes). cf tag 134 BidSize</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7252">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The minimum bid amount for this leg (used in multileg quotes). cf tag 647 MinBidSize</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7254">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The minimum offer amount for this leg (used in multileg quotes) cf tag 648 MinOfferSize</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7255">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The maximum offer amount for this leg (used in multileg quotes) cf tag 135 OfferSize</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7251">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tenor code used in multileg instruments.

This can be used instead of tag 588 (Leg Sett Date) in the repeating leg group section &amp; has the same values as Tag 7250.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7256"/>
                <fixr:fieldRef id="7257"/>
                <fixr:fieldRef id="7258"/>
                <fixr:fieldRef id="7259"/>
                <fixr:fieldRef id="7260"/>
                <fixr:fieldRef id="7261"/>
                <fixr:fieldRef id="7262"/>
                <fixr:fieldRef id="7263"/>
                <fixr:fieldRef id="7264"/>
                <fixr:fieldRef id="7265"/>
                <fixr:fieldRef id="7266"/>
                <fixr:fieldRef id="7267"/>
                <fixr:fieldRef id="7268"/>
                <fixr:fieldRef id="7269"/>
                <fixr:fieldRef id="7270"/>
                <fixr:fieldRef id="7271"/>
                <fixr:fieldRef id="7272"/>
                <fixr:fieldRef id="7273"/>
                <fixr:fieldRef id="7274"/>
                <fixr:fieldRef id="7275"/>
                <fixr:fieldRef id="7250">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates type of Tenor requested &amp; can be used instead of Tag 64 for all common value dates and ensures the appropriate SCB value date is used.

Possible values are :TOD = Today (T+0)

TOM = Tomorrow (T+1)

SP = Spot

NEXT = Next Business Day after Spot

xW = x weeks from spot

xM = x months from spot

xY = x years from spot</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7046"/>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Standard Chartered.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="7680" name="StateStreet">
            <fixr:structure>
                <fixr:fieldRef id="9001">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order: Inform broker the amount of the order to be shown via IOIs

&lt;p&gt;

** ADDED TO FIX 4.1 AS TAG: 210 (MaxShow) **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for State Street.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="30439" name="Sungard">
            <fixr:structure>
                <fixr:fieldRef id="9349">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow passing through of HandlInst for CHX.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9002">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Sequence number of cross trade being reported to an exchange. The field can contain alpha-numeric values.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6288">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">OATS v3 field for Desk Special Handling Code.

Values are: ‘FOK’, ‘AON’, ‘NH’, ‘IOC’, ‘MAO’, ‘LOC’, ‘MAC’, ‘MOO’, ‘MOC’, ‘OVD’, ‘SCL’, ‘WRK’, ‘PEG’, ‘MQT’, ‘TS’, ‘RSV’, ‘IO’, ‘LOO’,‘E.W’, ‘S.W’, ‘CNH’, ‘ADD’, ‘TMO’, or ‘DIR’.

Case sensitive, must be capital letters.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9723">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Discretion Price of the order. This price is the limit for the DiscretionQty can be traded at. The value is an absolute price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9348">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow passing through of HandlInst for NSX.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9374">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The adjustment price to calculate the order price from the NBBO of a pegged order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9346">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow passing through of routing instruction values for PHLX.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9377">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A field used by PowerNet to define the source of order entry.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9345">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To satisfy the OATS requirement of having a unique identifier for each order. This field is 20 characters or less.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5225">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Text field for Cross Type option used with Agent order types.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9376">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This field will be forwarded to SuperMontage for the Execution Algorthim.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9375">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Field to specify the SuperMontage route field for

a given order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9347">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allow passing through of routing instruction for Track ECN.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6291">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference number for executions that result from orders that are routed to a secondary destination. Will be sent when order status is 1 or 2.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Sungard.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="16032" name="SWXSwissExchange">
            <fixr:structure>
                <fixr:fieldRef id="6570">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The current condition of a book.

Valid values:

0 = Delayed Opening

1 = Delayed Opening with Non Opening

2 = Non Opening

3 = None

4 = Stop Trading

5 = Stop Trading with Non Opening

6 = Underlying Condition

7 = Underlying Condition with Non Opening</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6556">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indication of the business transaction.

Valid value:

TradeAdvice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6559">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Is required if a commission has been entered by the trading participant.

The amount in the instrument’s settlement currency added to the trade’s settlement amount due to the Commission and CommCurrency.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6522">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Client’s domicile</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6557">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The reason for this confirmation.

Valid values:

NCBC = BuyNostroCorrectionCancel

NCBR = BuyNostroCorrectionResend

CCPR = CCPRejection

ECCA = ExchangeControlCancel

ECIS = ExchangeControlISINChange

ECRS = ExchangeControlResend

ECRB = ExchangeControlResendBilateral

ORIG = OriginalTrade

PRHB = ProcessHeldBackTrade

NCSC = SellNostroCorrectionCancel

NCSR = SellNostroCorrectionResend

TREV = TradeReversal</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6534">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counterparty Client’s domicile</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6535">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counterparty Member Reference</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6536">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Custom field for FIX 4.2 users that want to adopt the FIX 4.3 OrderCapacity field Designates the capacity of the counterparty of the order. Valid values: A = Agency G = Proprietary I = Individual P = Principal (Note for CMS purposes, Principal includes Proprietary) R = Riskless Principal W = Agent for Other Member (as of FIX 4.3, this field replaced Rule80A (tag 47) –used in conjunction with OrderRestrictions field) (see Volume 1: “Glossary” for value definitions)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6521">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The free text identification of a counterparty who is not a member of the

exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6523">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The unique Identifies of a Counterparty type.ASSD (Associated Dealers), CUST (Customers),

EFFH (Effektenhändler),

MEMB (Member),

EXCH (Designated Exchange)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6531">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An amount added to the calculated settlement amount.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6532">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Currency identifier of 6531 InclSettlementAmount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6560">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The currency applicable to an accrued interest amount.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6564">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not a textual message, sent from the exchange has been cancelled by the exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6571">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution date.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6572">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Execution time.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6517">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date on which the event referred to in the associated newsboard message occurred.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6515">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The unique identifier of a textual message sent from the exchange and recorded on the newsboard.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6518">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Textual description of the news type or category.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6516">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The date after which the associated information is no longer relevant / applicable.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6566">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of quotes in a book entry.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6573">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of trades cumulated in a message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6555">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade id of the original trade. This is indicated when either a trade reversal or a nostro correction is transacted.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6558">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indication of the participant’s role in the context of a confirmation.

Valid values:

0 = Buyer

1 = SettlementAgentBuyersSide

2 = GCMBuyersSide

6 = GCMSellersSide

7 = SettlementAgentSellersSide

8 = Seller</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6533">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Published list of SWX trade type codes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6519">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Required for Cancel and Replace QuoteReqTransType messages</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6530">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies Quote Request message transaction typeData type: char

Valid values:

N = New

C = Cancel

R = Replace</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6568">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time spread for randomised transitions (of trading schedules).

Format HH:MM:SS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6567">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indication of the reference price type which indicates the source of the corresponding reference price.

Valid values:

0 = Adjusted Price

1 = Adjustment Home Market

2 = Input Price

3 = Last Paid Price

4 = Mistrade Adjustment

5 = System Adjusted Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6525">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The segregated clearing account type. For example, Client Clearing Account or House Clearing Account.

0 = DF (Default), 1 = CL (Client = Risk is covered by client collateral), 2 = HO (House = Risk is covered by “In House” collateral)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6526">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The segregated settlement account type. For example, can be used to distinguish different taxation treatments in settlement.

0 = DF (Default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6561">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates how the settlement amount has been calculated.

Valid values:

NSAZ = NotCalculatedSettlAmountInvalid

NFWT = NotCalculatedStandardForwardTrade

NMIS = NotCalculatedStaticDataMissing

NTRD = NotCalculatedTradeDateMarketHoliday

NTPZ = NotCalculatedTradePriceInvalid

NTSZ = NotCalculatedTradeSizeInvalid

NVAD = NotCalculatedValueDateEntered

CALC = SettlementAmountCalculatedNormalCase</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6562">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The unique identifier of a settlement chain control.

Valid values:

BAUT = BilateralAutomaticSettlementFlagOff

BCPO = BilateralClrgPreventionSettlOnly

BCPF = BilateralClrgPrevNoClrgNoSettl

BBRS = BilateralExchControlResendBilateral

BMCO = BilateralManualClearingTypeAS

BMCF = BilateralManualClearingTypeManual

BNCC = BilateralNoCCP

BNSA = BilateralNoSettlAmountCalculated

BNSC = BilateralNoSettlChainsDetermined

BOOC = BilateralOobClearingFlagOff

BOOT = BilateralOutsideClearingOpeningTime

MUSE = MultilateralViaCCP</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6527">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Defines to which degree the clearing and settlement of an off order book trade should be automatically instructed. For example, settled manually, automatic clearing and settlement or only automatic settlement i.e. no clearing.0=Automatic (Settlement &amp; Clearing), 1 = Settlement only, 2 = Manual</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6563">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The unique identifier of a settlement status.

Valid values:

CA = CancelAccepted

CP = CancelPending

CR = CancelRejected

CS = CancelSent

CN = CancelTechNOK

CW = CancelWithoutMsg

RN = ClrgRuleNotReady

IC = InterfaceClosed

MA = MissingAccruedInt

MC = MissingChangeFix

MS = MissingSettleDate

MD = MissingStaticData

NA = NoAutomaticCandS

SA = SettlMsgAccepted

SR = SettlMsgRejected

SS = SettlMsgSent

SN = SettlMsgTechNOK</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6565">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The exchange from where the news message or book information origins.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6524">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies an SWX specific transaction type.

0 = Order, 1 = Trade Confirmation, 2 = Bilateral Trade Reverse, 3 = Reported Trade, 4 = Unilateral Trade Reverse, 5 = Correction</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6569">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Status of a trading schedule transition.

Valid values:

0 = Pending

1 = Triggered

2 = Deleted

3 = Failed</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for SWX Swiss Exchange.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="37562" name="TeleinvestSA">
            <fixr:structure>
                <fixr:fieldRef id="6176">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Teleinvest Custom Tag : Order Estimated Amount</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6177">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6178">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6179">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Teleinvest Custom Tag</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Teleinvest SA.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="DataVendor" id="6802" name="ThomsonReuters">
            <fixr:structure>
                <fixr:fieldRef id="5966">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of allocation in dealt currency on far leg of a swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5967">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of allocation in contra currency on near leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5968">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Amount of allocation in contra currency on far leg of a swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6381">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the subsidiary firm associated with the execution.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6380">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that the execution is on behalf of a non-member affiliate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6503">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allows trailer notes to be added to trades.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6502">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Suppression indcator for trailer line</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Thomson Reuters.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="39667" name="TownsendAnalytics">
            <fixr:structure>
                <fixr:fieldRef id="9241">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 1</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9242">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9243">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 3</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9244">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 4</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9245">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 5</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9246">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 6</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9247">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 7</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9248">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Lehman ATS Field 8</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9240">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer corresponding to the account type within the TAL OMS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9730">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether a trade adds liquidity (A) or removes liquidity (R) from the marketplace.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Townsend Analytics.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="38636" name="Tradeweb">
            <fixr:structure>
                <fixr:fieldRef id="7337">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of days accrued</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6638">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">For instructing and reporting allocation clearing for non-US issues&lt;p&gt;** Added to FIX 4.3 through &amp;ltNestedParties&amp;gt component block **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7022">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">4.2: Clearing member identifier in an allocation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6618">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker serving as Give-Up Firm.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6619">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker providing General Trade Services.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6615">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Valid values

0: Accepted, Processed – allocations were sent to the counterparty.

3: Received, not yet processed – allocations have been saved but not sent.

In 4.4 as tag AllocStatus 87</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6648">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] In an Allocation instance, identifier of the Prime Broker serving as Step-Out Firm.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6499">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To turn ON/OFF restriction such as ERISA for an Order coming to TW. Boolean type (Y/N). If omitted in the message, default to ‘Y’.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6623">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The difference between the bond yield and the LIBOR curve, expressed in basis points.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6894">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Positive or negative average cost.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7437">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tradeweb Base CPI @ Issuance – normally associated with TRSY TIPS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7528">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Name of benchmark curve – FIX 4.2</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6905">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Denote the long float rate period of IRS Dollar Swap Basis Trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6644">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Specifies the price of the benchmark.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6645">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Identifies the denomination of BenchmarkPrice(6645). Same values as PriceType(423).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6632">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Benchmark security description.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6693">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CUSIP or ISIN of the benchmark instrument</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6646">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Identifies the source of the Benchmark Security ID. Valid values are 1=CUSIP 2=SEDOL 4=ISIN</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6633">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">“WI” if When Issued.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6622">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield of the benchmark security.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6641">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Event reference for BookingReport</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6113">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Event reference for BookingReport</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6643">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration: 1-Affirmed, 2-Unknown account, 3-Missing settlement instructions, 4-Canceled</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6642">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Enumeration: 0-New, 1-Cancel, 2-Correct</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6610">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifier of Broker’s clearing instructions.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6736">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Encoded IRS calculation period frequency: 3M, 6M, 1Y, T [term] etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7020">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">4.2: Clearing member identifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6739">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: IRS floating rate compounding – default ‘N’. Values:

Y – flat compounding

N – no compounding</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6689">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Month that a TBA contract settles</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6807">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if counter is allowed on hit/lift. When this tag is not present, counter is not allowed on hit/lift. Default value is N. (Tradeweb Retail)Valid values:

Y = Hit/lift can be countered

N = Hit/lift cannot be countered.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6822">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Counter party trader id</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6879">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same usage as 4.4 CPProgram (875)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6659">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] The date the security is dated if different from the first IssueDate, in YYYYMMDD format.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6895">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of days the position was held in the account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6732">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Free-form text to be sent to the dealer(s) participating in the trade during negotiation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7019">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Deposit CDs: Dealer’s reference to the trade being rolled or closed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7769">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Option Delta Transfer1 = Delta Work

2 = Delta Exchange

3 = Risk</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6727">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An optional routing identifier associated with the firm to which this message is directed.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6728">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Name of the FpML document type in the embedded XML Message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6887">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote due-in time expressed in seconds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6607">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Boolean: Instrument is trading ex-dividend. Supported in [4.4] using SymbolSfx(65)=EX.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6885">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The difference between the original dealer price sent on the order and the filled price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6621">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fraction for deriving Current Value from Qty &lt;p&gt;** Added to FIX 4.3 as tag: 228 Factor **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6872">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Fiduciary Money Deposit. Values:

‘Y’ = Yes Fiduciary Money

{omitted} NOS: apply user preferences. ER: Not Fiduciary Money</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6880">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Firm trading account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6647">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Identifies a Floating Rate Note.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6661">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Identifier of the Prime Broker serving as Give-Up Firm.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6662">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Identifier of the Prime Broker providing General Trade Services.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6624">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The difference in basis points between a bond’s yield-to-maturity and the projected/interpolated swap rate on the bond’s maturity/workout date.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6620">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Date bond was issued&lt;p&gt;** Added to FIX 4.3 as tag: 225 IssueDate **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7338">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Full name of the issuer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6640">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price expressed in percent-of-par when ParPx is in discount or spread</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6682">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation account for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6684">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation clearing firm for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7023">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">4.2: Clearing member identifier in an allocation of multileg trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6683">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation quantity for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6742">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS calculation period frequency for the trade leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6694">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Clearing firm for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7021">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">4.2: Clearing member identifier for a multi-leg trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6745">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: IRS floating rate compounding – default ‘N’. Values:

Y – flat compounding

N – no compounding</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6690">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Month that a TBA contract settles for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6675">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Coupon rate for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 615 LegCouponRate **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6678">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Currency for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 556 LegCurrency **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6660">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] The date the leg security is dated if different from the first LegIssueDate, in YYYYMMDD format.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6741">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg absolute termination date, e.g. 20100118. Mutually exclusive with LegTerm.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6669">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fraction for deriving current value from Qty for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 253 LegFactor **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6747">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">String: IRS fixed stream – payment day-count fraction. FpML values.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6746">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS fixed rate stream payment frequency expressed as a period, e.g. 1Y, 3M or 1T.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6744">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS floating rate stream payment frequency expressed as a period, e.g. 1Y, 3M or 1T.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6680">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Future settlement date for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 588 LegFutSettDate **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6723">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Gross principal amount of the trade leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6671">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security ID source for one leg of a multi-issue trade – see values for IDSource&lt;p&gt;** Added to FIX 4.3 as tag: 603 LegIDSource **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6692">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Issue date for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6674">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Issuer for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 617 LegIssuer **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6639">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Last price for the leg expressed in percent-of-par. Conditionally required when LegLastPx is expressed in Yield, Spread, Discount or any other type and the product supports a percent-of-par price.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6676">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maturity date for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 611 LegMaturityDate **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6726">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net money of the trade leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6681">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of allocations for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6686">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of stipulation entries for one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6725">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of days accrued interest of the trade leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6667">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Order quantity of one leg of a multi-issue trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6672">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Product for one leg of a multi-issue trade – see Product 6613&lt;p&gt;** Added to FIX 4.3 as tag: 607 LegProduct **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6734">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An optional unique reference assigned by the ordering customer to each leg of a swap or butterfly.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6738">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg effective date expressed as a period relative to trade date, e.g. 1Y or 3M. Mutually exclusive with LegStartDate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6743">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS roll convention – default ‘STD’. Values:

STD – standard product-based roll

IMM – roll on IMM dates

ECB – roll on ECB dates

NONE – for bullet payments</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6677">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Security description for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 620 LegSecurityDesc **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6670">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">CUSIP or ISIN of one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 602 LegSecurityID **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6673">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">SecurityType for one leg of a multi-issue trade – see SecurityType 6609&lt;p&gt;** Added to FIX 4.3 as tag: 609 LegSecurityType **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6679">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement type for one leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 587 LegSettlmntTyp **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6666">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buy or Sell leg of a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 624 LegSide **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6748">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS absolute effective date, e.g. 20080818. Mutually exclusive with LegRelativeStart.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6687">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stipulation type for one leg of a multi-issue trade – see 4.3 spec</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6688">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Structured stipulation value for one leg of a multi-issue trade – see 4.3 spec</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6668">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Substitute for LegOrderQty (6667) for one leg of a multi-issue trade: ParForPar, Duration, Risk, Proceeds</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6740">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Leg termination date expressed as a period relative to effective date, e.g. 1Y or 3M. Mutually exclusive with LegEndDate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6724">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Accrued interest of the trade leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6630">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Customer-assigned identifier for List Orders. ListID(6630) is used in NewOrder and OrderReplace. Tag ListID(66) is used in ExecutionReport and AllocationReport.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6603">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Fill quantity increment above the initial fill size.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6881">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Flags a managed trading account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6888">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean. Flags a managed account (DBAB).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6637">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Bond maturity date&lt;p&gt;** Added to FIX 4.3 as tag: 541 MaturityDate **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6685">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In MD Trade entries. Values: 1 = Take 2 = Hit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6877">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In MD Trade entries available buy quantity (Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6878">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In MD Trade entries available sell quantity (Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6875">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In MD Trade entries cumulative quantity negotiated (Qty)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6626">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Hidden size (Qty) – shown only to the originating dealer</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6876">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In MD Trade entries. Values: 0 = Private 1 = Public</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6650">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the message version number, e.g. 1.0.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6602">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">boolean. A value of Y indicates the trade is a component of a multi-part order – swap, switch, butterfly, cross etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6730">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trade number within a swap or butterfly plus the number of trades separated by “/”. E.g. 9729=2/3 represents the body of a butterfly.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6735">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The optional unique reference assigned by the ordering customer to each leg of a swap or butterfly. Same as LegRefID but outside the NoLegs repeating group in ER, AR and Confirmation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6891">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Indicates whether investor is registered with NASD.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6612">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Block level net money&lt;p&gt;** 118 NetMoney was added to appropriate messages in FIX 4.3 **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7088">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Net present value of derivative contract.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6665">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of Legs in a multi-issue trade&lt;p&gt;** Added to FIX 4.3 as tag: 555 NoLegs **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6634">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of stipulation entries&lt;p&gt;** Added to FIX 4.3 as tag: 232 NoStipulations **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6917">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To describe notional amount of Option trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6897">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of entries in the TWRPositions repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6652">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] begins the Underlyings repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6656">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Begins the UnderlyingStips repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6899">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Occupation of investor identified in Account (1). Required on new issue preferred.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6884">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offer type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7529">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] To describe TW derivative (option/future) settlement or delivery type:

P = Physical

C = Cash</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7768">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">TW Derivative Trade Type (Option/Future)

1 = Listed

2 = Flex

3 = Bilateral</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6616">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">UTC timestamp when the order was created.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6849">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Part number of the entry in QuoteRequest for list trading.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6601">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Optionally used in Logon message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6898">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Flags that the bond is pending factor reset.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6882">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Time the order was received at Pershing.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6883">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The person or entity placing the order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6892">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Positive or negative position quantity.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6873">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">In Position Exception Notice the cause of the exception. Valid values:

1 = Account exists but position exists elsewhere

2 = Account does not exist and position exists elsewhere</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6649">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Unlike TIPS, MBS or EUR-denominated Inflation Linked Bonds, GBP ILBs trade with the inflation ratio already factored into the price. PreFactored=Y clarifies that attribute.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6614">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the how the price field is expressed1-Percentage, 4-Discount, 9-Spread&lt;p&gt;** Added to FIX 4.3 as tag: 423 PriceType **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6613">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Extends FIX field 460 for Fixed Income.&lt;p&gt;** 460 Product was extended in FIX 4.3 **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6893">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Positive or negative profit amount.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6874">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">One or more comma-separated abbreviations of locales in which an investor is prohibited from owning the security. In the US it applies to some corporate bonds and CDs and ISO 3166-2 state abbreviations are used. AKA “Blue Sky Data”</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6386">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Variance of a REPO trade, expressed as quantity of trade size.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6889">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investor’s relationship to broker. Required on new issue preferred.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6729">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Effective date expressed as a period relative to trade date, e.g. 1Y or 3M. Mutually exclusive with StartDate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6604">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">BOolean: Replenish trade quantity from OrderQty after the first fill. Used together with MaxFloor (111) for hidden-quantity trading.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6737">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">IRS roll convention for NewOrder – default ‘STD’. Values:

STD – standard product-based roll

IMM – roll on IMM dates

ECB – roll on ECB dates

NONE – for bullet payments</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6617">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The unique trade reference assigned by the ATS. UDF 6617 is needed only in the DontKnowTrade message. In all others use tag 198.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6896">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Where to obtain securities for trade. Values: C = Customer will deliver security. L = Security is Long in account. R = Receive Security vs Payment. B = Receive Security from Broker Dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7018">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same usage as [4.4] SecuritySubType (762) for [4.2]</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6609">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Extends FIX field 167 for Fixed Income

&lt;p&gt;** 167 SecurityType was extended in FIX 4.3 **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6605">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Either swap spread or spread-to-benchmark

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 218 Spread **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6890">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Investor’s state of residence: 2-character ISO 3166-2 abbreviation.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6663">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Identifier of the Prime Broker serving as Step-Out Firm.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6635">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Stipulation type – see 4.3 spec&lt;p&gt;** Added to FIX 4.3 as tag: 233 StipulationType **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6636">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Structured stipulation value – see 4.3 spec&lt;p&gt;** Added to FIX 4.3 as tag: 234 StipulationValue **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6733">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Tax Status of the buy-side customer: 0 = Clean (the default if omitted) 1 = Dirty</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6664">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Encoded term of a deposit or derivative trade: 1D, 3M, 10Y, etc.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6651">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] USRP Values

1=Overnight

2=Term

3=Flexible

4=Open

Replaced in 4.4 by tag 788.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6600">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flags session as a Test rather than Production session

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 464 TestMessageIndicator **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6611">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Block level accrued interest

&lt;p&gt;

** 540 TotalAccruedInterestAmt was added to appropriate messages in FIX 4.3 **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6847">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Total number of parts or entries in QuoteRequest for list trading.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7024">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Supplemental information about a derivative trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6606">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Buyside trader initiating the order

&lt;p&gt;

** ADDED TO FIX 4.3 through &amp;ltParties&amp;gt component block **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6731">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The full ATS trade identifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7100"/>
                <fixr:fieldRef id="7414"/>
                <fixr:fieldRef id="6823"/>
                <fixr:fieldRef id="6824"/>
                <fixr:fieldRef id="6825"/>
                <fixr:fieldRef id="6826"/>
                <fixr:fieldRef id="6827"/>
                <fixr:fieldRef id="7339"/>
                <fixr:fieldRef id="7438"/>
                <fixr:fieldRef id="7446"/>
                <fixr:fieldRef id="7447"/>
                <fixr:fieldRef id="7448"/>
                <fixr:fieldRef id="7449"/>
                <fixr:fieldRef id="7478"/>
                <fixr:fieldRef id="7479"/>
                <fixr:fieldRef id="6654">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] E.g. GENERAL</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6653">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Values: TREASURY MORTGAGE AGENCY OTHER</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6657">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Stipulation type: Values include MATURITY TYPE SCHEDULE</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6658">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] MATURITY Values:

0Y-1Y – Less than 1 year

1Y-5Y – Less than 5 years

5Y-10Y – Less than 10 years

10Y-30Y – Less than 30 years

TYPE Value: STRIPS

SCHEDULE Value: Schedule ID, usually a digit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6749">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Additional payment for an IRS My Coupon RFQ – positive if from the dealer to the customer, negative if from the customer to the dealer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6631">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">[4.2] Used in Logon. Replaced in 4.4 by Username(533).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6886">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quote valid time expressed in seconds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6691">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Boolean: Indicates that the instrument described by the CUSIP or ISIN on the order is being traded “when-issued”. This attribute is supported in [4.4] through SymbolSfx(65)=WI</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6608">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Yield percentage

&lt;p&gt;

** ADDED TO FIX 4.3 AS TAG: 236 Yield **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6629">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies how Yield is expressed &lt;p&gt;** Added to FIX 4.3 as tag: 235 YieldType **</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6625">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of basis points one needs to apply to a series of zero rates such that, the present value of the bond, accounted for accrued interest, equals to the sum of all future cashflows discounted using the adjusted zero rate.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Tradeweb.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="9046" name="TradingboxLtd">
            <fixr:structure>
                <fixr:fieldRef id="6945">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 = explicit 2 = implied

default value is 1

this tag will be used to differenciate a price that is explicit from a price that is implied. explicit prices are provided based on orders sitting in the central order book. implied prices are calculated based on explicit prices and are contingent (e.g. a spread combination may offer an implied bid price if the first leg has an explicit bid price and the second leg an ask explicit price).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Tradingbox Ltd.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Exchange" id="30634" name="TSXGroup">
            <fixr:structure>
                <fixr:fieldRef id="7737">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A free-form, pass-through tag provided for use by POs.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7738">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instructions to the Exchange when the order price exceeds TSX Marketplace threshold price band limits.

Valid values:

0 = Kill Order (default)

1 = Reprice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7729">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Marker for Short-Marking Exempt order designation. Required if applicable for Short-Marking Exempt.

Valid values:

0 = SME

1 = Buy Cross SME

2 = Sell Cross SME

3 = Both Buy and Sell Cross SME</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6752"/>
                <fixr:fieldRef id="6753"/>
                <fixr:fieldRef id="6756"/>
                <fixr:fieldRef id="6758"/>
                <fixr:fieldRef id="6764"/>
                <fixr:fieldRef id="6766"/>
                <fixr:fieldRef id="6787"/>
                <fixr:fieldRef id="7718"/>
                <fixr:fieldRef id="7730"/>
                <fixr:fieldRef id="6750">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of the trading account.

Valid values:

NC = Non-client (default)

CL = Client

ST = Equities Specialist

IN = Inventory

MP = ME Pro Order

OF = Options Firm Account

OT = Options Market Maker

BU = Bundled order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6760">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Source of the action performed on an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7725">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time the ABBO provider generated the quote.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6761">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Flag to indicate if order is anonymous.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6775">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The Alternative Trading System where the transaction originated.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7724">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The time the quote changed on the ATS.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6754">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the order as part of a basket trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6774">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An Exchange-assigned three-digit private PO number identifying a Member Firm. Anonymous orders are assigned a public broker number of 001 on the feeds.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6769">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the buyer’s trading account.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6767">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The buyer’s type of the trading account.

For valid values see tag 6750 (TSXAccountType)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6797">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">identifies the Cross Buy side customer account type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6781">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6785">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate if the responsible equities specialist’s participation on the buy side is active.

Valid values:

On

Off</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7719">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To assign the maximum buy participation volume for a symbol.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6771">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades.

For valid values see tag 6763 (TSXRegulationID)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6791">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate orders are tradable against only visible/disclosed volumes and bypass the undisclosed volume of Iceberg orders, registered trader participation and autofill, and special terms book. Any part of the OrderQty balance not filled immediately is “killed/cancelled”.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6773">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the type of an intentional cross. All cross types other than Regular and Derivative-Related are specialty crosses, which are treated differently from regular crosses regarding interference and/or price validation.

Valid values:

B = Basis

C = Contingent

D = Derivative-related

I = Internal

S = Special Trading Session

R = Regular (default)

V = Volume Weighted Average Price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6794">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the customer account type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6779">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The error number for an Error Response message.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6780">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An assigned marker to transmit information. The TSXExchangeAdmin tag is a string of 36 AlphaNumeric markers.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6762">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The user ID for an exchange staff member (for example, Customer Service Representative).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7727">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates that the order was cancelled because of Cancel on Disconnect (COD).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6757">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7735">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the order as a LongLife eligible order.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7739">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instructions to the Exchange to identify certain order types.

Valid values:

CO = Closing Offset</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7732">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of priority used to match the order in a trade.

Valid values:

1 = Indicates match was because of Broker Preferencing</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6789">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique identifier assigned by a Member Firm to a message that is not an order. Unsolicited Market Command Acknowledgement messages sent by the Exchange will have a random string of characters as the TSXMessageID.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6759">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A marker to indicate if an order is eligible for minimum guaranteed fill.

Valid values:

Y = Yes

N = No (default)

B = Yes, bypass size checks</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6799">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The minimum guaranteed volume that the registered trader is willing to fill.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6793">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Prevents fills smaller than the minimum interaction size specified until the order’s volume is depleted to the point that the remaining volume is less than the minimum interaction size. Supported on Dark and SDL orders only.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6792">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies Normal-Course Issuer Bid (NCIB) orders; the action of a company buying back its own outstanding shares from the markets so it can cancel them.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6783">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A terms marker indicating that trade participant is not a Canadian resident for income tax purposes.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7713">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A marker that is supplied by the Member Firm to prevent trading against that same Member Firm’s contra orders based on a matching TSXNoTradeKey.

Valid values:

NM = Cancel Newest

EM = Execute Match

OM = Cancel Oldest

DM = Decrement Larger and Cancel Smaller</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7714">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A Member Firm produces these keys to prevent trading against that same Member Firm’s contra orders based on a matching TSXNoTradeKey. Note that the marketplace does not produce this key or enforce the uniqueness of this key. TSXNoTradeKey only prevents trades between orders produced by the same BrokerNumber (or if present, by PrivateBrokerNumber).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7715">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The contra private order number that would have matched with the order, if not prevented by the no-trade feature.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7717">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The price the match would have occurred at, if not prevented by the no-trade feature.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7716">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The number of shares that would have matched, if not prevented by the no-trade feature.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6790">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Unique key identifying orders in the system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6795">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used with trade corrections to reference previously reported executions and the side initiating the cancel/correct.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7712">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the type of incoming orders that a registered trader would like to participate with, when the other registered trader is not participating.

Valid values:

1 = Total MGF Size for eligibility and participation (default)

2 = Total MGF Size for eligibility, Individual MGF Size for participation

3 = Individual MGF Size for eligibility and participation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7723">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Peg to the protected NBBO. Available on undisplayed orders only.

Valid values:

C = Contra Midpoint Only Plus

D = Contra Midpoint Only Plus, Dark Sweep

M = Midpoint Peg

N = None (default)

P = Market Peg

R = Primary Peg

x = Minimum Price Improvement Peg</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6776">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A transaction where the member as principal sells securities to or buys securities from its particular customer; that is, a cross between a client and another account type.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6796">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The original price type of an order when entered into the trading system.

Valid values:

MBF = Must Be Filled</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6755">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A marker to indicate that the order is part of a specialized basket trade comprised of Index securities to offset an options or futures position.

Y = Yes

N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6765">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The existing volume of the order that is to be OMRd.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6763">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades.

Valid values:

IA = Insider Account

NA = Not Applicable

SS = Significant Shareholder</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7721">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The remaining buy participation volume for a symbol.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7728">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The remaining available volume that the equities specialist may increase their MGF volume by.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7722">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The remaining sell participation volume for a symbol.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6784">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A marker to indicate a system-produced autofill against the responsible equities specialist’s account or an odd lot trader.

Valid values:

A = Odd Lot

C = Closing Allocation

G = Guaranteed Fill

P = Participation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7731">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used on an IOC/FOK order to only match against dark liquidity.

Valid values:

1 = Trade with price improving dark only

2 = Trade with dark up to and including the NBBO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7733">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates if the trade is a Self Trade. Self Trades are suppressed on the public feed.

Valid values:

Y = Yes

N = No</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6770">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The seller’s trading account identification.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6768">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The seller’s type of trading account.

For valid values see tag 6750 (TSXAccountType)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6798">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identifies the Cross Sell side customer account type.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6782">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">An order is marked as being executed on behalf of another broker.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6786">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To indicate if the responsible equities specialist’s participation on the sell side is active.

Valid values:

On

Off</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7720">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To assign the maximum sell participation volume for a symbol.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6772">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Identification marker for UMIR-specific designations to orders and trades

For valid values see tag 6763 (TSXRegulationID)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7710">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Smart Order Router (SOR) order identifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7711">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Smart Order Router (SOR) order identifier.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7734">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether a message was subject to a processing delay before interacting with the order book.

Valid values:

” ” (blank) = Feature is off or is not applicable to this order (default)

Y = Feature on, message goes through Speedbump

N = Feature on, message does not go through Speedbump</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6788">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A unique price range assigned to a stock for purposes of registered trader spread goal maintenance.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6778">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A marker to indicate if the Fill report is a trade correction or a normal fill.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7726">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the order is completely undisplayed.

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6751">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The trading system’s user ID for a trader.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6777">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A trade that has occurred between proprietary accounts of the same Member Firm.

Valid values:

Y = Yes

N = No (default)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7736">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The portion of traded volume attributed to the undisclosed volume of an Iceberg order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for TSX Group.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Bank" id="20756" name="UBS">
            <fixr:structure>
                <fixr:fieldRef id="5047">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Allocation level. Used to match allocation account in the broker’s settlement system to the client’s account, where the client and broker account naming systems differ.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6180">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of total quantity to be traded in the AM session.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6309">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">percentage value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6198"/>
                <fixr:fieldRef id="6188">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Price at which a strategy should become aggressive enough to complete</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6298"/>
                <fixr:fieldRef id="6191"/>
                <fixr:fieldRef id="6305">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Value between 0 and 1 to 2 dp</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6295">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">To apply discretion to the placement of large orders in open and closing auction strategies.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6199"/>
                <fixr:fieldRef id="5965">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the source of Locate,whether the Security is located from another broker or pre-borrowed or loacte details are not required.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6184">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The maximum number of orders that can be placed at any one price level</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6183">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum number of price levels</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6303">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum contracts per slice</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6186">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Maximum delay in seconds</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6190"/>
                <fixr:fieldRef id="6189"/>
                <fixr:fieldRef id="6181">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of total quantity to be sent on AM Open.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6182">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percentage of total quantity to be sent on PM Open.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6086">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">valid values: 1=Defensive, 2=Moderate, 3=Aggressive</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6222">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Text field. Allows entry of multiple % volume Targets.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6314">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the type of portfolio to be traded</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6185">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A randomization percentage</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6087">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Arrival price for a strategy.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6491">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference for a relative price limit</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6492">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Offset for a relative limit price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6297"/>
                <fixr:fieldRef id="6299"/>
                <fixr:fieldRef id="6337">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Session type (Open or Close) defined in the Trading Session ID</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6302">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Slice Method</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6306">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Reference for Spot used in a delta calculation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6187">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Base strategy identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6307">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Depth under the NBBO</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6308">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Underlying tactic to be applied</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6312">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">percentage value</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6192"/>
                <fixr:fieldRef id="6313">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Base strategy identifier</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6300">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The lower range of the underlying price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6301">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The upper range of the underlying price</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6296">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Parameter to control crossing of the order quantity relative to the target execution of the strategy.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for UBS.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Other" id="36311" name="Unknown">
            <fixr:structure>
                <fixr:fieldRef id="9223">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to indicate whether an existing template identified by Tag 70 should be used for pre-allocation or the allocation details are defined in the fix message body. Valid values are:

0 = No Pre allocation.

1 = Details provided in the message.

2 = Use a pre existing template identified by Tag 70.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6510">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether are willing to use a market order during the closing auction.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5971">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The quantity of the other side in FX trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9618">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Percent of inbound OrdQty that this conditional order will interact with</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6227">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used with MaxFloor for reserve orders. Randomises the quantity to replenish to to within ‘DisplayRange’ of the MaxFloor. (For example, a MaxFloor of 2000 shares and a DisplayRange value of 200 will replenish to anything from 1800 to 2200 shares.)</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5621">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the quantity to be displayed on an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5612">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">End time for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5072">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The name of the exchange that

lists this security. String.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5893">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">1 – ExecutionReport Log

2 – ExecutionReport Trade

3 – Others</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5982"/>
                <fixr:fieldRef id="5616">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not an algorithmic order should participate in closing crosses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5615">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not an algorithmic order should participate in opening crosses</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5983"/>
                <fixr:fieldRef id="5970">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The quantity of the other side in FX swap trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5986"/>
                <fixr:fieldRef id="5987"/>
                <fixr:fieldRef id="5985"/>
                <fixr:fieldRef id="5619">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the maximum participation rate for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9292">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Market Identifier Code – Used to identify market maker used in quote and execution reports.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5617">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the minimum participation rate for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6234">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Generic field to describe number of nested child messages within a parent.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5976">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of following pairs of UserDataName(5977) and UserDataValue(5978).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5614">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of slices for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6511">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used specify the number of waves an order should be executed in.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7322">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Represents the office code</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6321">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Old Risk Class for allocation</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5975">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Citi-FX. Permits order originators to tie together groups of trades in which trades resulting from orders are associated for a specific purpose.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7324">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify PositionId for APEX trading system</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6512">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Used to specify the quantity issued per wave.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5988"/>
                <fixr:fieldRef id="5984"/>
                <fixr:fieldRef id="5894">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">reserved</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6322">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Risk class for a trade</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5611">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Start time for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5973">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Citi-FX custom ExecType to support orders for FX ECommerce.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5974">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Citi-FX. Fixing Name.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5972">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Citi-FX custom OrderType to support orders for FX ECommerce.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="9259">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Instructions for strategies. Integer value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5624">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Supplemental flags to implement specific algorithm features.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5623">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Pricing algorithm to be employed when sweeping an order.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5622">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Type of sweep algorithm to be employed prior to routing the order to a broker or exchange.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5620">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the target price for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5865">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">testo</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5618">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates the target participation rate for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5071">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Number of decimal places in premium price. Integer.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6304">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Integer. This integer will indicate time in seconds. Trade X number of calls

uts at defined N secs timeinterval between start and endtimes.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7323">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Trading System Id used for identifying the trading system.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5613">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Urgency or aggressiveness for an algorithmic order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5977">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">User data name part.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5978">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">User data value part.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5070">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicates whether or not settlement is requested.

Boolean ‘Y’ or ‘N’</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6270">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y/N. Indicates that the user is willing to override any previous schedule or volume constraints on their Algo order if liquidity can be sourced from a dark pool.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Unknown.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="SoftwareVendor" id="15401" name="VelocitySystemsInternational">
            <fixr:structure>
                <fixr:fieldRef id="5228">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Near leg forward points</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5230">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Far leg forward points.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5232">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Specifies the denomination of the quantity fields.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6203">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">The fixing date of a non-deliverable forward (NDF) trade.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5226">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Settlement date for near leg.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5227">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Same as FutSettDate (tag 5226) but for the far leg of a FX Swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5229">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Near leg forward points.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5231">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Far leg forward points.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5233">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A notional dealt amount for an Outright (single legged), or the near dealt amount of a Swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5234">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Applicable when subscribing for Swap prices. Represents the far dealt amount of the Swap.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7065">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Quoting Duration is a user defined integer field for users to specify the type of quoting or quote streaming desired from the price making system. Valid Values:0 = One-shot Quoting (RFQ) (A maximum of only one Quote is allowed per Quote Request. If the price maker withdraws a quoted price, the Quote Request associated with that transaction will be terminated. Price taker decision to accept or reject the quote will also terminate the process)

&gt;0 = Auction Period Streaming (The price maker can quote as often as it likes within a specified time period. Each new quote intended to replace the previous. In this case, price maker withdrawals of a previous quoted price will not terminate the Quote Request process. Only an explicit request to abort the Quote Request by the price maker will terminate the process. Price taker decision to accept or reject the quote will also terminate the process.)

. -1 = Stream Till Done (Similar to Auction Period Streaming model with the exception that there is no pre-defined auction period. Price taker decision to accept or reject the quote will also terminate the process)

-2 = Stream Till Cancelled (Similar to the Stream Till Done model with the exception that when the price taker accepts a given quote it does not result in the termination of the quoting process. Quoting continues indefinitely until one of the parties explicitly cancels the Quote Request transaction).</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="5235">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Spot rate represented in repeating group.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Velocity Systems International.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Brokerage" id="21591" name="Weeden">
            <fixr:structure>
                <fixr:fieldRef id="7603">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GMT, FIX standard format — missing means trade to market close.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7605">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">missing is the same as zero.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7604">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Y or N — missing means N.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7602">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">GMT, FIX standard format — missing means start immediately.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7601">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">Indicate value.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7607"/>
                <fixr:fieldRef id="7608"/>
                <fixr:fieldRef id="7609"/>
                <fixr:fieldRef id="7610"/>
                <fixr:fieldRef id="7611"/>
                <fixr:fieldRef id="7612"/>
                <fixr:fieldRef id="7613"/>
                <fixr:fieldRef id="7614"/>
                <fixr:fieldRef id="7615"/>
                <fixr:fieldRef id="7616"/>
                <fixr:fieldRef id="7617"/>
                <fixr:fieldRef id="7618"/>
                <fixr:fieldRef id="7619"/>
                <fixr:fieldRef id="7620"/>
                <fixr:fieldRef id="7621"/>
                <fixr:fieldRef id="7622"/>
                <fixr:fieldRef id="7623"/>
                <fixr:fieldRef id="7624"/>
                <fixr:fieldRef id="7625"/>
                <fixr:fieldRef id="7626"/>
                <fixr:fieldRef id="7627"/>
                <fixr:fieldRef id="7628"/>
                <fixr:fieldRef id="7629"/>
                <fixr:fieldRef id="7630"/>
                <fixr:fieldRef id="7631"/>
                <fixr:fieldRef id="7632"/>
                <fixr:fieldRef id="7633"/>
                <fixr:fieldRef id="7634"/>
                <fixr:fieldRef id="7635"/>
                <fixr:fieldRef id="7636"/>
                <fixr:fieldRef id="7637"/>
                <fixr:fieldRef id="7638"/>
                <fixr:fieldRef id="7639"/>
                <fixr:fieldRef id="7640"/>
                <fixr:fieldRef id="7641"/>
                <fixr:fieldRef id="7642"/>
                <fixr:fieldRef id="7643"/>
                <fixr:fieldRef id="7644"/>
                <fixr:fieldRef id="7645"/>
                <fixr:fieldRef id="7646"/>
                <fixr:fieldRef id="7647"/>
                <fixr:fieldRef id="7648"/>
                <fixr:fieldRef id="7649"/>
                <fixr:fieldRef id="7650"/>
                <fixr:fieldRef id="7651"/>
                <fixr:fieldRef id="7652"/>
                <fixr:fieldRef id="7653"/>
                <fixr:fieldRef id="7654"/>
                <fixr:fieldRef id="7655"/>
                <fixr:fieldRef id="7656"/>
                <fixr:fieldRef id="7657"/>
                <fixr:fieldRef id="7658"/>
                <fixr:fieldRef id="7659"/>
                <fixr:fieldRef id="7660"/>
                <fixr:fieldRef id="7600">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is a required field!</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="7606">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">this tag is ignored if value is missing or zero.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Weeden &amp; Co.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
        <fixr:message category="Other" id="38496" name="WofexInc">
            <fixr:structure>
                <fixr:fieldRef id="6969">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">This is allow order entry system to specify orders for Wofex that are not currently supported by FIX order type mix.</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
                <fixr:fieldRef id="6970">
                    <fixr:annotation>
                        <fixr:documentation contentType="text/markdown">A text field to indicate the subscriber ID of the Wofex ATS when user sends in an order</fixr:documentation>
                    </fixr:annotation>
                </fixr:fieldRef>
            </fixr:structure>
            <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS" contentType="text/markdown">List of user-defined fields for Wofex Inc.</fixr:documentation>
            </fixr:annotation>
        </fixr:message>
    </fixr:messages>
</fixr:repository>
