jspurefix 4.1.2 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/BACKPORT_PLAN.md +214 -0
  2. package/README.md +1 -2
  3. package/data/examples/FIX.4.4/fixsim/fix.txt +46 -0
  4. package/data/session/fixsim-qf44-initiator.json +21 -0
  5. package/dist/buffer/ascii/ascii-parser-state.js +0 -7
  6. package/dist/buffer/ascii/ascii-parser-state.js.map +1 -1
  7. package/dist/buffer/ascii/ascii-parser.d.ts +1 -0
  8. package/dist/buffer/ascii/ascii-parser.js +8 -2
  9. package/dist/buffer/ascii/ascii-parser.js.map +1 -1
  10. package/dist/buffer/ascii/ascii-segment-parser.js +36 -0
  11. package/dist/buffer/ascii/ascii-segment-parser.js.map +1 -1
  12. package/dist/buffer/ascii/tag-index.d.ts +20 -0
  13. package/dist/buffer/ascii/tag-index.js +89 -0
  14. package/dist/buffer/ascii/tag-index.js.map +1 -0
  15. package/dist/buffer/msg-view.js +17 -4
  16. package/dist/buffer/msg-view.js.map +1 -1
  17. package/dist/buffer/segment/segment-description.d.ts +3 -0
  18. package/dist/buffer/segment/segment-description.js +8 -0
  19. package/dist/buffer/segment/segment-description.js.map +1 -1
  20. package/dist/buffer/segment/segment-view.d.ts +13 -0
  21. package/dist/buffer/segment/segment-view.js +27 -0
  22. package/dist/buffer/segment/segment-view.js.map +1 -0
  23. package/dist/collections/collection.js.map +1 -1
  24. package/dist/config/js-fix-logger.js.map +1 -1
  25. package/dist/store/fix-msg-ascii-store-resend.js.map +1 -1
  26. package/dist/transport/session/fix-session.js +6 -0
  27. package/dist/transport/session/fix-session.js.map +1 -1
  28. package/dist/transport/tcp/tcp-initiator-connector.js.map +1 -1
  29. package/dist/types/FIX.5.0SP2/quickfix/enum/all-enum.js.map +1 -1
  30. package/dist/types/FIX.5.0SP2/repo/enum/all-enum.js.map +1 -1
  31. package/dist/types/FIX.5.0SP2/repo/set/hop_grp.js.map +1 -1
  32. package/dist/types/FIX4.0/repo/enum/all-enum.js.map +1 -1
  33. package/dist/types/FIX4.1/repo/enum/all-enum.js.map +1 -1
  34. package/dist/types/FIX4.2/quickfix/enum/all-enum.js.map +1 -1
  35. package/dist/types/FIX4.2/repo/enum/all-enum.js.map +1 -1
  36. package/dist/types/FIX4.3/quickfix/enum/all-enum.js.map +1 -1
  37. package/dist/types/FIX4.3/repo/allocation.js.map +1 -1
  38. package/dist/types/FIX4.3/repo/allocation_ack.js.map +1 -1
  39. package/dist/types/FIX4.3/repo/cross_order_cancel_replace_request.js.map +1 -1
  40. package/dist/types/FIX4.3/repo/cross_order_cancel_request.js.map +1 -1
  41. package/dist/types/FIX4.3/repo/derivative_security_list.js.map +1 -1
  42. package/dist/types/FIX4.3/repo/enum/all-enum.js.map +1 -1
  43. package/dist/types/FIX4.3/repo/execution_report.js.map +1 -1
  44. package/dist/types/FIX4.3/repo/mass_quote.js.map +1 -1
  45. package/dist/types/FIX4.3/repo/mass_quote_acknowledgement.js.map +1 -1
  46. package/dist/types/FIX4.3/repo/multileg_order_cancel_replace_request.js.map +1 -1
  47. package/dist/types/FIX4.3/repo/new_order_cross.js.map +1 -1
  48. package/dist/types/FIX4.3/repo/new_order_list.js.map +1 -1
  49. package/dist/types/FIX4.3/repo/new_order_multileg.js.map +1 -1
  50. package/dist/types/FIX4.3/repo/new_order_single.js.map +1 -1
  51. package/dist/types/FIX4.3/repo/order_cancel_replace_request.js.map +1 -1
  52. package/dist/types/FIX4.3/repo/order_cancel_request.js.map +1 -1
  53. package/dist/types/FIX4.3/repo/order_mass_status_request.js.map +1 -1
  54. package/dist/types/FIX4.3/repo/order_status_request.js.map +1 -1
  55. package/dist/types/FIX4.3/repo/quote.js.map +1 -1
  56. package/dist/types/FIX4.3/repo/quote_cancel.js.map +1 -1
  57. package/dist/types/FIX4.3/repo/quote_request.js.map +1 -1
  58. package/dist/types/FIX4.3/repo/quote_request_reject.js.map +1 -1
  59. package/dist/types/FIX4.3/repo/quote_status_report.js.map +1 -1
  60. package/dist/types/FIX4.3/repo/quote_status_request.js.map +1 -1
  61. package/dist/types/FIX4.3/repo/registration_instructions.js.map +1 -1
  62. package/dist/types/FIX4.3/repo/registration_instructions_response.js.map +1 -1
  63. package/dist/types/FIX4.3/repo/security_definition.js.map +1 -1
  64. package/dist/types/FIX4.3/repo/security_definition_request.js.map +1 -1
  65. package/dist/types/FIX4.3/repo/security_list.js.map +1 -1
  66. package/dist/types/FIX4.3/repo/settlement_instructions.js.map +1 -1
  67. package/dist/types/FIX4.3/repo/trade_capture_report.js.map +1 -1
  68. package/dist/types/FIX4.3/repo/trade_capture_report_request.js.map +1 -1
  69. package/dist/types/FIX4.4/quickfix/enum/all-enum.js.map +1 -1
  70. package/dist/types/FIX4.4/repo/enum/all-enum.js.map +1 -1
  71. package/dist/types/FIX4.4/repo/set/hop.js.map +1 -1
  72. package/dist/types/FIXML50SP2/adjusted_position_report.js.map +1 -1
  73. package/dist/types/FIXML50SP2/derivative_security_list.js.map +1 -1
  74. package/dist/types/FIXML50SP2/derivative_security_list_update_report.js.map +1 -1
  75. package/dist/types/FIXML50SP2/email.js.map +1 -1
  76. package/dist/types/FIXML50SP2/enum/all-enum.js.map +1 -1
  77. package/dist/types/FIXML50SP2/news.js.map +1 -1
  78. package/dist/types/FIXML50SP2/quote_cancel.js.map +1 -1
  79. package/dist/types/FIXML50SP2/set/market_segment_grp.js.map +1 -1
  80. package/dist/types/FIXML50SP2/set/party_risk_limits_ack_grp.js.map +1 -1
  81. package/dist/types/FIXML50SP2/set/party_risk_limits_grp.js.map +1 -1
  82. package/dist/types/FIXML50SP2/set/party_risk_limits_update_grp.js.map +1 -1
  83. package/dist/types/FIXML50SP2/set/sec_list_grp.js.map +1 -1
  84. package/dist/types/FIXML50SP2/set/sec_lst_upd_rel_sym_grp.js.map +1 -1
  85. package/dist/types/FIXML50SP2/set/trading_session_rules_grp.js.map +1 -1
  86. package/dist/types/FIXML50SP2/set/trd_instrmt_leg_grp.js.map +1 -1
  87. package/dist/types/FIXML50SP2/set/trd_sess_lst_grp.js.map +1 -1
  88. package/dist/types/FIXML50SP2/stream_assignment_report.js.map +1 -1
  89. package/dist/types/FIXML50SP2/stream_assignment_request.js.map +1 -1
  90. package/eslint.config.mjs +119 -0
  91. package/jsfix.test_client.txt +66 -66
  92. package/jsfix.test_server.txt +63 -63
  93. package/package.json +4 -5
  94. package/src/buffer/ascii/ascii-parser-state.ts +4 -7
  95. package/src/buffer/ascii/ascii-parser.ts +14 -3
  96. package/src/buffer/ascii/ascii-segment-parser.ts +37 -0
  97. package/src/buffer/ascii/tag-index.ts +101 -0
  98. package/src/buffer/msg-view.ts +18 -6
  99. package/src/buffer/segment/segment-description.ts +10 -0
  100. package/src/buffer/segment/segment-view.ts +28 -0
  101. package/src/collections/collection.ts +0 -1
  102. package/src/config/js-fix-logger.ts +0 -1
  103. package/src/store/fix-msg-ascii-store-resend.ts +1 -1
  104. package/src/transport/session/fix-session.ts +7 -0
  105. package/src/transport/tcp/tcp-initiator-connector.ts +1 -1
  106. package/src/types/FIX.5.0SP2/quickfix/enum/all-enum.ts +0 -1
  107. package/src/types/FIX.5.0SP2/repo/enum/all-enum.ts +0 -1
  108. package/src/types/FIX.5.0SP2/repo/set/hop_grp.ts +1 -1
  109. package/src/types/FIX4.0/repo/enum/all-enum.ts +0 -1
  110. package/src/types/FIX4.1/repo/enum/all-enum.ts +0 -1
  111. package/src/types/FIX4.2/quickfix/enum/all-enum.ts +0 -1
  112. package/src/types/FIX4.2/repo/enum/all-enum.ts +0 -1
  113. package/src/types/FIX4.3/quickfix/enum/all-enum.ts +0 -1
  114. package/src/types/FIX4.3/repo/allocation.ts +2 -2
  115. package/src/types/FIX4.3/repo/allocation_ack.ts +1 -1
  116. package/src/types/FIX4.3/repo/cross_order_cancel_replace_request.ts +4 -4
  117. package/src/types/FIX4.3/repo/cross_order_cancel_request.ts +1 -1
  118. package/src/types/FIX4.3/repo/derivative_security_list.ts +1 -1
  119. package/src/types/FIX4.3/repo/enum/all-enum.ts +0 -1
  120. package/src/types/FIX4.3/repo/execution_report.ts +5 -5
  121. package/src/types/FIX4.3/repo/mass_quote.ts +1 -1
  122. package/src/types/FIX4.3/repo/mass_quote_acknowledgement.ts +1 -1
  123. package/src/types/FIX4.3/repo/multileg_order_cancel_replace_request.ts +3 -3
  124. package/src/types/FIX4.3/repo/new_order_cross.ts +4 -4
  125. package/src/types/FIX4.3/repo/new_order_list.ts +4 -4
  126. package/src/types/FIX4.3/repo/new_order_multileg.ts +3 -3
  127. package/src/types/FIX4.3/repo/new_order_single.ts +4 -4
  128. package/src/types/FIX4.3/repo/order_cancel_replace_request.ts +3 -3
  129. package/src/types/FIX4.3/repo/order_cancel_request.ts +1 -1
  130. package/src/types/FIX4.3/repo/order_mass_status_request.ts +1 -1
  131. package/src/types/FIX4.3/repo/order_status_request.ts +1 -1
  132. package/src/types/FIX4.3/repo/quote.ts +1 -1
  133. package/src/types/FIX4.3/repo/quote_cancel.ts +1 -1
  134. package/src/types/FIX4.3/repo/quote_request.ts +2 -2
  135. package/src/types/FIX4.3/repo/quote_request_reject.ts +2 -2
  136. package/src/types/FIX4.3/repo/quote_status_report.ts +1 -1
  137. package/src/types/FIX4.3/repo/quote_status_request.ts +1 -1
  138. package/src/types/FIX4.3/repo/registration_instructions.ts +2 -2
  139. package/src/types/FIX4.3/repo/registration_instructions_response.ts +1 -1
  140. package/src/types/FIX4.3/repo/security_definition.ts +1 -1
  141. package/src/types/FIX4.3/repo/security_definition_request.ts +1 -1
  142. package/src/types/FIX4.3/repo/security_list.ts +1 -1
  143. package/src/types/FIX4.3/repo/settlement_instructions.ts +1 -1
  144. package/src/types/FIX4.3/repo/trade_capture_report.ts +1 -1
  145. package/src/types/FIX4.3/repo/trade_capture_report_request.ts +1 -1
  146. package/src/types/FIX4.4/quickfix/enum/all-enum.ts +0 -1
  147. package/src/types/FIX4.4/repo/enum/all-enum.ts +0 -1
  148. package/src/types/FIX4.4/repo/set/hop.ts +1 -1
  149. package/src/types/FIXML50SP2/adjusted_position_report.ts +1 -1
  150. package/src/types/FIXML50SP2/derivative_security_list.ts +1 -1
  151. package/src/types/FIXML50SP2/derivative_security_list_update_report.ts +1 -1
  152. package/src/types/FIXML50SP2/email.ts +1 -1
  153. package/src/types/FIXML50SP2/enum/all-enum.ts +0 -1
  154. package/src/types/FIXML50SP2/news.ts +1 -1
  155. package/src/types/FIXML50SP2/quote_cancel.ts +1 -1
  156. package/src/types/FIXML50SP2/set/market_segment_grp.ts +1 -1
  157. package/src/types/FIXML50SP2/set/party_risk_limits_ack_grp.ts +1 -1
  158. package/src/types/FIXML50SP2/set/party_risk_limits_grp.ts +1 -1
  159. package/src/types/FIXML50SP2/set/party_risk_limits_update_grp.ts +1 -1
  160. package/src/types/FIXML50SP2/set/sec_list_grp.ts +2 -2
  161. package/src/types/FIXML50SP2/set/sec_lst_upd_rel_sym_grp.ts +1 -1
  162. package/src/types/FIXML50SP2/set/trading_session_rules_grp.ts +1 -1
  163. package/src/types/FIXML50SP2/set/trd_instrmt_leg_grp.ts +1 -1
  164. package/src/types/FIXML50SP2/set/trd_sess_lst_grp.ts +1 -1
  165. package/src/types/FIXML50SP2/stream_assignment_report.ts +1 -1
  166. package/src/types/FIXML50SP2/stream_assignment_request.ts +1 -1
  167. package/src/util/unzip.js +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"order_status_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/order_status_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The order status request message is used by the institution *\n* to generate an order status message back from the broker. *\n***************************************************************\n*/\nexport interface IOrderStatusRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n OrderID?: string// [2] 37 (String)\n ClOrdID: string// [3] 11 (String)\n Parties?: IParties[]// [4] \n Account?: string// [5] 1 (String)\n Instrument: IInstrument// [6] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Side: string// [7] 54 (String)\n StandardTrailer: IStandardTrailer// [8] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"order_status_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/order_status_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The order status request message is used by the institution *\n* to generate an order status message back from the broker. *\n***************************************************************\n*/\nexport interface IOrderStatusRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n OrderID?: string// [2] 37 (String)\n ClOrdID: string// [3] 11 (String)\n Parties?: IParties[]// [4]\n Account?: string// [5] 1 (String)\n Instrument: IInstrument// [6] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Side: string// [7] 54 (String)\n StandardTrailer: IStandardTrailer// [8] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The quote message is used as the response to a Quote Request *\n* message in both indicative, tradeable, and restricted *\n* tradeable quoting markets. *\n****************************************************************\n*/\nexport interface IQuote {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n QuoteResponseLevel?: number// [4] 301 (Int)\n Parties?: IParties[]// [5] \n Account?: string// [6] 1 (String)\n TradingSessionID?: string// [7] 336 (String)\n Instrument: IInstrument// [8] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n BidPx?: number// [9] 132 (Float)\n OfferPx?: number// [10] 133 (Float)\n BidSize?: number// [11] 134 (Float)\n OfferSize?: number// [12] 135 (Float)\n ValidUntilTime?: Date// [13] 62 (UtcTimestamp)\n BidSpotRate?: number// [14] 188 (Float)\n OfferSpotRate?: number// [15] 190 (Float)\n BidForwardPoints?: number// [16] 189 (Float)\n OfferForwardPoints?: number// [17] 191 (Float)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n SettlmntTyp?: string// [19] 63 (String)\n FutSettDate?: Date// [20] 64 (LocalDate)\n OrdType?: string// [21] 40 (String)\n FutSettDate2?: Date// [22] 193 (LocalDate)\n OrderQty2?: number// [23] 192 (Float)\n Currency?: string// [24] 15 (String)\n SettlCurrFxRateCalc?: string// [25] 156 (String)\n Commission?: number// [26] 12 (Float)\n CommType?: string// [27] 13 (String)\n ExDestination?: string// [28] 100 (String)\n Text?: string// [29] 58 (String)\n EncodedTextLen?: number// [30] 354 (Int)\n EncodedText?: Buffer// [31] 355 (RawData)\n StandardTrailer: IStandardTrailer// [32] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The quote message is used as the response to a Quote Request *\n* message in both indicative, tradeable, and restricted *\n* tradeable quoting markets. *\n****************************************************************\n*/\nexport interface IQuote {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n QuoteResponseLevel?: number// [4] 301 (Int)\n Parties?: IParties[]// [5]\n Account?: string// [6] 1 (String)\n TradingSessionID?: string// [7] 336 (String)\n Instrument: IInstrument// [8] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n BidPx?: number// [9] 132 (Float)\n OfferPx?: number// [10] 133 (Float)\n BidSize?: number// [11] 134 (Float)\n OfferSize?: number// [12] 135 (Float)\n ValidUntilTime?: Date// [13] 62 (UtcTimestamp)\n BidSpotRate?: number// [14] 188 (Float)\n OfferSpotRate?: number// [15] 190 (Float)\n BidForwardPoints?: number// [16] 189 (Float)\n OfferForwardPoints?: number// [17] 191 (Float)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n SettlmntTyp?: string// [19] 63 (String)\n FutSettDate?: Date// [20] 64 (LocalDate)\n OrdType?: string// [21] 40 (String)\n FutSettDate2?: Date// [22] 193 (LocalDate)\n OrderQty2?: number// [23] 192 (Float)\n Currency?: string// [24] 15 (String)\n SettlCurrFxRateCalc?: string// [25] 156 (String)\n Commission?: number// [26] 12 (Float)\n CommType?: string// [27] 13 (String)\n ExDestination?: string// [28] 100 (String)\n Text?: string// [29] 58 (String)\n EncodedTextLen?: number// [30] 354 (Int)\n EncodedText?: Buffer// [31] 355 (RawData)\n StandardTrailer: IStandardTrailer// [32] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote_cancel.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_cancel.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The Quote Cancel message is used by an originator of quotes *\n* to cancel quotes. *\n***************************************************************\n*/\nexport interface IQuoteCancel {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n QuoteCancelType: number// [4] 298 (Int)\n QuoteResponseLevel?: number// [5] 301 (Int)\n Parties?: IParties[]// [6] \n Account?: string// [7] 1 (String)\n TradingSessionID?: string// [8] 336 (String)\n NoQuoteEntries?: number// [9] 295 (Int)\n Instrument?: IInstrument// [10] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n StandardTrailer: IStandardTrailer// [11] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote_cancel.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_cancel.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The Quote Cancel message is used by an originator of quotes *\n* to cancel quotes. *\n***************************************************************\n*/\nexport interface IQuoteCancel {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n QuoteCancelType: number// [4] 298 (Int)\n QuoteResponseLevel?: number// [5] 301 (Int)\n Parties?: IParties[]// [6]\n Account?: string// [7] 1 (String)\n TradingSessionID?: string// [8] 336 (String)\n NoQuoteEntries?: number// [9] 295 (Int)\n Instrument?: IInstrument// [10] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n StandardTrailer: IStandardTrailer// [11] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IStipulations } from './set/stipulations'\nimport { ISpreadOrBenchmarkCurveData } from './set/spread_or_benchmark_curve_data'\nimport { IYieldData } from './set/yield_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* In some markets it is the practice to request quotes from *\n* brokers prior to placement of an order. The quote request *\n* message is used for this purpose. This message is commonly *\n* referred to as an Request For Quote (RFQ) *\n**************************************************************\n*/\nexport interface IQuoteRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID: string// [2] 131 (String)\n NoRelatedSym: number// [3] 146 (Int)\n Instrument: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n PrevClosePx?: number// [5] 140 (Float)\n QuoteRequestType?: number// [6] 303 (Int)\n TradingSessionID?: string// [7] 336 (String)\n Stipulations?: IStipulations[]// [8] \n Side?: string// [9] 54 (String)\n OrderQty?: number// [10] 38 (Float)\n CashOrderQty?: number// [11] 152 (Float)\n SettlmntTyp?: string// [12] 63 (String)\n FutSettDate?: Date// [13] 64 (LocalDate)\n OrdType?: string// [14] 40 (String)\n FutSettDate2?: Date// [15] 193 (LocalDate)\n OrderQty2?: number// [16] 192 (Float)\n ExpireTime?: Date// [17] 126 (UtcTimestamp)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n Currency?: string// [19] 15 (String)\n SpreadOrBenchmarkCurveData?: ISpreadOrBenchmarkCurveData// [20] SpreadToBenchmark.218\n PriceType?: number// [21] 423 (Int)\n Price?: number// [22] 44 (Float)\n YieldData?: IYieldData// [23] \n Text?: string// [24] 58 (String)\n EncodedTextLen?: number// [25] 354 (Int)\n EncodedText?: Buffer// [26] 355 (RawData)\n StandardTrailer: IStandardTrailer// [27] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IStipulations } from './set/stipulations'\nimport { ISpreadOrBenchmarkCurveData } from './set/spread_or_benchmark_curve_data'\nimport { IYieldData } from './set/yield_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* In some markets it is the practice to request quotes from *\n* brokers prior to placement of an order. The quote request *\n* message is used for this purpose. This message is commonly *\n* referred to as an Request For Quote (RFQ) *\n**************************************************************\n*/\nexport interface IQuoteRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID: string// [2] 131 (String)\n NoRelatedSym: number// [3] 146 (Int)\n Instrument: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n PrevClosePx?: number// [5] 140 (Float)\n QuoteRequestType?: number// [6] 303 (Int)\n TradingSessionID?: string// [7] 336 (String)\n Stipulations?: IStipulations[]// [8]\n Side?: string// [9] 54 (String)\n OrderQty?: number// [10] 38 (Float)\n CashOrderQty?: number// [11] 152 (Float)\n SettlmntTyp?: string// [12] 63 (String)\n FutSettDate?: Date// [13] 64 (LocalDate)\n OrdType?: string// [14] 40 (String)\n FutSettDate2?: Date// [15] 193 (LocalDate)\n OrderQty2?: number// [16] 192 (Float)\n ExpireTime?: Date// [17] 126 (UtcTimestamp)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n Currency?: string// [19] 15 (String)\n SpreadOrBenchmarkCurveData?: ISpreadOrBenchmarkCurveData// [20] SpreadToBenchmark.218\n PriceType?: number// [21] 423 (Int)\n Price?: number// [22] 44 (Float)\n YieldData?: IYieldData// [23]\n Text?: string// [24] 58 (String)\n EncodedTextLen?: number// [25] 354 (Int)\n EncodedText?: Buffer// [26] 355 (RawData)\n StandardTrailer: IStandardTrailer// [27] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote_request_reject.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_request_reject.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IStipulations } from './set/stipulations'\nimport { ISpreadOrBenchmarkCurveData } from './set/spread_or_benchmark_curve_data'\nimport { IYieldData } from './set/yield_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n************************************************************\n* The Quote Request Reject message is used to reject Quote *\n* Request messages for all quoting models. *\n************************************************************\n*/\nexport interface IQuoteRequestReject {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID: string// [2] 131 (String)\n NoRelatedSym: number// [3] 146 (Int)\n Instrument: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n PrevClosePx?: number// [5] 140 (Float)\n QuoteRequestType?: number// [6] 303 (Int)\n TradingSessionID?: string// [7] 336 (String)\n Stipulations?: IStipulations[]// [8] \n Side?: string// [9] 54 (String)\n OrderQty?: number// [10] 38 (Float)\n CashOrderQty?: number// [11] 152 (Float)\n SettlmntTyp?: string// [12] 63 (String)\n FutSettDate?: Date// [13] 64 (LocalDate)\n OrdType?: string// [14] 40 (String)\n FutSettDate2?: Date// [15] 193 (LocalDate)\n OrderQty2?: number// [16] 192 (Float)\n ExpireTime?: Date// [17] 126 (UtcTimestamp)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n Currency?: string// [19] 15 (String)\n SpreadOrBenchmarkCurveData?: ISpreadOrBenchmarkCurveData// [20] SpreadToBenchmark.218\n PriceType?: number// [21] 423 (Int)\n Price?: number// [22] 44 (Float)\n YieldData?: IYieldData// [23] \n Text?: string// [24] 58 (String)\n EncodedTextLen?: number// [25] 354 (Int)\n EncodedText?: Buffer// [26] 355 (RawData)\n StandardTrailer: IStandardTrailer// [27] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote_request_reject.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_request_reject.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IStipulations } from './set/stipulations'\nimport { ISpreadOrBenchmarkCurveData } from './set/spread_or_benchmark_curve_data'\nimport { IYieldData } from './set/yield_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n************************************************************\n* The Quote Request Reject message is used to reject Quote *\n* Request messages for all quoting models. *\n************************************************************\n*/\nexport interface IQuoteRequestReject {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID: string// [2] 131 (String)\n NoRelatedSym: number// [3] 146 (Int)\n Instrument: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n PrevClosePx?: number// [5] 140 (Float)\n QuoteRequestType?: number// [6] 303 (Int)\n TradingSessionID?: string// [7] 336 (String)\n Stipulations?: IStipulations[]// [8]\n Side?: string// [9] 54 (String)\n OrderQty?: number// [10] 38 (Float)\n CashOrderQty?: number// [11] 152 (Float)\n SettlmntTyp?: string// [12] 63 (String)\n FutSettDate?: Date// [13] 64 (LocalDate)\n OrdType?: string// [14] 40 (String)\n FutSettDate2?: Date// [15] 193 (LocalDate)\n OrderQty2?: number// [16] 192 (Float)\n ExpireTime?: Date// [17] 126 (UtcTimestamp)\n TransactTime?: Date// [18] 60 (UtcTimestamp)\n Currency?: string// [19] 15 (String)\n SpreadOrBenchmarkCurveData?: ISpreadOrBenchmarkCurveData// [20] SpreadToBenchmark.218\n PriceType?: number// [21] 423 (Int)\n Price?: number// [22] 44 (Float)\n YieldData?: IYieldData// [23]\n Text?: string// [24] 58 (String)\n EncodedTextLen?: number// [25] 354 (Int)\n EncodedText?: Buffer// [26] 355 (RawData)\n StandardTrailer: IStandardTrailer// [27] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote_status_report.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_status_report.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n*******************************************************\n* The quote status report message is used: *\n* \" As the response to a Quote Status Request message *\n* \" As a response to a Quote Cancel message *\n*******************************************************\n*/\nexport interface IQuoteStatusReport {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n Parties?: IParties[]// [4] \n Account?: string// [5] 1 (String)\n TradingSessionID?: string// [6] 336 (String)\n Instrument: IInstrument// [7] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n BidPx?: number// [8] 132 (Float)\n OfferPx?: number// [9] 133 (Float)\n BidSize?: number// [10] 134 (Float)\n OfferSize?: number// [11] 135 (Float)\n ValidUntilTime?: Date// [12] 62 (UtcTimestamp)\n BidSpotRate?: number// [13] 188 (Float)\n OfferSpotRate?: number// [14] 190 (Float)\n BidForwardPoints?: number// [15] 189 (Float)\n OfferForwardPoints?: number// [16] 191 (Float)\n TransactTime?: Date// [17] 60 (UtcTimestamp)\n FutSettDate?: Date// [18] 64 (LocalDate)\n OrdType?: string// [19] 40 (String)\n FutSettDate2?: Date// [20] 193 (LocalDate)\n OrderQty2?: number// [21] 192 (Float)\n Currency?: string// [22] 15 (String)\n SettlCurrFxRateCalc?: string// [23] 156 (String)\n Commission?: number// [24] 12 (Float)\n CommType?: string// [25] 13 (String)\n ExDestination?: string// [26] 100 (String)\n QuoteAckStatus?: number// [27] 297 (Int)\n StandardTrailer: IStandardTrailer// [28] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote_status_report.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_status_report.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n*******************************************************\n* The quote status report message is used: *\n* \" As the response to a Quote Status Request message *\n* \" As a response to a Quote Cancel message *\n*******************************************************\n*/\nexport interface IQuoteStatusReport {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteReqID?: string// [2] 131 (String)\n QuoteID: string// [3] 117 (String)\n Parties?: IParties[]// [4]\n Account?: string// [5] 1 (String)\n TradingSessionID?: string// [6] 336 (String)\n Instrument: IInstrument// [7] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n BidPx?: number// [8] 132 (Float)\n OfferPx?: number// [9] 133 (Float)\n BidSize?: number// [10] 134 (Float)\n OfferSize?: number// [11] 135 (Float)\n ValidUntilTime?: Date// [12] 62 (UtcTimestamp)\n BidSpotRate?: number// [13] 188 (Float)\n OfferSpotRate?: number// [14] 190 (Float)\n BidForwardPoints?: number// [15] 189 (Float)\n OfferForwardPoints?: number// [16] 191 (Float)\n TransactTime?: Date// [17] 60 (UtcTimestamp)\n FutSettDate?: Date// [18] 64 (LocalDate)\n OrdType?: string// [19] 40 (String)\n FutSettDate2?: Date// [20] 193 (LocalDate)\n OrderQty2?: number// [21] 192 (Float)\n Currency?: string// [22] 15 (String)\n SettlCurrFxRateCalc?: string// [23] 156 (String)\n Commission?: number// [24] 12 (Float)\n CommType?: string// [25] 13 (String)\n ExDestination?: string// [26] 100 (String)\n QuoteAckStatus?: number// [27] 297 (Int)\n StandardTrailer: IStandardTrailer// [28] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"quote_status_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_status_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The quote status request message is used for the following *\n* purposes in markets that employ tradeable or restricted *\n* tradeable quotes: *\n* * For the issuer of a quote in a market to query the status *\n* of that quote (using the QuoteID to specify the target *\n* quote). *\n* * To subscribe and unsubscribe for Quote Status Report *\n* messages for one or more securities. *\n***************************************************************\n*/\nexport interface IQuoteStatusRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteID?: string// [2] 117 (String)\n Instrument: IInstrument// [3] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Parties?: IParties[]// [4] \n Account?: string// [5] 1 (String)\n TradingSessionID?: string// [6] 336 (String)\n SubscriptionRequestType?: string// [7] 263 (String)\n StandardTrailer: IStandardTrailer// [8] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"quote_status_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/quote_status_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The quote status request message is used for the following *\n* purposes in markets that employ tradeable or restricted *\n* tradeable quotes: *\n* * For the issuer of a quote in a market to query the status *\n* of that quote (using the QuoteID to specify the target *\n* quote). *\n* * To subscribe and unsubscribe for Quote Status Report *\n* messages for one or more securities. *\n***************************************************************\n*/\nexport interface IQuoteStatusRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n QuoteID?: string// [2] 117 (String)\n Instrument: IInstrument// [3] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Parties?: IParties[]// [4]\n Account?: string// [5] 1 (String)\n TradingSessionID?: string// [6] 336 (String)\n SubscriptionRequestType?: string// [7] 263 (String)\n StandardTrailer: IStandardTrailer// [8] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"registration_instructions.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/registration_instructions.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { INestedParties } from './set/nested_parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The Registration Instructions message type may be used by *\n* institutions or retail intermediaries wishing to *\n* electronically submit registration information to a broker *\n* or fund manager (for CIV) for an order or for an allocation. *\n****************************************************************\n*/\nexport interface IRegistrationInstructions {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ClOrdID?: string// [2] 11 (String)\n Parties?: IParties[]// [3] \n Account?: string// [4] 1 (String)\n NestedParties?: INestedParties[]// [5] \n StandardTrailer: IStandardTrailer// [6] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"registration_instructions.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/registration_instructions.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { INestedParties } from './set/nested_parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The Registration Instructions message type may be used by *\n* institutions or retail intermediaries wishing to *\n* electronically submit registration information to a broker *\n* or fund manager (for CIV) for an order or for an allocation. *\n****************************************************************\n*/\nexport interface IRegistrationInstructions {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ClOrdID?: string// [2] 11 (String)\n Parties?: IParties[]// [3]\n Account?: string// [4] 1 (String)\n NestedParties?: INestedParties[]// [5]\n StandardTrailer: IStandardTrailer// [6] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"registration_instructions_response.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/registration_instructions_response.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Registration Instructions Response message type may be *\n* used by broker or fund manager (for CIV) in response to a *\n* Registration Instructions message submitted by an *\n* institution or retail intermediary for an order or for an *\n* allocation. *\n**************************************************************\n*/\nexport interface IRegistrationInstructionsResponse {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ClOrdID?: string// [2] 11 (String)\n Parties?: IParties[]// [3] \n Account?: string// [4] 1 (String)\n StandardTrailer: IStandardTrailer// [5] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"registration_instructions_response.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/registration_instructions_response.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Registration Instructions Response message type may be *\n* used by broker or fund manager (for CIV) in response to a *\n* Registration Instructions message submitted by an *\n* institution or retail intermediary for an order or for an *\n* allocation. *\n**************************************************************\n*/\nexport interface IRegistrationInstructionsResponse {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ClOrdID?: string// [2] 11 (String)\n Parties?: IParties[]// [3]\n Account?: string// [4] 1 (String)\n StandardTrailer: IStandardTrailer// [5] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"security_definition.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_definition.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Security Definition message is used for the following: *\n* 1. Accept the security defined in a Security Definition *\n* message. *\n* 2. Accept the security defined in a Security Definition *\n* message with changes to the definition and/or identity of *\n* the security. *\n* 3. Reject the security requested in a Security Definition *\n* message *\n**************************************************************\n*/\nexport interface ISecurityDefinition {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityResponseID: string// [3] 322 (String)\n SecurityResponseType: number// [4] 323 (Int)\n Instrument?: IInstrument// [5] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [6] 15 (String)\n TradingSessionID?: string// [7] 336 (String)\n Text?: string// [8] 58 (String)\n EncodedTextLen?: number// [9] 354 (Int)\n EncodedText?: Buffer// [10] 355 (RawData)\n InstrumentLeg?: IInstrumentLeg// [11] \n StandardTrailer: IStandardTrailer// [12] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"security_definition.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_definition.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Security Definition message is used for the following: *\n* 1. Accept the security defined in a Security Definition *\n* message. *\n* 2. Accept the security defined in a Security Definition *\n* message with changes to the definition and/or identity of *\n* the security. *\n* 3. Reject the security requested in a Security Definition *\n* message *\n**************************************************************\n*/\nexport interface ISecurityDefinition {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityResponseID: string// [3] 322 (String)\n SecurityResponseType: number// [4] 323 (Int)\n Instrument?: IInstrument// [5] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [6] 15 (String)\n TradingSessionID?: string// [7] 336 (String)\n Text?: string// [8] 58 (String)\n EncodedTextLen?: number// [9] 354 (Int)\n EncodedText?: Buffer// [10] 355 (RawData)\n InstrumentLeg?: IInstrumentLeg// [11]\n StandardTrailer: IStandardTrailer// [12] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"security_definition_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_definition_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The Security Definition Request message is used for the *\n* following: *\n* 1. Request a specific Security to be traded with the second *\n* party. The request security can be defined as a multileg *\n* security made up of one or more instrument legs. *\n***************************************************************\n*/\nexport interface ISecurityDefinitionRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityRequestType: number// [3] 321 (Int)\n Instrument?: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [5] 15 (String)\n Text?: string// [6] 58 (String)\n EncodedTextLen?: number// [7] 354 (Int)\n EncodedText?: Buffer// [8] 355 (RawData)\n TradingSessionID?: string// [9] 336 (String)\n InstrumentLeg?: IInstrumentLeg// [10] \n SubscriptionRequestType?: string// [11] 263 (String)\n StandardTrailer: IStandardTrailer// [12] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"security_definition_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_definition_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n***************************************************************\n* The Security Definition Request message is used for the *\n* following: *\n* 1. Request a specific Security to be traded with the second *\n* party. The request security can be defined as a multileg *\n* security made up of one or more instrument legs. *\n***************************************************************\n*/\nexport interface ISecurityDefinitionRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityRequestType: number// [3] 321 (Int)\n Instrument?: IInstrument// [4] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [5] 15 (String)\n Text?: string// [6] 58 (String)\n EncodedTextLen?: number// [7] 354 (Int)\n EncodedText?: Buffer// [8] 355 (RawData)\n TradingSessionID?: string// [9] 336 (String)\n InstrumentLeg?: IInstrumentLeg// [10]\n SubscriptionRequestType?: string// [11] 263 (String)\n StandardTrailer: IStandardTrailer// [12] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"security_list.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_list.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The Security List message is used to return a list of *\n* securities that matches the criteria specified in a Security *\n* List Request. *\n****************************************************************\n*/\nexport interface ISecurityList {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityResponseID: string// [3] 322 (String)\n TotalNumSecurities?: number// [4] 393 (Int)\n NoRelatedSym?: number// [5] 146 (Int)\n Instrument?: IInstrument// [6] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [7] 15 (String)\n InstrumentLeg?: IInstrumentLeg// [8] \n TradingSessionID?: string// [9] 336 (String)\n Text?: string// [10] 58 (String)\n EncodedTextLen?: number// [11] 354 (Int)\n EncodedText?: Buffer// [12] 355 (RawData)\n StandardTrailer: IStandardTrailer// [13] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"security_list.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/security_list.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IInstrumentLeg } from './set/instrument_leg'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n****************************************************************\n* The Security List message is used to return a list of *\n* securities that matches the criteria specified in a Security *\n* List Request. *\n****************************************************************\n*/\nexport interface ISecurityList {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SecurityReqID: string// [2] 320 (String)\n SecurityResponseID: string// [3] 322 (String)\n TotalNumSecurities?: number// [4] 393 (Int)\n NoRelatedSym?: number// [5] 146 (Int)\n Instrument?: IInstrument// [6] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n Currency?: string// [7] 15 (String)\n InstrumentLeg?: IInstrumentLeg// [8]\n TradingSessionID?: string// [9] 336 (String)\n Text?: string// [10] 58 (String)\n EncodedTextLen?: number// [11] 354 (Int)\n EncodedText?: Buffer// [12] 355 (RawData)\n StandardTrailer: IStandardTrailer// [13] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"settlement_instructions.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/settlement_instructions.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Settlement Instructions message provides the broker\u0019s, *\n* the institution\u0019s, or the intermediary\u0019s instructions for *\n* trade settlement. *\n**************************************************************\n*/\nexport interface ISettlementInstructions {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SettlInstID: string// [2] 162 (String)\n SettlInstTransType: string// [3] 163 (String)\n SettlInstRefID: string// [4] 214 (String)\n SettlInstMode: string// [5] 160 (String)\n SettlInstSource: string// [6] 165 (String)\n AllocAccount: string// [7] 79 (String)\n ClOrdID?: string// [8] 11 (String)\n TradeDate?: Date// [9] 75 (LocalDate)\n AllocID?: string// [10] 70 (String)\n LastMkt?: string// [11] 30 (String)\n TradingSessionID?: string// [12] 336 (String)\n Side?: string// [13] 54 (String)\n SecurityType?: string// [14] 167 (String)\n EffectiveTime?: Date// [15] 168 (UtcTimestamp)\n TransactTime: Date// [16] 60 (UtcTimestamp)\n Parties?: IParties[]// [17] \n StandInstDbType?: number// [18] 169 (Int)\n StandInstDbName?: string// [19] 170 (String)\n StandInstDbID?: string// [20] 171 (String)\n SettlDeliveryType?: number// [21] 172 (Int)\n SettlDepositoryCode?: string// [22] 173 (String)\n SettlBrkrCode?: string// [23] 174 (String)\n SettlInstCode?: string// [24] 175 (String)\n SecuritySettlAgentName?: string// [25] 176 (String)\n SecuritySettlAgentCode?: string// [26] 177 (String)\n SecuritySettlAgentAcctNum?: string// [27] 178 (String)\n SecuritySettlAgentAcctName?: string// [28] 179 (String)\n SecuritySettlAgentContactName?: string// [29] 180 (String)\n SecuritySettlAgentContactPhone?: string// [30] 181 (String)\n CashSettlAgentName?: string// [31] 182 (String)\n CashSettlAgentCode?: string// [32] 183 (String)\n CashSettlAgentAcctNum?: string// [33] 184 (String)\n CashSettlAgentAcctName?: string// [34] 185 (String)\n CashSettlAgentContactName?: string// [35] 186 (String)\n CashSettlAgentContactPhone?: string// [36] 187 (String)\n StandardTrailer: IStandardTrailer// [37] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"settlement_instructions.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/settlement_instructions.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Settlement Instructions message provides the broker\u0019s, *\n* the institution\u0019s, or the intermediary\u0019s instructions for *\n* trade settlement. *\n**************************************************************\n*/\nexport interface ISettlementInstructions {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SettlInstID: string// [2] 162 (String)\n SettlInstTransType: string// [3] 163 (String)\n SettlInstRefID: string// [4] 214 (String)\n SettlInstMode: string// [5] 160 (String)\n SettlInstSource: string// [6] 165 (String)\n AllocAccount: string// [7] 79 (String)\n ClOrdID?: string// [8] 11 (String)\n TradeDate?: Date// [9] 75 (LocalDate)\n AllocID?: string// [10] 70 (String)\n LastMkt?: string// [11] 30 (String)\n TradingSessionID?: string// [12] 336 (String)\n Side?: string// [13] 54 (String)\n SecurityType?: string// [14] 167 (String)\n EffectiveTime?: Date// [15] 168 (UtcTimestamp)\n TransactTime: Date// [16] 60 (UtcTimestamp)\n Parties?: IParties[]// [17]\n StandInstDbType?: number// [18] 169 (Int)\n StandInstDbName?: string// [19] 170 (String)\n StandInstDbID?: string// [20] 171 (String)\n SettlDeliveryType?: number// [21] 172 (Int)\n SettlDepositoryCode?: string// [22] 173 (String)\n SettlBrkrCode?: string// [23] 174 (String)\n SettlInstCode?: string// [24] 175 (String)\n SecuritySettlAgentName?: string// [25] 176 (String)\n SecuritySettlAgentCode?: string// [26] 177 (String)\n SecuritySettlAgentAcctNum?: string// [27] 178 (String)\n SecuritySettlAgentAcctName?: string// [28] 179 (String)\n SecuritySettlAgentContactName?: string// [29] 180 (String)\n SecuritySettlAgentContactPhone?: string// [30] 181 (String)\n CashSettlAgentName?: string// [31] 182 (String)\n CashSettlAgentCode?: string// [32] 183 (String)\n CashSettlAgentAcctNum?: string// [33] 184 (String)\n CashSettlAgentAcctName?: string// [34] 185 (String)\n CashSettlAgentContactName?: string// [35] 186 (String)\n CashSettlAgentContactPhone?: string// [36] 187 (String)\n StandardTrailer: IStandardTrailer// [37] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"trade_capture_report.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/trade_capture_report.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IOrderQtyData } from './set/order_qty_data'\nimport { IParties } from './set/parties'\nimport { ICommissionData } from './set/commission_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n*********************************************************\n* The Trade Capture Report message can be: *\n* \" Used to report trades between counterparties. *\n* \" Can be sent unsolicited between counterparties. *\n* \" Sent as a reply to a Trade Capture Report Request. *\n* \" Can be used to report unmatched and matched trades. *\n*********************************************************\n*/\nexport interface ITradeCaptureReport {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ExecType: string// [2] 150 (String)\n ExecID?: string// [3] 17 (String)\n ExecRestatementReason?: number// [4] 378 (Int)\n Instrument: IInstrument// [5] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n OrderQtyData?: IOrderQtyData// [6] OrderQty.38, CashOrderQty.152\n LastShares: number// [7] 32 (Float)\n LastPx: number// [8] 31 (Float)\n LastSpotRate?: number// [9] 194 (Float)\n LastForwardPoints?: number// [10] 195 (Float)\n LastMkt?: string// [11] 30 (String)\n TradeDate: Date// [12] 75 (LocalDate)\n TransactTime: Date// [13] 60 (UtcTimestamp)\n SettlmntTyp?: string// [14] 63 (String)\n FutSettDate?: Date// [15] 64 (LocalDate)\n Side: string// [16] 54 (String)\n OrderID: string// [17] 37 (String)\n SecondaryOrderID?: string// [18] 198 (String)\n ClOrdID?: string// [19] 11 (String)\n Parties?: IParties[]// [20] \n Account?: string// [21] 1 (String)\n ProcessCode?: string// [22] 81 (String)\n Currency?: string// [23] 15 (String)\n ComplianceID?: string// [24] 376 (String)\n SolicitedFlag?: boolean// [25] 377 (Boolean)\n TradingSessionID?: string// [26] 336 (String)\n CommissionData?: ICommissionData// [27] Commission.12, CommType.13\n GrossTradeAmt?: number// [28] 381 (Float)\n NumDaysInterest?: number// [29] 157 (Int)\n AccruedInterestRate?: number// [30] 158 (Float)\n AccruedInterestAmt?: number// [31] 159 (Float)\n NetMoney?: number// [32] 118 (Float)\n SettlCurrAmt?: number// [33] 119 (Float)\n SettlCurrency?: string// [34] 120 (String)\n SettlCurrFxRate?: number// [35] 155 (Float)\n SettlCurrFxRateCalc?: string// [36] 156 (String)\n OpenClose?: string// [37] 77 (String)\n Text?: string// [38] 58 (String)\n EncodedTextLen?: number// [39] 354 (Int)\n EncodedText?: Buffer// [40] 355 (RawData)\n MultiLegReportingType?: string// [41] 442 (String)\n NoMiscFees?: number// [42] 136 (Int)\n MiscFeeAmt?: number// [43] 137 (Float)\n MiscFeeCurr?: string// [44] 138 (String)\n MiscFeeType?: string// [45] 139 (String)\n StandardTrailer: IStandardTrailer// [46] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"trade_capture_report.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/trade_capture_report.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IInstrument } from './set/instrument'\nimport { IOrderQtyData } from './set/order_qty_data'\nimport { IParties } from './set/parties'\nimport { ICommissionData } from './set/commission_data'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n*********************************************************\n* The Trade Capture Report message can be: *\n* \" Used to report trades between counterparties. *\n* \" Can be sent unsolicited between counterparties. *\n* \" Sent as a reply to a Trade Capture Report Request. *\n* \" Can be used to report unmatched and matched trades. *\n*********************************************************\n*/\nexport interface ITradeCaptureReport {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n ExecType: string// [2] 150 (String)\n ExecID?: string// [3] 17 (String)\n ExecRestatementReason?: number// [4] 378 (Int)\n Instrument: IInstrument// [5] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n OrderQtyData?: IOrderQtyData// [6] OrderQty.38, CashOrderQty.152\n LastShares: number// [7] 32 (Float)\n LastPx: number// [8] 31 (Float)\n LastSpotRate?: number// [9] 194 (Float)\n LastForwardPoints?: number// [10] 195 (Float)\n LastMkt?: string// [11] 30 (String)\n TradeDate: Date// [12] 75 (LocalDate)\n TransactTime: Date// [13] 60 (UtcTimestamp)\n SettlmntTyp?: string// [14] 63 (String)\n FutSettDate?: Date// [15] 64 (LocalDate)\n Side: string// [16] 54 (String)\n OrderID: string// [17] 37 (String)\n SecondaryOrderID?: string// [18] 198 (String)\n ClOrdID?: string// [19] 11 (String)\n Parties?: IParties[]// [20]\n Account?: string// [21] 1 (String)\n ProcessCode?: string// [22] 81 (String)\n Currency?: string// [23] 15 (String)\n ComplianceID?: string// [24] 376 (String)\n SolicitedFlag?: boolean// [25] 377 (Boolean)\n TradingSessionID?: string// [26] 336 (String)\n CommissionData?: ICommissionData// [27] Commission.12, CommType.13\n GrossTradeAmt?: number// [28] 381 (Float)\n NumDaysInterest?: number// [29] 157 (Int)\n AccruedInterestRate?: number// [30] 158 (Float)\n AccruedInterestAmt?: number// [31] 159 (Float)\n NetMoney?: number// [32] 118 (Float)\n SettlCurrAmt?: number// [33] 119 (Float)\n SettlCurrency?: string// [34] 120 (String)\n SettlCurrFxRate?: number// [35] 155 (Float)\n SettlCurrFxRateCalc?: string// [36] 156 (String)\n OpenClose?: string// [37] 77 (String)\n Text?: string// [38] 58 (String)\n EncodedTextLen?: number// [39] 354 (Int)\n EncodedText?: Buffer// [40] 355 (RawData)\n MultiLegReportingType?: string// [41] 442 (String)\n NoMiscFees?: number// [42] 136 (Int)\n MiscFeeAmt?: number// [43] 137 (Float)\n MiscFeeCurr?: string// [44] 138 (String)\n MiscFeeType?: string// [45] 139 (String)\n StandardTrailer: IStandardTrailer// [46] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"trade_capture_report_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/trade_capture_report_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Trade Capture Report can be used to: *\n* \" Request one or more trade capture reports based upon *\n* selection criteria provided on the trade capture report *\n* request *\n* \" Subscribe for trade capture reports based upon selection *\n* criteria provided on the trade capture report request. *\n**************************************************************\n*/\nexport interface ITradeCaptureReportRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SubscriptionRequestType?: string// [2] 263 (String)\n ExecID?: string// [3] 17 (String)\n OrderID?: string// [4] 37 (String)\n ClOrdID?: string// [5] 11 (String)\n Parties?: IParties[]// [6] \n Instrument?: IInstrument// [7] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n TradeDate?: Date// [8] 75 (LocalDate)\n TransactTime?: Date// [9] 60 (UtcTimestamp)\n Side?: string// [10] 54 (String)\n Text?: string// [11] 58 (String)\n EncodedTextLen?: number// [12] 354 (Int)\n EncodedText?: Buffer// [13] 355 (RawData)\n StandardTrailer: IStandardTrailer// [14] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}
