{"id":7146,"date":"2025-08-28T22:36:11","date_gmt":"2025-08-29T03:36:11","guid":{"rendered":"https:\/\/librarytestdev.wpenginepowered.com\/?post_type=doc&#038;p=7146"},"modified":"2025-08-28T22:36:11","modified_gmt":"2025-08-29T03:36:11","slug":"market-data-subscription-requests","status":"publish","type":"doc","link":"https:\/\/library-staging.tradingtechnologies.com\/tt-fix\/tt-fix-market-data\/tt-fix-message-conversations-tt-fix-market-data\/market-data-subscription-requests\/","title":{"rendered":"Market Data Subscription Requests"},"content":{"rendered":"\n<p>\nThe following article provides information on making Market Data requests.\n<\/p>\n\n<section>\n<h2>Making Market Data Requests<\/h2>\n\n<p>\nEnsure you are connected to a valid Security Definition\/Market Data FIX session. \nYou also need to be entitled for FIX Market Data on the exchange you want to subscribe to.\n<\/p>\n\n<h3>Requesting a Snapshot Plus Updates<\/h3>\n<p>\n  With the <code>SubscriptionRequestType<\/code> tag, you can request a snapshot and optionally subscribe to updates, or unsubscribe from them.\n  Set the <code>MarketDepth<\/code> for the snapshot and choose the type of updates you would like to receive with <code>MDUpdateType<\/code> .\n<\/p>\n<div class=\"container-fluid\">\n  <caption>Required Fields<\/caption>\n      <table class=\"table table-striped table-bordered\" border=\"1\">\n        <tbody>\n          <tr class=\"d-flex\">\n            <th scope=\"col-1\">Tag #<\/th>\n            <th scope=\"col-6\">Field Name<\/th>\n            <th scope=\"col-8\">Comments<\/th>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag263\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#263\">263<\/a><\/td>\n            <td class=\"col-6\">SubscriptionRequestType<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                Type of request:\n              <\/p>\n              <ul>\n                <li><b>0<\/b>: Snapshot<\/li>\n                <li><b>1<\/b>: Snapshot plus updates (subscribe)<\/li>\n                <li><b>2<\/b>: Disable previous (unsubscribe)<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tab264\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#264\">264<\/a><\/td>\n            <td class=\"col-6\">MarketDepth<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                Market depth to return in a snapshot:\n              <\/p>\n              <ul>\n                <li><b>0<\/b>: Full book<\/li>\n                <li><b>1<\/b>: Top of book<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag265\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#265\">265<\/a><\/td>\n            <td class=\"col-6\">MDUpdateType<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">Type of messages TT FIX sends when <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#265\">updating market data<\/a>:<\/p>\n              <ul>\n                <li><b>0<\/b>: Full refresh<\/li>\n                <li><b>1<\/b>: Incremental<\/li>\n              <\/ul>\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n<h4>Sample Request for JPX 225 &#8211; Snapshot plus updates<\/h4> \n<p>\n  In this example, we retrieve a snapshot of the top of the book of the Nikkei 225 Futures index \n  <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>NK<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>SGX<\/b>\n    )<\/i> and request to be updated incrementally with changes. \n<\/p>\n<ul>\n  <li>\n<code>SubscriptionRequestType<\/code> <i>(tag 263)<\/i> set to <code>1<\/code> indicates that we want the snapshot with updates.\n  <\/li>\n  <li>\n<code>MarketDepth<\/code> <i>(tag 264)<\/i> set to <code>1<\/code> indicates that we want just top of the book.\n<\/li>\n<li>\n<code>MDUpdateType<\/code> <i>(tag 265)<\/i> set to <code>1<\/code> indicates that we want only the changed items in a refresh, not a full snapshot.\n<\/li>\n<\/ul>\n\n<div class=\"sample-message\"><span>8=FIX.4.2<\/span> | <span>9=168<\/span> | <span>35=V<\/span> | <span>34=342<\/span> | <span>49=WTEOUATSD<\/span> | <span>52=20220705-08:15:34<\/span> | <span>56=TT_SD<\/span> | <span>116=WTeoDTS<\/span> | <span>262=rid_00022<\/span> | <span class=\"highlight\">263=1<\/span> | <span class=\"highlight\">264=0<\/span> | <span class=\"highlight\">265=1<\/span> | <span>266=Y<\/span> | <span>146=1<\/span> | <span>55=NK<\/span> | <span>207=SGX<\/span> | <span>167=FUT<\/span> | <span>200=202303<\/span> | <span>267=3<\/span> | <span>269=0<\/span> | <span>269=1<\/span> | <span>269=2<\/span> | <span>10=070<\/span> | <\/div>\n\n<h3>Including Trading Stats in Updates<\/h3>\n<p>\n  Trading stats can be included in an market data subscription by specifying which entries you are interested in.\n  Enter the total number of trade stats in the <code>NoMDEntryTypes<\/code> field, followed by a list of <code>MDEntryType<\/code> codes, one for each stat you would like to subscribe to. \n<\/p>\n<div class=\"container-fluid\">\n  <caption>Required Fields<\/caption>\n      <table class=\"table table-striped table-bordered\" border=\"1\">\n        <tbody>\n          <tr class=\"d-flex\">\n            <th scope=\"col-1\">Tag #<\/th>\n            <th scope=\"col-6\">Field Name<\/th>\n            <th scope=\"col-8\">Comments<\/th>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag267\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag267\">267<\/a><\/td>\n            <td class=\"col-6\">NoMDEntryTypes<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                Number of different Tab 269 (MDEntryType) fields in the request\n              <\/p>\n            <\/td>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag269\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag269\">269<\/a><\/td>\n            <td class=\"col-6\">MDEntryType<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">Type of market data to request. See <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag269\">possible values<\/a>.<\/p>\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n<h4>Sample Request for LME AH &#8211; Updates including trading stats<\/h4>\n\n<p>\n  In this example, we retrieve a full book snapshot of the London Metal Exchange Aluminum Futures with incremental updates <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>AH<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>LME<\/b>,\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag264\">264<\/a>=<b>0<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag265\">265<\/a>=<b>1<\/b> \n  )<\/i>. We&#8217;ll also subscribe to 8 trading stats. \n<\/p>\n<p>\n  <code>NoMDEntryTypes<\/code> <i>(tag 267)<\/i> set to <code>8<\/code> indicates that we want to subscribe to eight trading stats. Include 8 <code>MDEntryType<\/code>s in the request:\n<\/p>\n<ol>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>0<\/code> subscribes to <b>Bid<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>1<\/code> subscribes to <b>Ask<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>2<\/code> subscribes to <b>Trade<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>4<\/code> subscribes to <b>Opening price<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>5<\/code> subscribes to <b>Closing price<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>6<\/code> subscribes to <b>Settlement price<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>7<\/code> subscribes to <b>Trading session High price<\/b>\n  <\/li>\n\n  <li>\n    <code>MDEntryType<\/code> <i>(tag 269)<\/i> set to <code>8<\/code> subscribes to <b>Trading session Low price<\/b>\n  <\/li>\n\n<\/ol>\n\n<div class=\"sample-message\"><span>8=FIX.4.2<\/span> | <span>9=198<\/span> | <span>35=V<\/span> | <span>34=2<\/span> | <span>49=WTEOUATSD<\/span> | <span>52=20220705-08:50:26<\/span> | <span>56=TT_SD<\/span> | <span>116=WTeoDTS<\/span> | <span>262=rid_00029<\/span> | <span>263=1<\/span> | <span>264=0<\/span> | <span>265=1<\/span> | <span>266=Y<\/span> | <span>146=1<\/span> | <span>55=AH<\/span> | <span>207=LME<\/span> | <span>167=FUT<\/span> | <span>541=20221005<\/span> | <span class=\"highlight\">267=8<\/span> | <span class=\"highlight\">269=0<\/span> | <span class=\"highlight\">269=1<\/span> | <span class=\"highlight\">269=2<\/span> | <span class=\"highlight\">269=4<\/span> | <span class=\"highlight\">269=5<\/span> | <span class=\"highlight\">269=6<\/span> | <span class=\"highlight\">269=7<\/span> | <span class=\"highlight\">269=8<\/span> | <span>10=157<\/span> | <\/div>\n\n\n<h3>Requesting Multiple Instruments<\/h3>\n<p>\n  Market Data for multiple instruments can be included in one request.\n  Set the <code>NoRelatedSym<\/code> to the number of Instruments\n<\/p>\n    <div class=\"container-fluid\">\n      <caption>Required Fields<\/caption>\n      <table class=\"table table-striped table-bordered\" border=\"1\">\n        <tbody>\n          <tr class=\"d-flex\">\n            <th scope=\"col-1\">Tag #<\/th>\n            <th scope=\"col-6\">Field Name<\/th>\n            <th scope=\"col-8\">Comments<\/th>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag146\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag146\">146<\/a><\/td>\n            <td class=\"col-6\">NoRelatedSym<\/td>\n            <td class=\"col-8\">\n                Number of underlying instruments contain in this repeating group.\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n<h4>Sample Request for multiple CME instruments<\/h4>\n<p>\n  In this example, we will request multiple CME instruments in a single message by setting <code>NoRelatedSym<\/code> <i>(tag 146)<\/i> to <code>5<\/code>. \n  Then list the 5 instrument identifiers in order. \n  <\/p>\n  <p>\n  Instruments are identified by a group of tags listed in numerical order:\n  <\/p>\n<ol>\n\n  <li>\n    All\n    <b>\n      E-mini S&amp;P\n    <\/b>\n    Futures\n  <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>ES<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>CME<\/b>\n )<\/i> \n  <\/li>\n\n  <li>\n    <b>\n      Euro FX EUR\/USD\n    <\/b>\n    for Dec22\n  <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>6E<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag200\">200<\/a>=<b>202212<\/b>,\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>CME<\/b>\n )<\/i> \n  <\/li>\n\n  <li>\n    <b>\n      Eurodollar\n    <\/b>\n    for Dec22\n  <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>GE<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag200\">200<\/a>=<b>202212<\/b>,\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>CME<\/b>\n )<\/i> \n  <\/li>\n\n  <li>\n    <b>\n      E-mini S&amp;P\n    <\/b>\n    for Dec22\n  <i>(tags: \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag55\">55<\/a>=<b>ES<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag167\">167<\/a>=<b>FUT<\/b>, \n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag200\">200<\/a>=<b>202212<\/b>,\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag207\">207<\/a>=<b>CME<\/b>\n )<\/i> \n  <\/li>\n\n<\/ol>\n\n<p>\n  The request is for a full snapshot with incremental updates:\n<\/p>\n\n<ul>  \n\n  <li><code>SubscriptionRequestType<\/code>  tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag263\">263<\/a> = <b>1<\/b> <i>(Snapshot plus updates)<\/i>\n  <\/li>\n\n  <li><code>MarketDepth<\/code>  tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag264\">264<\/a> = <b>0<\/b> <i>(Full book)<\/i>\n  <\/li>\n\n  <li><code>MDUpdateType<\/code> tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag265\">265<\/a> = <b>1<\/b> <i>(Incremental)<\/i>\n  <\/li>\n\n<\/ul> \n\n<p>\n  We also want our update to include two trading stats:\n<\/p>\n\n\n  <p><code>MDEntryType<\/code>  tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag267\">267<\/a> = <b>2<\/b> <i>(Total number of request trading stats)<\/i>\n  <\/p>\n\n<ol>  \n\n  <li><code>MDEntryType<\/code>  tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag269\">269<\/a> = <b>0<\/b> <i>(Bids)<\/i>\n  <\/li>\n\n  <li><code>MDEntryType<\/code> tag\n    <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag269\">269<\/a> = <b>1<\/b> <i>(Asks)<\/i>\n  <\/li>\n\n<\/ol> \n\n<div class=\"sample-message\"><span>8=FIX.4.2<\/span>\n| <span>9=296<\/span>\n| <span>35=V<\/span>\n| <span>34=328<\/span>\n| <span>49=WTEOUATSD<\/span>\n| <span>52=20220705-08:04:55<\/span>\n| <span>56=TT_SD<\/span>\n| <span>116=WTeoDTS<\/span>\n| <span class=\"highlight\">146=4<\/span>\n| <span>55=ES<\/span>\n| <span>167=FUT<\/span>\n| <span>200=202212<\/span>\n| <span>207=CME<\/span>\n| <span>55=6E<\/span>\n| <span>167=FUT<\/span>\n| <span>200=202212<\/span>\n| <span>207=CME<\/span>\n| <span>55=GE<\/span>\n| <span>167=FUT<\/span>\n| <span>200=202212<\/span>\n| <span>207=CME<\/span>\n| <span>55=ES<\/span>\n| <span>167=FUT<\/span>\n| <span>200=202212<\/span>\n| <span>207=CME<\/span>\n| <span>262=93475121135<\/span>\n| <span>263=1<\/span>\n| <span>264=0<\/span>\n| <span>265=1<\/span>\n| <span>266=Y<\/span>\n| <span>267=2<\/span>\n| <span>269=0<\/span>\n| <span>269=1<\/span>\n| <span>10=082<\/span>\n| <\/div>\n\n\n<h3>Request for Multi-Leg Instrument Using TT Security ID<\/h3>\n    <div class=\"container-fluid\">\n      <caption>Required Fields<\/caption>\n      <table class=\"table table-striped table-bordered\" border=\"1\">\n        <tbody>\n          <tr class=\"d-flex\">\n            <th scope=\"col-1\">Tag #<\/th>\n            <th scope=\"col-6\">Field Name<\/th>\n            <th scope=\"col-8\">Comments<\/th>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag167\">167<\/td>\n            <td class=\"col-6\">SecurityType<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                Set to `MLEG`\n              <\/p>\n            <\/td>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag48\">48<\/td>\n            <td class=\"col-6\">SecurityID<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                ID of the instrument. See <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag48\">data type notes<\/a>.\n              <\/p>\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n\n\n<h4>Sample Request for multi-leg Eurex FESX Dec22-Dec23 Calendar &#8211; using TT Security ID<\/h4>\n<p>Sample Request for multi-leg Eurex FESX Dec22-Dec23 Calendar &#8211; using TT Security ID<\/p>\n\n<div class=\"sample-message\"><span>8=FIX.4.2<\/span> | <span>9=190<\/span> | <span>35=V<\/span> | <span>34=2<\/span> | <span>49=WTEOUATSD<\/span> | <span>52=20220705-08:31:12<\/span> | <span>56=TT_SD<\/span> | <span>116=WTeoDTS<\/span> | <span>262=rid_00023<\/span> | <span>263=1<\/span> | <span>264=0<\/span> | <span>265=1<\/span> | <span>266=Y<\/span> | <span>146=1<\/span> | <span>55=FESX<\/span> | <span>207=Eurex<\/span> | <span class=\"highlight\">167=MLEG<\/span> | <span class=\"highlight\">48=17287808984235357550<\/span> | <span>22=96<\/span> | <span>267=3<\/span> | <span>269=0<\/span> | <span>269=1<\/span> | <span>269=2<\/span> | <span>10=161<\/span> | <\/div>\n\n<h3>Requesting for Multi-Leg Instrument using RIC code<\/h3>\n    <div class=\"container-fluid\">\n      <table class=\"table table-striped table-bordered\" border=\"1\">\n        <caption>Required Fields<\/caption>\n        <tbody>\n          <tr class=\"d-flex\">\n            <th scope=\"col-1\">Tag #<\/th>\n            <th scope=\"col-6\">Field Name<\/th>\n            <th scope=\"col-8\">Comments<\/th>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag22\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag22\">22<\/a><\/td>\n            <td class=\"col-6\">IDSource<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                Set source for tag 48 = 5 (RIC code)\n              <\/p>\n            <\/td>\n          <\/tr>\n          <tr class=\"d-flex\">\n            <td class=\"col-1\" id=\"tag48\"><a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag48\">48<\/a><\/td>\n            <td class=\"col-6\">SecurityID<\/td>\n            <td class=\"col-8\">\n              <p class=\"p\">\n                ID of the instrument. See <a href=\"\/tt-fix\/market-data\/Msg_MarketDataRequest_V.html#tag22\">IDSource notes<\/a> for supported `RIC code` markets.\n              <\/p>\n            <\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n\nSample Request for multi-leg ASX IR Sep23 &#8211; YT Sep22 Inter-Product &#8211; using RIC code\n\n<h4>Sample Request<\/h4>\n<div class=\"sample-message\"><span>8=FIX.4.2<\/span> | <span>9=179<\/span> | <span>35=V<\/span> | <span>34=8<\/span> | <span>49=WTEOUATSD<\/span> | <span>52=20220705-08:36:52<\/span> | <span>56=TT_SD<\/span> | <span>116=WTeoDTS<\/span> | <span>262=rid_00024<\/span> | <span>263=1<\/span> | <span>264=0<\/span> | <span>265=1<\/span> | <span>266=Y<\/span> | <span>146=1<\/span> | <span>55=IR<\/span> | <span>YT<\/span> | <span>207=ASX<\/span> | <span>167=MLEG<\/span> | <span class=\"highlight\">48=YBAU3-YTTU2<\/span> | <span class=\"highlight\">22=5<\/span> | <span>267=3<\/span> | <span>269=0<\/span> | <span>269=1<\/span> | <span>269=2<\/span> | <span>10=231<\/span> | <\/div>\n\n    <\/div>\n\n\n\n\n\t<\/section>\n","protected":false},"excerpt":{"rendered":"<p>The following article provides information on making Market Data requests. Making Market Data Requests Ensure  [&hellip;]<\/p>\n","protected":false},"author":2,"template":"","meta":{"_acf_changed":false,"footnotes":""},"docs-category":[478],"class_list":["post-7146","doc","type-doc","status-publish","hentry","docs-category-tt-fix-message-conversations-tt-fix-market-data"],"acf":[],"_links":{"self":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc"}],"about":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/types\/doc"}],"author":[{"embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":0,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7146\/revisions"}],"wp:attachment":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/media?parent=7146"}],"wp:term":[{"taxonomy":"docs-category","embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/docs-category?post=7146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}