Referencing the DLL
The TT .NET SDK software library is available in NuGet.
Note
The existing TT .NET SDK product currently targets a single REST API instance in the US to service internal version requests. To improve resiliency, TT is deploying a new version of this REST API to multiple instances around the globe. This will benefit non-US client applications in that they will communicate with a regionally local instance. Furthermore, automatic failover will occur if your regionally local instance becomes unavailable providing seamless operation of your applications. To take advantage of this, an internal change was made as part of TT .NET SDK v3.2.0.2. There are no code changes required of client applications, however, all applications must be updated to utilize these versions or higher by December 31, 2024. Furthermore, customers need to ensure that their network's firewall configuration allows access to the new URLs: https://apigateway.trade.tt/dotnetclient/prod and https://apigateway.trade.tt/dotnetclient/uat.
To reference the DLL:
From Visual Studio, it can be referenced by right-clicking on the solution and choosing Manage NuGet Packages for Solution.
From the Browse tab, type tt.net in the search textbox. (Make sure to select the Include prerelease checkbox if you are using the Developer Preview version.)
Select the TT.NET.SDK package. On the right hand side, select your project to which you want to add the DLLs and click Install.
In the License Acceptance dialog, click I Accept to accept the license terms.
The DLLs will now be part of the solution and their classes can be referenced.