1
+ {"version":3,"file":"trade_capture_report_request.js","sourceRoot":"","sources":["../../../../src/types/FIX4.3/repo/trade_capture_report_request.ts"],"names":[],"mappings":"","sourcesContent":["import { IStandardHeader } from './set/standard_header'\nimport { IParties } from './set/parties'\nimport { IInstrument } from './set/instrument'\nimport { IStandardTrailer } from './set/standard_trailer'\n\n/*\n**************************************************************\n* The Trade Capture Report can be used to: *\n* \" Request one or more trade capture reports based upon *\n* selection criteria provided on the trade capture report *\n* request *\n* \" Subscribe for trade capture reports based upon selection *\n* criteria provided on the trade capture report request. *\n**************************************************************\n*/\nexport interface ITradeCaptureReportRequest {\n StandardHeader: IStandardHeader// [1] BeginString.8, BodyLength.9 .. OnBehalfOfSendingTime.370\n SubscriptionRequestType?: string// [2] 263 (String)\n ExecID?: string// [3] 17 (String)\n OrderID?: string// [4] 37 (String)\n ClOrdID?: string// [5] 11 (String)\n Parties?: IParties[]// [6]\n Instrument?: IInstrument// [7] Symbol.55, SymbolSfx.65 .. EncodedSecurityDesc.351\n TradeDate?: Date// [8] 75 (LocalDate)\n TransactTime?: Date// [9] 60 (UtcTimestamp)\n Side?: string// [10] 54 (String)\n Text?: string// [11] 58 (String)\n EncodedTextLen?: number// [12] 354 (Int)\n EncodedText?: Buffer// [13] 355 (RawData)\n StandardTrailer: IStandardTrailer// [14] SignatureLength.93, Signature.89, CheckSum.10\n}\n"]}