{"id":7062,"date":"2025-08-28T22:35:56","date_gmt":"2025-08-29T03:35:56","guid":{"rendered":"https:\/\/librarytestdev.wpenginepowered.com\/?post_type=doc&#038;p=7062"},"modified":"2026-07-28T15:46:28","modified_gmt":"2026-07-28T20:46:28","slug":"tt-fix-certification","status":"publish","type":"doc","link":"https:\/\/library-staging.tradingtechnologies.com\/tt-fix\/tt-fix-general\/getting-started-tt-fix-general\/tt-fix-certification\/","title":{"rendered":"TT FIX Certification"},"content":{"rendered":"\n<section>\n  <h2>TT FIX Certification<\/h2>\n\n  <!--\n  XXX section\n  -->\n  <div>\n    <h3 id=\"overview\">Overview<\/h3>\n    <p>FIX applications connecting to TT FIX services are required to complete TT&#8217;s FIX Certification. Successfully completing the FIX Certification process will ensure that your FIX application works as expected in our live production environment.<\/p> \n  <\/div>\n  <!--\n  XXX section\n  -->\n  <div>\n    <h3 id=\"getting-started\">Getting Started<\/h3>\n    <p>FIX applications can complete TT&#8217;s FIX Certification through five easy steps:<\/p>\n    <ul>\n      <li><a href=\"#connectivity\">Connectivity<\/a>: Determine your UAT connectivity method<\/li>\n      <li><a href=\"#setup\">Setup<\/a>: Configure your FIX session in User Setup<\/li>\n      <li><a href=\"#develop\">Develop<\/a>: Develop and integrate your application against our FIX specification<\/li>\n      <li><a href=\"#certify\">Certify<\/a>: Engage with FIX Integration Team to complete FIX certification<\/li>\n      <li><a href=\"#ttreview\">TT Review<\/a>: FIX Integration to review tests, and provide certification results<\/li>\n    <\/ul>\n  <\/div>\n  <!--\n  Connectivity section\n  -->\n  <div>\n    <h3 id=\"connectivity\">Connectivity<\/h3>\n    <p>UAT FIX client connectivity is available via the Internet or <a href=\"https:\/\/www.stunnel.org\/downloads.html\">Stunnel<\/a> (secure Internet).<\/p>\n    <p>TT supports SSL-wrapped TCP connections for FIX connections. TT encrypted FIX utilizes server-side certificates only, similar to how most Secure HTTP (https) websites are implemented. Client certificates are not utilized or checked; client authentication occurs at the FIX protocol level utilizing SenderCompID in FIX tag 49 and password in FIX tag 96.<\/p>    \n    <p>If your FIX engine natively supports SSL encryption, please consult the documentation for your FIX engine for configuration details.  TT provides the <a href=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2025\/12\/stunnel.zip\">stunnel.zip<\/a> file which contains the TTFIX.crt. This file contains the public certificates utilized by the TT Platform&#8217;s FIX endpoints for customers&#8217; use to minimize the risk of a Man-in-the-Middle attack.<\/p>\n    <p>If your FIX engine does not natively support SSL encryption, TT recommends using the open source stunnel proxy to implement the SSL encryption wrapper.  Stunnel is available from <a href=\"https:\/\/www.stunnel.org\/\">https:\/\/www.stunnel.org\/<\/a> and supports multiple operating systems, including Linux and Windows.  Stunnel encrypts only the individual FIX connection, rather than implementing a full VPN tunnel as was traditionally used to encrypt FIX.<\/p>\n    <p>Your company on-premises DNS services must be able to access public DNS entries below pending the connection method:<\/p>\n    <table class=\"table table-striped table-bordered\" border=\"1\">\n      <thead>\n        <tr>\n          <th><\/th>\n          <th><strong>Internet<\/strong><\/th>\n          <th><strong>Stunnel<\/strong><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><strong>FIX Drop Copy<\/strong><\/td>\n          <td>fixdropcopy-ext-uat-cert.trade.tt: 11501<\/td>\n          <td>fixdropcopy-ext-uat-cert.trade.tt: 11701<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>FIX Order Routing<\/strong><\/td>\n          <td>fixorderrouting-ext-uat-cert.trade.tt: 11502<\/td>\n          <td>fixorderrouting-ext-uat-cert.trade.tt: 11702<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>FIX Market Data<\/strong><\/td>\n          <td>fixmarketdata-ext-uat-cert.trade.tt: 11503<\/td>\n          <td>fixmarketdata-ext-uat-cert.trade.tt: 11703<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>FIX Recovery (Drop Copy)<\/strong><\/td>\n          <td>fixrecovery-ext-uat-cert.trade.tt: 11505<\/td>\n          <td>fixrecovery-ext-uat-cert.trade.tt: 11705<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>FIX Recovery (Order Routing)<\/strong><\/td>\n          <td>fixrecovery-ext-uat-cert.trade.tt: 11508<\/td>\n          <td>fixrecovery-ext-uat-cert.trade.tt: 11708<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n    <!--\n    <ul>\n      <li>Internet\n        <ul>\n          <li>fixdropcopy-ext-uat-cert.trade.tt:11501<\/li>\n          <li>fixorderrouting-ext-uat-cert.trade.tt:11502<\/li>\n          <li>fixsecurityinfo-ext-uat-cert.trade.tt:11503<\/li>\n        <\/ul>\n      <\/li>\n      <li>Stunnel\n        <ul>\n          <li>fixdropcopy-ext-uat-cert.trade.tt:11701<\/li>\n          <li>fixorderrouting-ext-uat-cert.trade.tt:11702<\/li>\n          <li>fixsecurityinfo-ext-uat-cert.trade.tt:11703<\/li>\n        <\/ul>\n      <\/li>\n    <\/ul>\n  -->\n    <p>Sample Stunnel configurations are available <a href=\"\/tt-fix\/general\/Managing_FIX_Sessions.html\">here<\/a>.<\/p>\n  <\/div>\n  <!--\n  XXX section\n  -->\n  <div>\n    <h3 id=\"setup\">Setup<\/h3>\n    <p>\n      <strong>A company administrator must add and create the FIX session in User Setup.<\/strong>\n      <br>Adding and Configuring a FIX Session:\n      <br><a href=\"\/user-setup\/fxs-adding-and-configuring-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-adding-and-configuring-a-fix-session.html<\/a>\n    <\/p>\n    <p>\n      <strong>The administrator must add Users to Order Routing FIX sessions.<\/strong>\n      <br>Adding a User to an Order Routing FIX Session:\n      <br><a href=\"\/user-setup\/fxs-assigning-a-user-to-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-assigning-a-user-to-a-fix-session.html<\/a>\n    <\/p>\n    <p>\n      <strong>The administrator must add Accounts to Back Office FIX sessions.<\/strong>\n      <br>Adding an Account to a Drop Copy FIX Session:\n      <br><a href=\"\/user-setup\/fxs-assigning-an-account-to-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-assigning-an-account-to-a-fix-session.html<\/a>\n    <\/p>\n  <\/div>\n  <!--\n  Develop section\n  -->\n  <div>\n    <h3 id=\"develop\">Develop<\/h3>\n    <p>\n      <strong>Developers should begin to develop against TT&#8217;s FIX spec:<\/strong>\n      <br><a href=\"http:\/\/library.tradingtechnologies.com\/tt-fix\/general\/System_Overview.html\">http:\/\/library.tradingtechnologies.com\/tt-fix\/general\/System_Overview.html<\/a>\n    <\/p>\n    <p>\n      <strong>Don&#8217;t support a FIX tag?  Need to add an unsupported FIX tag or remap a tag&#8217;s value to another tag?  Want to change symbology? <\/strong>\n      <br>To assist in simplifying the integration effort, TT offers a FIX Rules Engine that allows your company&#8217;s administrator to define rules as well as symbol mappings.\n    <\/p>\n    <p>\n      Administering FIX Rulesets:\n      <br><a href=\"\/user-setup\/fxp-administering-fix-rulesets.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-administering-fix-rulesets.html<\/a>\n    <\/p>\n    <p>\n      Configuring FIX Rules:\n      <br><a href=\"\/user-setup\/fxp-configuring-fix-rules.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-configuring-fix-rules.html<\/a>\n    <\/p>\n    <p>\n      Defining Symbol Mappings:\n      <br><a href=\"\/user-setup\/fxp-defining-symbol-mappings.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-defining-symbol-mappings.html<\/a>\n    <\/p>\n  <\/div>\n  <!--\n  Certify section\n  -->\n  <div>\n    <h3 id=\"certify\">Certify<\/h3>\n<p>The FIX Certification process aims to meet each client&#8217;s specific testing needs. We encourage the client to run through testing scenarios that would closely resemble behavior specific to their application in Production. As such, the client should submit orders with the same characteristics as would be expected in Production (order types, TIFs and exchanges).<\/p>    \n<p>To provide some structure and guidance during the conformance process, we have provided a basic test outline for both Drop Copy and Order Routing FIX client apps. Please note that these are only suggestions. The outline does not cover all supported order types &amp; TIFs. For more information on what is supported by each exchange, please see <a href=\"https:\/\/library-staging.tradingtechnologies.com\/setup\/setup-overview\/supported-order-types-and-tifs\/supported-order-types-and-tifs\/\">Supported Order Types and TIFs<\/a>.<\/p>    \n\n<h4>Order Routing<\/h4>\n\n<p>Download the Order Routing Test Outline <a href=\"\/wp-content\/uploads\/2026\/01\/Conformance-Test-Outline-OR-Order-Routing.csv\">here<\/a>.<\/p>\n\n<p>Execution of Tests:<\/p>\n<ol>\n  <li>Connect to your order routing FIX session in UAT (as per normal).<\/li>\n  <li>Enter orders via FIX with the relevant TIF \/ synthetics. Perform order modifications as needed.<\/li>\n  <li>Record down the TT Order IDs along with the associated (intended) order types and TIF.<\/li>\n  <li>Submit output via email to our FIX team at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/li>\n  <li>Inform us of any configuration setup\/ Rulesets or other concerns regarding the test data.<\/li>\n<\/ol>\n\n<h4>Drop Copy<\/h4>\n\n<p>Download the Drop Copy Test Outline <a href=\"\/wp-content\/uploads\/2026\/01\/Conformance-Test-Outline-DC-Drop-Copy.csv\">here<\/a>.<\/p>\n\n<p>Execution of Tests:<\/p>\n<ol>\n  <li>Connect to your drop copy FIX session in UAT (as per normal).<\/li>\n  <li>Enter orders via TT front-end GUI with the relevant TIF \/ synthetics. Perform order modifications as needed.<\/li>\n  <li>Record down the TT Order IDs along with the associated (intended) order types and TIF.<\/li>\n  <li>Submit output via email to our FIX team at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/li>\n  <li>Inform us of any configuration setup\/ Rulesets or other concerns regarding the test data.<\/li>\n<\/ol>\n  <!--\n  Review section\n  -->\n  <div>\n    <h3 id=\"ttreview\">TT Review<\/h3>\n    <p>Once you have submitted your test data, our FIX Integration team will review your orders and provide relevant feedback and recommendations. We will point out certain exchange specific behaviors that you may not have been aware of. Our objective is to advise on best practices to minimize disruptions and ensure a smooth trading experience when you move into Production.<\/p>\n    <p>Do ensure the \u200bFIX Integration\u200b e-mail (\u200b<a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>\u200b) is added on all corresponding emails so that someone from our global team can assist if another is not available.<\/p>\n    \n    <h4 id=\"session-level-tests\">Generic Session-Level Tests<\/h4>\n    <p>When the above tests are completed, we will then request that you complete Session-Level tests. The purpose of this is to ensure your application can handle sequence number mis-matches during certain logon scenarios. This can be done in real-time by following the instructions in our <a href=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2025\/09\/tt-fix-session-level-tests.pdf\" download>TT FIX Session-level Tests<\/a> document.<\/p>\n    <p>Once the Session Level tests are completed, we would proceed to certify you as having passed conformance for T FIX. By which you may then proceed into getting set up for Production.<\/p>\n\n  <\/div>\n  <!--\n  FAQ section\n  -->\n    <div>\n      <h3 id=\"contact\">Who do I contact if I need help?<\/h3>\n      <p>Please contact our global FIX Integration team for assistance with your development needs, or by email at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/p>\n    <\/div>    \n\n\t<\/div> <!--- \/fullarticle ttdoc-article-wrapper-->\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<section>\n<h2>TT FIX Certification<\/h2>\n<p>  <!--\n  XXX section\n  --><\/p>\n<div>\n<h3 id=\"overview\">Overview<\/h3>\n<p>FIX applications connecting to TT FIX services are required to complete TT&#8217;s FIX Certification. Successfully completing the FIX Certification process will ensure that your FIX application works as expected in our live production environment.<\/p>\n<\/p>\n<\/div>\n<p>  <!--\n  XXX section\n  --><\/p>\n<div>\n<h3 id=\"getting-started\">Getting Started<\/h3>\n<p>FIX applications can complete TT&#8217;s FIX Certification through five easy steps:<\/p>\n<ul>\n<li><a href=\"#connectivity\">Connectivity<\/a>: Determine your UAT connectivity method<\/li>\n<li><a href=\"#setup\">Setup<\/a>: Configure your FIX session in User Setup<\/li>\n<li><a href=\"#develop\">Develop<\/a>: Develop and integrate your application against our FIX specification<\/li>\n<li><a href=\"#certify\">Certify<\/a>: Engage with FIX Integration Team to complete FIX certification<\/li>\n<li><a href=\"#ttreview\">TT Review<\/a>: FIX Integration to review tests, and provide certification results<\/li>\n<\/ul>\n<\/div>\n<p>  <!--\n  Connectivity section\n  --><\/p>\n<div>\n<h3 id=\"connectivity\">Connectivity<\/h3>\n<p>UAT FIX client connectivity is available via the Internet or <a href=\"https:\/\/www.stunnel.org\/downloads.html\">Stunnel<\/a> (secure Internet).<\/p>\n<p>TT supports SSL-wrapped TCP connections for FIX connections. TT encrypted FIX utilizes server-side certificates only, similar to how most Secure HTTP (https) websites are implemented. Client certificates are not utilized or checked; client authentication occurs at the FIX protocol level utilizing SenderCompID in FIX tag 49 and password in FIX tag 96.<\/p>\n<p>If your FIX engine natively supports SSL encryption, please consult the documentation for your FIX engine for configuration details.  TT provides the <a href=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2025\/12\/stunnel.zip\">stunnel.zip<\/a> file which contains the TTFIX.crt. This file contains the public certificates utilized by the TT Platform&#8217;s FIX endpoints for customers&#8217; use to minimize the risk of a Man-in-the-Middle attack.<\/p>\n<p>If your FIX engine does not natively support SSL encryption, TT recommends using the open source stunnel proxy to implement the SSL encryption wrapper.  Stunnel is available from <a href=\"https:\/\/www.stunnel.org\/\">https:\/\/www.stunnel.org\/<\/a> and supports multiple operating systems, including Linux and Windows.  Stunnel encrypts only the individual FIX connection, rather than implementing a full VPN tunnel as was traditionally used to encrypt FIX.<\/p>\n<p>Your company on-premises DNS services must be able to access public DNS entries below pending the connection method:<\/p>\n<table class=\"table table-striped table-bordered\" border=\"1\">\n<thead>\n<tr>\n<th><\/th>\n<th><strong>Internet<\/strong><\/th>\n<th><strong>Stunnel<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>FIX Drop Copy<\/strong><\/td>\n<td>fixdropcopy-ext-uat-cert.trade.tt: 11501<\/td>\n<td>fixdropcopy-ext-uat-cert.trade.tt: 11701<\/td>\n<\/tr>\n<tr>\n<td><strong>FIX Order Routing<\/strong><\/td>\n<td>fixorderrouting-ext-uat-cert.trade.tt: 11502<\/td>\n<td>fixorderrouting-ext-uat-cert.trade.tt: 11702<\/td>\n<\/tr>\n<tr>\n<td><strong>FIX Market Data<\/strong><\/td>\n<td>fixmarketdata-ext-uat-cert.trade.tt: 11503<\/td>\n<td>fixmarketdata-ext-uat-cert.trade.tt: 11703<\/td>\n<\/tr>\n<tr>\n<td><strong>FIX Recovery (Drop Copy)<\/strong><\/td>\n<td>fixrecovery-ext-uat-cert.trade.tt: 11505<\/td>\n<td>fixrecovery-ext-uat-cert.trade.tt: 11705<\/td>\n<\/tr>\n<tr>\n<td><strong>FIX Recovery (Order Routing)<\/strong><\/td>\n<td>fixrecovery-ext-uat-cert.trade.tt: 11508<\/td>\n<td>fixrecovery-ext-uat-cert.trade.tt: 11708<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>    <!--\n    \n\n\n\n<ul>\n      \n\n\n\n<li>Internet\n        \n\n\n\n<ul>\n          \n\n\n\n<li>fixdropcopy-ext-uat-cert.trade.tt:11501<\/li>\n\n\n\n\n          \n\n\n\n<li>fixorderrouting-ext-uat-cert.trade.tt:11502<\/li>\n\n\n\n\n          \n\n\n\n<li>fixsecurityinfo-ext-uat-cert.trade.tt:11503<\/li>\n\n\n\n\n        <\/ul>\n\n\n\n\n      <\/li>\n\n\n\n\n      \n\n\n\n<li>Stunnel\n        \n\n\n\n<ul>\n          \n\n\n\n<li>fixdropcopy-ext-uat-cert.trade.tt:11701<\/li>\n\n\n\n\n          \n\n\n\n<li>fixorderrouting-ext-uat-cert.trade.tt:11702<\/li>\n\n\n\n\n          \n\n\n\n<li>fixsecurityinfo-ext-uat-cert.trade.tt:11703<\/li>\n\n\n\n\n        <\/ul>\n\n\n\n\n      <\/li>\n\n\n\n\n    <\/ul>\n\n\n\n\n  --><\/p>\n<p>Sample Stunnel configurations are available <a href=\"\/tt-fix\/general\/Managing_FIX_Sessions.html\">here<\/a>.<\/p>\n<\/p>\n<\/div>\n<p>  <!--\n  XXX section\n  --><\/p>\n<div>\n<h3 id=\"setup\">Setup<\/h3>\n<p>\n      <strong>A company administrator must add and create the FIX session in User Setup.<\/strong><\/p>\n<p>Adding and Configuring a FIX Session:<\/p>\n<p><a href=\"\/user-setup\/fxs-adding-and-configuring-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-adding-and-configuring-a-fix-session.html<\/a>\n    <\/p>\n<p>\n      <strong>The administrator must add Users to Order Routing FIX sessions.<\/strong><\/p>\n<p>Adding a User to an Order Routing FIX Session:<\/p>\n<p><a href=\"\/user-setup\/fxs-assigning-a-user-to-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-assigning-a-user-to-a-fix-session.html<\/a>\n    <\/p>\n<p>\n      <strong>The administrator must add Accounts to Back Office FIX sessions.<\/strong><\/p>\n<p>Adding an Account to a Drop Copy FIX Session:<\/p>\n<p><a href=\"\/user-setup\/fxs-assigning-an-account-to-a-fix-session.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxs-assigning-an-account-to-a-fix-session.html<\/a>\n    <\/p>\n<\/p>\n<\/div>\n<p>  <!--\n  Develop section\n  --><\/p>\n<div>\n<h3 id=\"develop\">Develop<\/h3>\n<p>\n      <strong>Developers should begin to develop against TT&#8217;s FIX spec:<\/strong><\/p>\n<p><a href=\"http:\/\/library.tradingtechnologies.com\/tt-fix\/general\/System_Overview.html\">http:\/\/library.tradingtechnologies.com\/tt-fix\/general\/System_Overview.html<\/a>\n    <\/p>\n<p>\n      <strong>Don&#8217;t support a FIX tag?  Need to add an unsupported FIX tag or remap a tag&#8217;s value to another tag?  Want to change symbology? <\/strong><\/p>\n<p>To assist in simplifying the integration effort, TT offers a FIX Rules Engine that allows your company&#8217;s administrator to define rules as well as symbol mappings.\n    <\/p>\n<p>\n      Administering FIX Rulesets:<\/p>\n<p><a href=\"\/user-setup\/fxp-administering-fix-rulesets.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-administering-fix-rulesets.html<\/a>\n    <\/p>\n<p>\n      Configuring FIX Rules:<\/p>\n<p><a href=\"\/user-setup\/fxp-configuring-fix-rules.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-configuring-fix-rules.html<\/a>\n    <\/p>\n<p>\n      Defining Symbol Mappings:<\/p>\n<p><a href=\"\/user-setup\/fxp-defining-symbol-mappings.html\">https:\/\/library.tradingtechnologies.com\/user-setup\/fxp-defining-symbol-mappings.html<\/a>\n    <\/p>\n<\/p>\n<\/div>\n<p>  <!--\n  Certify section\n  --><\/p>\n<div>\n<h3 id=\"certify\">Certify<\/h3>\n<p>The FIX Certification process aims to meet each client&#8217;s specific testing needs. We encourage the client to run through testing scenarios that would closely resemble behavior specific to their application in Production. As such, the client should submit orders with the same characteristics as would be expected in Production (order types, TIFs and exchanges).<\/p>\n<p>To provide some structure and guidance during the conformance process, we have provided a basic test outline for both Drop Copy and Order Routing FIX client apps. Please note that these are only suggestions. The outline does not cover all supported order types &amp; TIFs. For more information on what is supported by each exchange, please see <a href=\"https:\/\/library-staging.tradingtechnologies.com\/setup\/setup-overview\/supported-order-types-and-tifs\/supported-order-types-and-tifs\/\">Supported Order Types and TIFs<\/a>.<\/p>\n<h4>Order Routing<\/h4>\n<p>Download the Order Routing Test Outline <a href=\"\/wp-content\/uploads\/2026\/01\/Conformance-Test-Outline-OR-Order-Routing.csv\">here<\/a>.<\/p>\n<p>Execution of Tests:<\/p>\n<ol>\n<li>Connect to your order routing FIX session in UAT (as per normal).<\/li>\n<li>Enter orders via FIX with the relevant TIF \/ synthetics. Perform order modifications as needed.<\/li>\n<li>Record down the TT Order IDs along with the associated (intended) order types and TIF.<\/li>\n<li>Submit output via email to our FIX team at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/li>\n<li>Inform us of any configuration setup\/ Rulesets or other concerns regarding the test data.<\/li>\n<\/ol>\n<h4>Drop Copy<\/h4>\n<p>Download the Drop Copy Test Outline <a href=\"\/wp-content\/uploads\/2026\/01\/Conformance-Test-Outline-DC-Drop-Copy.csv\">here<\/a>.<\/p>\n<p>Execution of Tests:<\/p>\n<ol>\n<li>Connect to your drop copy FIX session in UAT (as per normal).<\/li>\n<li>Enter orders via TT front-end GUI with the relevant TIF \/ synthetics. Perform order modifications as needed.<\/li>\n<li>Record down the TT Order IDs along with the associated (intended) order types and TIF.<\/li>\n<li>Submit output via email to our FIX team at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/li>\n<li>Inform us of any configuration setup\/ Rulesets or other concerns regarding the test data.<\/li>\n<\/ol>\n<p>  <!--\n  Review section\n  --><\/p>\n<div>\n<h3 id=\"ttreview\">TT Review<\/h3>\n<p>Once you have submitted your test data, our FIX Integration team will review your orders and provide relevant feedback and recommendations. We will point out certain exchange specific behaviors that you may not have been aware of. Our objective is to advise on best practices to minimize disruptions and ensure a smooth trading experience when you move into Production.<\/p>\n<p>Do ensure the \u200bFIX Integration\u200b e-mail (\u200b<a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>\u200b) is added on all corresponding emails so that someone from our global team can assist if another is not available.<\/p>\n<h4 id=\"session-level-tests\">Generic Session-Level Tests<\/h4>\n<p>When the above tests are completed, we will then request that you complete Session-Level tests. The purpose of this is to ensure your application can handle sequence number mis-matches during certain logon scenarios. This can be done in real-time by following the instructions in our <a href=\"https:\/\/library-staging.tradingtechnologies.com\/wp-content\/uploads\/2025\/09\/tt-fix-session-level-tests.pdf\" download>TT FIX Session-level Tests<\/a> document.<\/p>\n<p>Once the Session Level tests are completed, we would proceed to certify you as having passed conformance for T FIX. By which you may then proceed into getting set up for Production.<\/p>\n<\/p>\n<\/div>\n<p>  <!--\n  FAQ section\n  --><\/p>\n<div>\n<h3 id=\"contact\">Who do I contact if I need help?<\/h3>\n<p>Please contact our global FIX Integration team for assistance with your development needs, or by email at <a href=\"mailto:fixintegration@trade.tt\">fixintegration@trade.tt<\/a>.<\/p>\n<\/p>\n<\/div>\n<\/div>\n<p> <!--- \/fullarticle ttdoc-article-wrapper--><br \/>\n  <\/section>\n","protected":false},"author":2,"template":"","meta":{"_acf_changed":false,"footnotes":""},"docs-category":[453],"class_list":["post-7062","doc","type-doc","status-publish","hentry","docs-category-getting-started-tt-fix-general"],"acf":[],"_links":{"self":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7062","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":2,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7062\/revisions"}],"predecessor-version":[{"id":60100,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/doc\/7062\/revisions\/60100"}],"wp:attachment":[{"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/media?parent=7062"}],"wp:term":[{"taxonomy":"docs-category","embeddable":true,"href":"https:\/\/library-staging.tradingtechnologies.com\/ja\/wp-json\/wp\/v2\/docs-category?post=7062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}