TT.NET.SDK
3.0.0.38
Trading Technologies TT.NET SDK
TT.NET SDK includes an Application Programming Interface (API) for the TT platform that provides developers the ability to create applications that communicate with the TT platform . Specifically, applications can subscribe for prices, route orders, and receive fills.
TT.NET SDK is based on Microsoft .NET technology. And it's interface was designed to duplicate the interface of the X_TRADER platform's TT API to minimize migration efforts. TT.NET SDK also provides:
- Improved performance and scalability
- Integration with Microsoft Visual Studio, including Intellisense and built-in documentation
- Support for multi-threaded application development
It also provides a single, normalized interface for interacting with all exchanges supported by Trading Technologies.
See the version list below for details.
Install-Package TT.NET.SDK -Version 3.0.0.38
dotnet add package TT.NET.SDK --version 3.0.0.38
<PackageReference Include="TT.NET.SDK" Version="3.0.0.38" />
paket add TT.NET.SDK --version 3.0.0.38
#r "nuget: TT.NET.SDK, 3.0.0.38"
// Install TT.NET.SDK as a Cake Addin
#addin nuget:?package=TT.NET.SDK&version=3.0.0.38
// Install TT.NET.SDK as a Cake Tool
#tool nuget:?package=TT.NET.SDK&version=3.0.0.38
Dependencies
-
- Google.ProtocolBuffers (>= 2.4.1.555)
- Newtonsoft.Json (>= 12.0.1)
- System.Threading.Thread (>= 4.0.0)
- TimeZoneConverter (>= 3.2.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.