fix-client
Version:
A minimalist FIX API client
1,720 lines (1,719 loc) • 1.26 MB
JavaScript
const MESSAGE_CONTENTS = [
{
'ComponentID': '1',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '1',
'TagText': '112',
'Indent': '0',
'Position': '2',
'Reqd': '0',
'Description': 'Required when the heartbeat is the result of a Test Request message.',
'Added': 'FIX.4.0'
},
{
'ComponentID': '1',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '2',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '2',
'TagText': '112',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Added': 'FIX.4.0'
},
{
'ComponentID': '2',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '3',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 2',
'Added': 'FIX.2.7'
},
{
'ComponentID': '3',
'TagText': '7',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '3',
'TagText': '16',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '3',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '4',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '4',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 3',
'Added': 'FIX.2.7'
},
{
'ComponentID': '4',
'TagText': '45',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Description': 'MsgSeqNum of rejected message',
'Added': 'FIX.2.7'
},
{
'ComponentID': '4',
'TagText': '371',
'Indent': '0',
'Position': '3',
'Reqd': '0',
'Description': 'The tag number of the FIX field being referenced.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '4',
'TagText': '372',
'Indent': '0',
'Position': '4',
'Reqd': '0',
'Description': 'The MsgType of the FIX message being referenced.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '4',
'TagText': '1130',
'Indent': '0',
'Position': '4.1',
'Reqd': '0',
'Description': 'Recommended when rejecting an application message that does not explicitly provide ApplVerID ( 1128) on the message being rejected. In this case the value from the DefaultApplVerID(1137) or the default value specified in the NoMsgTypes repeating group on the logon message should be provided.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '4',
'TagText': '1406',
'Indent': '0',
'Position': '4.2',
'Reqd': '0',
'Description': 'Recommended when rejecting an application message that does not explicitly provide ApplExtID(1156) on the rejected message. In this case the value from the DefaultApplExtID(1407) or the default value specified in the NoMsgTypes repeating group on the logon message should be provided.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '4',
'TagText': '1131',
'Indent': '0',
'Position': '4.3',
'Reqd': '0',
'Description': 'Recommended when rejecting an application message that does not explicitly provide CstmApplVerID(1129) on the message being rejected. In this case the value from the DefaultCstmApplVerID(1408) or the default value specified in the NoMsgTypes repeating group on the logon message should be provided.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '4',
'TagText': '373',
'Indent': '0',
'Position': '5',
'Reqd': '0',
'Description': 'Code to identify reason for a session-level Reject message.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '4',
'TagText': '58',
'Indent': '0',
'Position': '6',
'Reqd': '0',
'Description': 'Where possible, message to explain reason for rejection',
'Added': 'FIX.2.7'
},
{
'ComponentID': '4',
'TagText': '354',
'Indent': '0',
'Position': '7',
'Reqd': '0',
'Description': 'Must be set if EncodedText field is specified and must immediately precede it.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '4',
'TagText': '355',
'Indent': '0',
'Position': '8',
'Reqd': '0',
'Description': 'Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '4',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '9',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '5',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 4',
'Added': 'FIX.2.7'
},
{
'ComponentID': '5',
'TagText': '123',
'Indent': '0',
'Position': '2',
'Reqd': '0',
'Added': 'FIX.4.0'
},
{
'ComponentID': '5',
'TagText': '36',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '5',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '4',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '6',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 5',
'Added': 'FIX.2.7'
},
{
'ComponentID': '6',
'TagText': '1409',
'Indent': '0',
'Position': '1.01',
'Reqd': '0',
'Description': 'Session status at time of logout.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '6',
'TagText': '58',
'Indent': '0',
'Position': '2',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '6',
'TagText': '354',
'Indent': '0',
'Position': '3',
'Reqd': '0',
'Description': 'Must be set if EncodedText field is specified and must immediately precede it.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '6',
'TagText': '355',
'Indent': '0',
'Position': '4',
'Reqd': '0',
'Description': 'Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '6',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '5',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 6',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': 'ApplicationSequenceControl',
'Indent': '0',
'Position': '1.001',
'Reqd': '0',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '7',
'TagText': '23',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '28',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '26',
'Indent': '0',
'Position': '4',
'Reqd': '0',
'Description': 'Required for Cancel and Replace IOITransType messages',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': 'Instrument',
'Indent': '0',
'Position': '5',
'Reqd': '1',
'Description': 'Insert here the set of \'Instrument\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '7',
'TagText': 'Parties',
'Indent': '0',
'Position': '5.1',
'Reqd': '0',
'Description': 'Insert here the set of \'Parties\' (firm identification) fields defined in \'Common Components of Application Messages\'.',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '7',
'TagText': 'FinancingDetails',
'Indent': '0',
'Position': '6',
'Reqd': '0',
'Description': 'Insert here the set of \'FinancingDetails\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': 'UndInstrmtGrp',
'Indent': '0',
'Position': '7',
'Reqd': '0',
'Description': 'Number of underlyings',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': '54',
'Indent': '0',
'Position': '9',
'Reqd': '1',
'Description': 'Side of Indication\nValid subset of values: \n1 = Buy \n2 = Sell \n7 = Undisclosed \nB = As Defined (for multilegs) \nC = Opposite (for multilegs)\n\t\t',
'Added': 'FIX.2.7',
'Issue': 'SPEC-372'
},
{
'ComponentID': '7',
'TagText': '854',
'Indent': '0',
'Position': '10',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': 'OrderQtyData',
'Indent': '0',
'Position': '11',
'Reqd': '0',
'Description': 'Insert here the set of \'Instrument\' (symbology) fields defined in \'Common Components of Application Messages\'\nThe value zero is used if NoLegs repeating group is used\nApplicable if needed to express CashOrder Qty (tag 152)',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': '27',
'Indent': '0',
'Position': '12',
'Reqd': '1',
'Description': 'The value zero is used if NoLegs repeating group is used',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '15',
'Indent': '0',
'Position': '13',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': 'Stipulations',
'Indent': '0',
'Position': '14',
'Reqd': '0',
'Description': 'Insert here the set of \'Stipulations\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': 'InstrmtLegIOIGrp',
'Indent': '0',
'Position': '15',
'Reqd': '0',
'Description': 'Required for multileg IOIs',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': '423',
'Indent': '0',
'Position': '19',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '7',
'TagText': '44',
'Indent': '0',
'Position': '20',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '62',
'Indent': '0',
'Position': '21',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '25',
'Indent': '0',
'Position': '22',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '130',
'Indent': '0',
'Position': '23',
'Reqd': '0',
'Added': 'FIX.4.0'
},
{
'ComponentID': '7',
'TagText': 'IOIQualGrp',
'Indent': '0',
'Position': '24',
'Reqd': '0',
'Description': 'Required if any IOIQualifiers are specified. Indicates the number of repeating IOIQualifiers.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': '58',
'Indent': '0',
'Position': '26',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '7',
'TagText': '354',
'Indent': '0',
'Position': '27',
'Reqd': '0',
'Description': 'Must be set if EncodedText field is specified and must immediately precede it.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '7',
'TagText': '355',
'Indent': '0',
'Position': '28',
'Reqd': '0',
'Description': 'Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '7',
'TagText': '60',
'Indent': '0',
'Position': '29',
'Reqd': '0',
'Added': 'FIX.4.1'
},
{
'ComponentID': '7',
'TagText': '149',
'Indent': '0',
'Position': '30',
'Reqd': '0',
'Description': 'A URL (Uniform Resource Locator) link to additional information (i.e. http://www.XYZ.com/research.html)',
'Added': 'FIX.4.1'
},
{
'ComponentID': '7',
'TagText': 'RoutingGrp',
'Indent': '0',
'Position': '31',
'Reqd': '0',
'Description': 'Required if any RoutingType and RoutingIDs are specified. Indicates the number within repeating group.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': 'SpreadOrBenchmarkCurveData',
'Indent': '0',
'Position': '34',
'Reqd': '0',
'Description': 'Insert here the set of \'SpreadOrBenchmarkCurveData\' (Fixed Income spread or benchmark curve) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '7',
'TagText': 'YieldData',
'Indent': '0',
'Position': '35',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '7',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '36',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 7',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '2',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '5',
'Indent': '0',
'Position': '3',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '3',
'Indent': '0',
'Position': '4',
'Reqd': '0',
'Description': 'Required for Cancel and Replace AdvTransType messages',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': 'Instrument',
'Indent': '0',
'Position': '5',
'Reqd': '1',
'Description': 'Insert here the set of \'Instrument\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '8',
'TagText': 'InstrmtLegGrp',
'Indent': '0',
'Position': '6',
'Reqd': '0',
'Description': 'Number of legs\nIdentifies a Multi-leg Execution if present and non-zero.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '8',
'TagText': 'UndInstrmtGrp',
'Indent': '0',
'Position': '8',
'Reqd': '0',
'Description': 'Number of underlyings',
'Added': 'FIX.4.4'
},
{
'ComponentID': '8',
'TagText': '4',
'Indent': '0',
'Position': '10',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '53',
'Indent': '0',
'Position': '11',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '854',
'Indent': '0',
'Position': '12',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '8',
'TagText': '44',
'Indent': '0',
'Position': '13',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '15',
'Indent': '0',
'Position': '14',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '75',
'Indent': '0',
'Position': '15',
'Reqd': '0',
'Added': 'FIX.4.1'
},
{
'ComponentID': '8',
'TagText': '60',
'Indent': '0',
'Position': '16',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '58',
'Indent': '0',
'Position': '17',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '8',
'TagText': '354',
'Indent': '0',
'Position': '18',
'Reqd': '0',
'Description': 'Must be set if EncodedText field is specified and must immediately precede it.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '8',
'TagText': '355',
'Indent': '0',
'Position': '19',
'Reqd': '0',
'Description': 'Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '8',
'TagText': '149',
'Indent': '0',
'Position': '20',
'Reqd': '0',
'Description': 'A URL (Uniform Resource Locator) link to additional information (i.e. http://www.XYZ.com/research.html)',
'Added': 'FIX.4.1'
},
{
'ComponentID': '8',
'TagText': '30',
'Indent': '0',
'Position': '21',
'Reqd': '0',
'Added': 'FIX.4.1'
},
{
'ComponentID': '8',
'TagText': '336',
'Indent': '0',
'Position': '22',
'Reqd': '0',
'Added': 'FIX.4.2'
},
{
'ComponentID': '8',
'TagText': '625',
'Indent': '0',
'Position': '23',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '8',
'TagText': 'StandardTrailer',
'Indent': '0',
'Position': '24',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': 'StandardHeader',
'Indent': '0',
'Position': '1',
'Reqd': '1',
'Description': 'MsgType = 8',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': 'ApplicationSequenceControl',
'Indent': '0',
'Position': '1.1',
'Reqd': '0',
'Description': 'For use in drop copy applications. NOT FOR USE in transactional applications.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '37',
'Indent': '0',
'Position': '2',
'Reqd': '1',
'Description': 'OrderID is required to be unique for each chain of orders.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '198',
'Indent': '0',
'Position': '3',
'Reqd': '0',
'Description': 'Can be used to provide order id used by exchange or executing system.',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '526',
'Indent': '0',
'Position': '4',
'Reqd': '0',
'Description': 'In the case of quotes can be mapped to:\n- QuoteID(117) of a single Quote\n- QuoteEntryID(299) of a Mass Quote.',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '527',
'Indent': '0',
'Position': '5',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '11',
'Indent': '0',
'Position': '6',
'Reqd': '0',
'Description': 'Required when referring to orders that were electronically submitted over FIX or otherwise assigned a ClOrdID(11).\nIn the case of quotes can be mapped to:\n- QuoteMsgID(1166) of a single Quote\n- QuoteID(117) of a Mass Quote.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '41',
'Indent': '0',
'Position': '7',
'Reqd': '0',
'Description': 'Conditionally required for response to a Cancel or Cancel/Replace request (ExecType=PendingCancel, Replace, or Canceled) when referring to orders that where electronically submitted over FIX or otherwise assigned a ClOrdID(11). ClOrdID of the previous accepted order (NOT the initial order of the day) when canceling or replacing an order.',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '583',
'Indent': '0',
'Position': '8',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '693',
'Indent': '0',
'Position': '9',
'Reqd': '0',
'Description': 'Required if responding to a QuoteResponse message. Echo back the Initiator\'s value specified in the message.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '790',
'Indent': '0',
'Position': '10',
'Reqd': '0',
'Description': 'Required if responding to and if provided on the Order Status Request message. Echo back the value provided by the requester.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '584',
'Indent': '0',
'Position': '11',
'Reqd': '0',
'Description': 'Required if responding to a Order Mass Status Request. Echo back the value provided by the requester.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '961',
'Indent': '0',
'Position': '11.1',
'Reqd': '0',
'Description': 'Host assigned entity ID that can be used to reference all components of a cross; sides + strategy + legs',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '911',
'Indent': '0',
'Position': '12',
'Reqd': '0',
'Description': 'Can be used when responding to an Order Mass Status Request to identify the total number of Execution Reports which will be returned.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '912',
'Indent': '0',
'Position': '13',
'Reqd': '0',
'Description': 'Can be used when responding to an Order Mass Status Request to indicate that this is the last Execution Reports which will be returned as a result of the request.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': 'Parties',
'Indent': '0',
'Position': '14',
'Reqd': '0',
'Description': 'Insert here the set of \'Parties\' (firm identification) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '229',
'Indent': '0',
'Position': '15',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': 'ContraGrp',
'Indent': '0',
'Position': '16',
'Reqd': '0',
'Description': 'Number of ContraBrokers repeating group instances.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '66',
'Indent': '0',
'Position': '22',
'Reqd': '0',
'Description': 'Required for executions against orders which were submitted as part of a list.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '548',
'Indent': '0',
'Position': '23',
'Reqd': '0',
'Description': 'CrossID for the replacement order',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '551',
'Indent': '0',
'Position': '24',
'Reqd': '0',
'Description': 'Must match original cross order. Same order chaining mechanism as ClOrdID/OrigClOrdID with single order Cancel/Replace.',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '549',
'Indent': '0',
'Position': '25',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '880',
'Indent': '0',
'Position': '25.1',
'Reqd': '0',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '17',
'Indent': '0',
'Position': '26',
'Reqd': '1',
'Description': 'Unique identifier of execution message as assigned by sell-side (broker, exchange, ECN) (will be 0 (zero) forExecType=I (Order Status)).',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '19',
'Indent': '0',
'Position': '27',
'Reqd': '0',
'Description': 'Required for Trade Cancel and Trade Correct ExecType messages',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '150',
'Indent': '0',
'Position': '28',
'Reqd': '1',
'Description': 'Describes the purpose of the execution report.',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '39',
'Indent': '0',
'Position': '29',
'Reqd': '1',
'Description': 'Describes the current state of a CHAIN of orders, same scope as OrderQty, CumQty, LeavesQty, and AvgPx',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '636',
'Indent': '0',
'Position': '30',
'Reqd': '0',
'Description': 'For optional use with OrdStatus = 0 (New)',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '103',
'Indent': '0',
'Position': '31',
'Reqd': '0',
'Description': 'For optional use with ExecType = 8 (Rejected)',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '378',
'Indent': '0',
'Position': '32',
'Reqd': '0',
'Description': 'Required for ExecType = D (Restated).',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '1',
'Indent': '0',
'Position': '33',
'Reqd': '0',
'Description': 'Required for executions against electronically submitted orders which were assigned an account by the institution or intermediary',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '660',
'Indent': '0',
'Position': '34',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '581',
'Indent': '0',
'Position': '35',
'Reqd': '0',
'Description': 'Specifies type of account',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '589',
'Indent': '0',
'Position': '36',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '590',
'Indent': '0',
'Position': '37',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '591',
'Indent': '0',
'Position': '38',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '70',
'Indent': '0',
'Position': '38.1',
'Reqd': '0',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': 'PreAllocGrp',
'Indent': '0',
'Position': '38.2',
'Reqd': '0',
'Description': 'Pre-trade allocation instructions.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '63',
'Indent': '0',
'Position': '39',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '64',
'Indent': '0',
'Position': '40',
'Reqd': '0',
'Description': 'Takes precedence over SettlType value and conditionally required/omitted for specific SettleType values.\nRequired for NDFs to specify the \'value date\'.',
'Updated': 'FIX.5.0SP1',
'UpdatedEP': '82',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '574',
'Indent': '0',
'Position': '40.1',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '1115',
'Indent': '0',
'Position': '40.2',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '544',
'Indent': '0',
'Position': '41',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '635',
'Indent': '0',
'Position': '42',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': 'Instrument',
'Indent': '0',
'Position': '43',
'Reqd': '1',
'Description': 'Insert here the set of \'Instrument\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': 'FinancingDetails',
'Indent': '0',
'Position': '44',
'Reqd': '0',
'Description': 'Insert here the set of \'FinancingDetails\' (symbology) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': 'UndInstrmtGrp',
'Indent': '0',
'Position': '45',
'Reqd': '0',
'Description': 'Number of underlyings',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '54',
'Indent': '0',
'Position': '47',
'Reqd': '1',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': 'Stipulations',
'Indent': '0',
'Position': '48',
'Reqd': '0',
'Description': 'Insert here the set of \'Stipulations\' (repeating group of Fixed Income stipulations) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '854',
'Indent': '0',
'Position': '49',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': 'OrderQtyData',
'Indent': '0',
'Position': '50',
'Reqd': '0',
'Description': 'Insert here the set of \'OrderQtyData\' fields defined in \'Common Components of Application Messages\'\n**IMPORTANT NOTE: OrderQty field is required for Single Instrument Orders unless rejecting or acknowledging an order for a CashOrderQty or PercentOrder. **',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '1093',
'Indent': '0',
'Position': '50.1',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '40',
'Indent': '0',
'Position': '51',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '423',
'Indent': '0',
'Position': '52',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '44',
'Indent': '0',
'Position': '53',
'Reqd': '0',
'Description': 'Required if specified on the order',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '1092',
'Indent': '0',
'Position': '53.1',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '99',
'Indent': '0',
'Position': '54',
'Reqd': '0',
'Description': 'Required if specified on the order',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': 'TriggeringInstruction',
'Indent': '0',
'Position': '54.1',
'Reqd': '0',
'Description': 'Insert here the set of \'TriggeringInstruction\' fields defined in \'common components of application messages\'',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': 'PegInstructions',
'Indent': '0',
'Position': '55',
'Reqd': '0',
'Description': 'Insert here the set of \'PegInstruction\' fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': 'DiscretionInstructions',
'Indent': '0',
'Position': '56',
'Reqd': '0',
'Description': 'Insert here the set of \'DiscretionInstruction\' fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '839',
'Indent': '0',
'Position': '57',
'Reqd': '0',
'Description': 'The current price the order is pegged at',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '1095',
'Indent': '0',
'Position': '57.1',
'Reqd': '0',
'Description': 'The reference price of a pegged order.',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '845',
'Indent': '0',
'Position': '58',
'Reqd': '0',
'Description': 'The current discretionary price of the order',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '847',
'Indent': '0',
'Position': '59',
'Reqd': '0',
'Description': 'The target strategy of the order',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': 'StrategyParametersGrp',
'Indent': '0',
'Position': '59.1',
'Reqd': '0',
'Description': 'Strategy parameter block',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '848',
'Indent': '0',
'Position': '60',
'Reqd': '0',
'Description': 'For further specification of the TargetStrategy',
'Added': 'FIX.4.4',
'Deprecated': 'FIX.5.0'
},
{
'ComponentID': '9',
'TagText': '849',
'Indent': '0',
'Position': '61',
'Reqd': '0',
'Description': 'Mandatory for a TargetStrategy=Participate order and specifies the target particpation rate.\nFor other order types optionally specifies a volume limit (i.e. do not be more than this percent of the market volume)',
'Added': 'FIX.4.4',
'Deprecated': 'FIX.5.0'
},
{
'ComponentID': '9',
'TagText': '850',
'Indent': '0',
'Position': '62',
'Reqd': '0',
'Description': 'For communication of the performance of the order versus the target strategy',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '15',
'Indent': '0',
'Position': '63',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '376',
'Indent': '0',
'Position': '64',
'Reqd': '0',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '377',
'Indent': '0',
'Position': '65',
'Reqd': '0',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '59',
'Indent': '0',
'Position': '66',
'Reqd': '0',
'Description': 'Absence of this field indicates Day order',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '168',
'Indent': '0',
'Position': '67',
'Reqd': '0',
'Description': 'Time specified on the order at which the order should be considered valid',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '432',
'Indent': '0',
'Position': '68',
'Reqd': '0',
'Description': 'Conditionally required if TimeInForce = GTD and ExpireTime is not specified.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '126',
'Indent': '0',
'Position': '69',
'Reqd': '0',
'Description': 'Conditionally required if TimeInForce = GTD and ExpireDate is not specified.',
'Added': 'FIX.4.0'
},
{
'ComponentID': '9',
'TagText': '18',
'Indent': '0',
'Position': '70',
'Reqd': '0',
'Description': 'Can contain multiple instructions, space delimited.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '1057',
'Indent': '0',
'Position': '70.1',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '528',
'Indent': '0',
'Position': '71',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '529',
'Indent': '0',
'Position': '72',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '1091',
'Indent': '0',
'Position': '72.1',
'Reqd': '0',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '582',
'Indent': '0',
'Position': '73',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '32',
'Indent': '0',
'Position': '74',
'Reqd': '0',
'Description': 'Quantity (e.g. shares) bought/sold on this (last) fill. Required if ExecType = Trade or Trade Correct.\nIf ExecType=Stopped, represents the quantity stopped/guaranteed/protected for.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '1056',
'Indent': '0',
'Position': '74.1',
'Reqd': '0',
'Description': 'Used for FX trades to express the quantity or amount of the other side of the currency. Conditionally required if ExecType = Trade or Trade Correct and is an FX trade.',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '1071',
'Indent': '0',
'Position': '74.2',
'Reqd': '0',
'Description': 'Optionally used when ExecType = Trade or Trade Correct and is a FX Swap trade. Used to express the swap points for the swap trade event.',
'Added': 'FIX.4.4',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '652',
'Indent': '0',
'Position': '75',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '31',
'Indent': '0',
'Position': '76',
'Reqd': '0',
'Description': 'Price of this (last) fill. Required if ExecType = Trade or Trade Correct.\nShould represent the \'all-in\' (LastSpotRate + LastForwardPoints) rate for F/X orders. ).\nIf ExecType=Stopped, represents the price stopped/guaranteed/protected at.\nNot required for FX Swap when ExecType = Trade or Trade Correct as there is no \'all-in\' rate that applies to both legs of the FX Swap.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '651',
'Indent': '0',
'Position': '77',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '669',
'Indent': '0',
'Position': '78',
'Reqd': '0',
'Description': 'Last price expressed in percent-of-par. Conditionally required for Fixed Income trades when LastPx is expressed in Yield, Spread, Discount or any other price type that is not percent-of-par.',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '194',
'Indent': '0',
'Position': '79',
'Reqd': '0',
'Description': 'Applicable for F/X orders',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '195',
'Indent': '0',
'Position': '80',
'Reqd': '0',
'Description': 'Applicable for F/X orders',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '30',
'Indent': '0',
'Position': '81',
'Reqd': '0',
'Description': 'If ExecType = Trade (F), indicates the market where the trade was executed. If ExecType = New (0), indicates the market where the order was routed.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '336',
'Indent': '0',
'Position': '82',
'Reqd': '0',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '625',
'Indent': '0',
'Position': '83',
'Reqd': '0',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': '943',
'Indent': '0',
'Position': '84',
'Reqd': '0',
'Added': 'FIX.4.4'
},
{
'ComponentID': '9',
'TagText': '29',
'Indent': '0',
'Position': '85',
'Reqd': '0',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '151',
'Indent': '0',
'Position': '86',
'Reqd': '1',
'Description': 'Quantity open for further execution. If the OrdStatus is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty - CumQty.',
'Added': 'FIX.4.1'
},
{
'ComponentID': '9',
'TagText': '14',
'Indent': '0',
'Position': '87',
'Reqd': '1',
'Description': 'Currently executed quantity for chain of orders.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '6',
'Indent': '0',
'Position': '88',
'Reqd': '0',
'Description': 'Not required for markets where average price is not calculated by the market.\nConditionally required otherwise.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '424',
'Indent': '0',
'Position': '89',
'Reqd': '0',
'Description': 'For GT orders on days following the day of the first trade.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '425',
'Indent': '0',
'Position': '90',
'Reqd': '0',
'Description': 'For GT orders on days following the day of the first trade.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '426',
'Indent': '0',
'Position': '91',
'Reqd': '0',
'Description': 'For GT orders on days following the day of the first trade.',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '1361',
'Indent': '0',
'Position': '91.1',
'Reqd': '0',
'Description': 'Used to support fragmentation. Sum of NoFills across all messages with the same ExecID.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '893',
'Indent': '0',
'Position': '91.2',
'Reqd': '0',
'Description': 'Indicates whether this is the last fragment in a sequence of message fragments. Only required where message has been fragmented.',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': 'FillsGrp',
'Indent': '0',
'Position': '91.3',
'Reqd': '0',
'Description': 'Specifies the partial fills included in this Execution Report',
'Added': 'FIX.5.0',
'AddedEP': '-1'
},
{
'ComponentID': '9',
'TagText': '427',
'Indent': '0',
'Position': '92',
'Reqd': '0',
'Description': 'States whether executions are booked out or accumulated on a partially filled GT order',
'Added': 'FIX.4.2'
},
{
'ComponentID': '9',
'TagText': '75',
'Indent': '0',
'Position': '93',
'Reqd': '0',
'Description': 'Used when reporting other than current day trades.',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '60',
'Indent': '0',
'Position': '94',
'Reqd': '0',
'Description': 'Time the transaction represented by this ExecutionReport occurred',
'Added': 'FIX.2.7'
},
{
'ComponentID': '9',
'TagText': '113',
'Indent': '0',
'Position': '95',
'Reqd': '0',
'Added': 'FIX.3.0'
},
{
'ComponentID': '9',
'TagText': 'CommissionData',
'Indent': '0',
'Position': '96',
'Reqd': '0',
'Description': 'Insert here the set of \'CommissionData\' fields defined in \'Common Components of Application Messages\'\nNote: On a fill/partial fill messages, it represents value for that fill/partial fill. On ExecType=Calculated, it represents cumulative value for the order. Monetary commission values are expressed in the currency reflected by the Currency field.',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': 'SpreadOrBenchmarkCurveData',
'Indent': '0',
'Position': '97',
'Reqd': '0',
'Description': 'Insert here the set of \'SpreadOrBenchmarkCurveData\' (Fixed Income spread or benchmark curve) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},
{
'ComponentID': '9',
'TagText': 'YieldData',
'Indent': '0',
'Position': '98',
'Reqd': '0',
'Description': 'Insert here the set of \'YieldData\' (yield-related) fields defined in \'Common Components of Application Messages\'',
'Added': 'FIX.4.3'
},