{"id":176004,"date":"2021-04-28T19:40:00","date_gmt":"2021-04-28T23:40:00","guid":{"rendered":"https:\/\/ibkrcampus.com\/trading-lessons\/advanced-tws-dde-functionality\/"},"modified":"2026-06-29T09:36:19","modified_gmt":"2026-06-29T13:36:19","slug":"advanced-tws-dde-functionality","status":"publish","type":"trading-lessons","link":"https:\/\/www.interactivebrokers.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/","title":{"rendered":"Advanced TWS DDE Functionality"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>New to Interactive Brokers?<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/ndcdyn.interactivebrokers.com\/mkt\/?src=taTWSAPIAcc&amp;url=%2FUniversal%2FApplication\" target=\"_blank\" rel=\"noreferrer noopener\">Open Account<\/a><\/div>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\nIn Lesson 3, the DDE sample spreadsheet has a variety of functionalities which demonstrates most of the capabilities of the API.\nIn this lesson, we will discuss some of the more advanced functionality of the spreadsheet, including placing orders and bracket orders. We will also discuss what goes on \u201cunder the hood\u201d of the sample spreadsheet.\n<h4><strong>Placing Orders<\/strong><\/h4>\nPlease note &#8211; the sample spreadsheet is not meant to be used as a robust trading application. We will discuss the logic of order placement to show what is possible with DDE and VBA coding.\n<ul>\n \t<li>First, navigate to the Basic Orders tab of the DDE spreadsheet.<\/li>\n \t<li>Enter all the necessary fields for the contract of interest, whether it is a stock, future, option, etc. Lesson 3 provides a more in-depth look at contract descriptions.<\/li>\n \t<li>Once that is set up, enter the parameters for the \u201c<strong>Order Description<\/strong>.\u201d<\/li>\n \t<li>As shown in row 12, this is an order to Buy 700 shares of Ford as a limit order for this price.<\/li>\n \t<li>After you are satisfied with your order, highlight the symbol(s) of interest, then click \u201c<strong>Place\/Modify Order<\/strong>\u201d on the top left.<\/li>\n \t<li>This is the equivalent of entering a limit order for symbol F via the TWS order entry window.<\/li>\n \t<li>Once submitted successfully, the limit order will be sent to TWS and will be working on the exchange as a manually submitted order.<\/li>\n<\/ul>\n<h4><strong>Bracket Orders<\/strong><\/h4>\nYou can define a bracket order which is designed to help capture profit and help minimize loss. A BUY order is bracketed by a high-side sell limit order and a low-side sell stop order. A SELL order is bracketed by a high-side buy stop order and a low side buy limit order.\n\nTo get started creating our bracket in Excel, we can look at the API documentation for <a href=\"https:\/\/interactivebrokers.github.io\/tws-api\/bracket_order.html\" target=\"_blank\" rel=\"noopener\">brackets<\/a>.\n<ul>\n \t<li>In this basic example of a bracket, we will be using one parent order and two child orders.<\/li>\n \t<li>Note &#8211; all the orders have Transmit=False, except the last child order to transmit the whole bracket, and the child orders have a parentId field to tie the orders together.<\/li>\n \t<li>This same logic can be expanded for custom bracket orders, for example, if you wanted more than two child orders.<\/li>\n<\/ul>\n<h4><strong>Parent Order<\/strong><\/h4>\n<ul>\n \t<li>In this example, we can use the pre-existing order in row 14 for a limit order to buy GOOG.<\/li>\n \t<li>This will serve as our parent order.<\/li>\n \t<li>Next, set the Transmit flag for the parent order via the \u201cExtended Order Attributes\u201d tab.<\/li>\n \t<li>This tab allows the underlying sample code to set multiple parameters or fields for selected orders.<\/li>\n \t<li>In this case we are interested in the parameters in rows 73-74.<\/li>\n \t<li>For this parent, enter 0 for row 73, where the logic is 0 equals false and 1 is true.<\/li>\n \t<li>On the \u201cBasic Orders\u201d tab, select GOOG on row 14, then click on the macro \u201c<strong>Apply Extended Template<\/strong>\u201d.<\/li>\n \t<li>The macro will fill in the fields you previously specified in the template.<\/li>\n \t<li>Click on \u201c<strong>Place\/Modify Order<\/strong>\u201d to submit the parent.<\/li>\n \t<li><span style=\"font-size: 0.9rem\">Once the order is sent successfully, you would see the order in the TWS order monitor with a blue \u201cTransmit\u201d button next to it.<\/span><\/li>\n<\/ul>\n<h4><strong>First Child Order<\/strong><\/h4>\n<ul>\n \t<li>We can now move on to the first child order.<\/li>\n \t<li>We can use the next row for this child order.<\/li>\n \t<li>First, we copy our contract from row 14, as the orders in the bracket will use the same contract.<\/li>\n \t<li>This first child we define is the profit taker example. In the order description, we\u2019ll enter a SELL LMT order for this price.<\/li>\n \t<li>Using the \u201cExtended Order Attributes\u201d tab, we\u2019ll copy the generated <strong>parent order id<\/strong> onto line 74 \u2013the \u201cparent order id\u201d. Make sure to copy the number only.<\/li>\n \t<li>Keep <strong>Transmit set to 0<\/strong>.<\/li>\n \t<li>Click on Apply Extended Template.<\/li>\n \t<li>Now that the child is set up, you may submit the order.<\/li>\n \t<li>The child order appears in the TWS order monitor with a blue transmit.<\/li>\n<\/ul>\n<h4><strong>Last Child Order<\/strong><\/h4>\n<ul>\n \t<li>The last child, the stop loss order, can now be set up. For this, we can set it up in the next line. First enter the contract description.<\/li>\n \t<li>Then, to make it a stop order, enter <strong>STP for order Type<\/strong>, <strong>leave Limit Price blank<\/strong>, and enter your <strong>stop price in the auxiliary price field<\/strong>.<\/li>\n \t<li>On the Extended Order Attributes tab \u2013 <strong>we\u2019ll keep the parent id and set Transmit to 1<\/strong> to send the whole bracket once this child order is placed.<\/li>\n \t<li>Click on Apply Extended Template.<\/li>\n \t<li>Place the last child order.<\/li>\n \t<li>If all the orders were sent correctly, without errors, now you should see all 3 orders transmitted in the <strong>TWS order monitor<\/strong>.<\/li>\n \t<li>You can confirm they are part of a bracket via the \u201c<strong>key<\/strong>\u201d column in TWS.<\/li>\n<\/ul>\n<em>Here\u2019s a tip \u2013 instead of using the Extended Order Attributes tab for the bracket order setup \u2013 you can scroll to the right on the Basic orders tab and place the values into these columns.<\/em>\n<h4><strong>The sample\u2019s underlying VBA code<\/strong><\/h4>\nCompared to the legacy DDE sample spreadsheet, the new DDE sample relies heavily on programmed functions in VBA code to perform actions.\nFor example, when requesting historical data in the DDE sample, VBA code must be used to process incoming bars and place them in the appropriate cells. The creation of studies and indicators and custom conditional orders are other common uses of VBA. To view the code, press <strong>Alt+F11<\/strong> from any page in the spreadsheet. The Visual Basic Editor opens.\n\nThe code window will then display the code for the immediate worksheet, in this historical data. For those of you who are unfamiliar with the Visual Basic Editor, there are <strong>three<\/strong> main areas of the Visual Basic Editor window:\n<ul>\n \t<li>Project Explorer<\/li>\n \t<li>Properties Window<\/li>\n \t<li>Code Window<\/li>\n<\/ul>\nYou can see the Microsoft Excel Objects in the Project Window that correspond to the pages in the spreadsheet. Double-click any of them to display the code for that page. There are also additional forms and code modules used by the rest of the code that you can see if you scroll down in the Project Window.\n\nReviewing the underlying VBA code is advised when trying to create your own custom sheet and automating functions. Further programming instruction and support is outside the scope of this tutorial and IBKR API Support.\n<h4><strong>Macros<\/strong><\/h4>\nThe other Microsoft Excel feature used throughout the TwsDde.xls spreadsheet is the macro.\n<ul>\n \t<li>Every button on every page in the spreadsheet has a macro associated with it.<\/li>\n \t<li>You can see the macros used in the spreadsheet by viewing the list of macros, then clicking Edit to open the macro in the Visual Basic Editor to look at the actual code.<\/li>\n \t<li>You may view Macros by navigating to the \u201cView\u201d tab of the ribbon, click Macros, then \u201cView Macros\u201d.<\/li>\n \t<li>Once you find a macro button of interest, you may select it and click on Edit to review the code. Here is the code for the requestHistoricalData button for example.<\/li>\n<\/ul>\nAdditional Links\n\n<a href=\"https:\/\/interactivebrokers.github.io\/tws-api\/orders.html\" target=\"_blank\" rel=\"noopener\">API \u2013 Orders<\/a>\n\n<a href=\"https:\/\/interactivebrokers.github.io\/tws-api\/bracket_order.html\" target=\"_blank\" rel=\"noopener\">API \u2013 Bracket Order<\/a>\n\n<a href=\"https:\/\/interactivebrokers.github.io\/tws-api\/advanced_orders.html\" target=\"_blank\" rel=\"noopener\">API \u2013 Advanced Orders<\/a>\n\n<a href=\"https:\/\/www.interactivebrokers.com\/en\/index.php?f=583\" target=\"_blank\" rel=\"noopener\">TWS Bracket Order<\/a>","protected":false},"excerpt":{"rendered":"<p>This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing orders.<\/p>\n","protected":false},"author":1,"featured_media":221400,"parent":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"contributors-categories":[13576],"traders-academy":[13125,13128,13132],"class_list":["post-176004","trading-lessons","type-trading-lessons","status-publish","has-post-thumbnail","contributors-categories-interactive-brokers","traders-academy-beginner-trading","traders-academy-level","traders-academy-trading-lesson"],"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Archives | Traders&#039; Academy | IBKR Campus<\/title>\n<meta name=\"description\" content=\"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/trading-lessons\/176004\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advanced TWS DDE Functionality\" \/>\n<meta property=\"og:description\" content=\"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.interactivebrokers.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/\" \/>\n<meta property=\"og:site_name\" content=\"IBKR Campus US\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T13:36:19+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Advanced TWS DDE Functionality\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\\\/\\\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/\",\n\t            \"name\": \"Advanced TWS DDE Functionality\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2021\\\/04\\\/mqdefault.jpg\",\n\t            \"datePublished\": \"2021-04-28T23:40:00+00:00\",\n\t            \"dateModified\": \"2026-06-29T13:36:19+00:00\",\n\t            \"description\": \"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/#primaryimage\",\n\t            \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2021\\\/04\\\/mqdefault.jpg\",\n\t            \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2021\\\/04\\\/mqdefault.jpg\",\n\t            \"width\": 320,\n\t            \"height\": 180,\n\t            \"caption\": \"Advanced TWS DDE Functionality\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/advanced-tws-dde-functionality\\\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Academy Lessons\",\n\t                    \"item\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/trading-lessons\\\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Advanced TWS DDE Functionality\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#website\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"name\": \"IBKR Campus US\",\n\t            \"description\": \"Financial Education from Interactive Brokers\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#organization\",\n\t            \"name\": \"Interactive Brokers\",\n\t            \"alternateName\": \"IBKR\",\n\t            \"url\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\n\t                \"url\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"contentUrl\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/05\\\/ibkr-campus-logo.jpg\",\n\t                \"width\": 669,\n\t                \"height\": 669,\n\t                \"caption\": \"Interactive Brokers\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\\\/\\\/ibkrcampus.com\\\/campus\\\/#\\\/schema\\\/logo\\\/image\\\/\"\n\t            },\n\t            \"publishingPrinciples\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/about-ibkr-campus\\\/\",\n\t            \"ethicsPolicy\": \"https:\\\/\\\/www.interactivebrokers.com\\\/campus\\\/cyber-security-notice\\\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Archives | Traders' Academy | IBKR Campus","description":"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.interactivebrokers.com\/campus\/wp-json\/wp\/v2\/trading-lessons\/176004\/","og_locale":"en_US","og_type":"article","og_title":"Advanced TWS DDE Functionality","og_description":"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.","og_url":"https:\/\/www.interactivebrokers.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/","og_site_name":"IBKR Campus US","article_modified_time":"2026-06-29T13:36:19+00:00","twitter_card":"summary_large_image","twitter_title":"Advanced TWS DDE Functionality","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/","url":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/","name":"Advanced TWS DDE Functionality","isPartOf":{"@id":"https:\/\/ibkrcampus.com\/campus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/#primaryimage"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/#primaryimage"},"thumbnailUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2021\/04\/mqdefault.jpg","datePublished":"2021-04-28T23:40:00+00:00","dateModified":"2026-06-29T13:36:19+00:00","description":"This lesson will go over the advanced functionality of the TWS sample spreadsheet, including placing limit and bracket orders.","breadcrumb":{"@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/#primaryimage","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2021\/04\/mqdefault.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2021\/04\/mqdefault.jpg","width":320,"height":180,"caption":"Advanced TWS DDE Functionality"},{"@type":"BreadcrumbList","@id":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/advanced-tws-dde-functionality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Academy Lessons","item":"https:\/\/ibkrcampus.com\/campus\/trading-lessons\/"},{"@type":"ListItem","position":2,"name":"Advanced TWS DDE Functionality"}]},{"@type":"WebSite","@id":"https:\/\/ibkrcampus.com\/campus\/#website","url":"https:\/\/ibkrcampus.com\/campus\/","name":"IBKR Campus US","description":"Financial Education from Interactive Brokers","publisher":{"@id":"https:\/\/ibkrcampus.com\/campus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ibkrcampus.com\/campus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ibkrcampus.com\/campus\/#organization","name":"Interactive Brokers","alternateName":"IBKR","url":"https:\/\/ibkrcampus.com\/campus\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/","url":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","contentUrl":"https:\/\/www.interactivebrokers.com\/campus\/wp-content\/uploads\/sites\/2\/2024\/05\/ibkr-campus-logo.jpg","width":669,"height":669,"caption":"Interactive Brokers"},"image":{"@id":"https:\/\/ibkrcampus.com\/campus\/#\/schema\/logo\/image\/"},"publishingPrinciples":"https:\/\/www.interactivebrokers.com\/campus\/about-ibkr-campus\/","ethicsPolicy":"https:\/\/www.interactivebrokers.com\/campus\/cyber-security-notice\/"}]}},"_links":{"self":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/trading-lessons\/176004","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/trading-lessons"}],"about":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/types\/trading-lessons"}],"author":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/comments?post=176004"}],"version-history":[{"count":0,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/trading-lessons\/176004\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media\/221400"}],"wp:attachment":[{"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/media?parent=176004"}],"wp:term":[{"taxonomy":"contributors-categories","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/contributors-categories?post=176004"},{"taxonomy":"traders-academy","embeddable":true,"href":"https:\/\/ibkrcampus.com\/campus\/wp-json\/wp\/v2\/traders-academy?post=176004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}