ActivTrader.Client.API 4.20.1.44966

dotnet add package ActivTrader.Client.API --version 4.20.1.44966
                    
NuGet\Install-Package ActivTrader.Client.API -Version 4.20.1.44966
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ActivTrader.Client.API" Version="4.20.1.44966" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ActivTrader.Client.API" Version="4.20.1.44966" />
                    
Directory.Packages.props
<PackageReference Include="ActivTrader.Client.API" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ActivTrader.Client.API --version 4.20.1.44966
                    
#r "nuget: ActivTrader.Client.API, 4.20.1.44966"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ActivTrader.Client.API@4.20.1.44966
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ActivTrader.Client.API&version=4.20.1.44966
                    
Install as a Cake Addin
#tool nuget:?package=ActivTrader.Client.API&version=4.20.1.44966
                    
Install as a Cake Tool

ATPlatform Clinet API

ActivTrader client API enables any .NET based application for bidirectional communication with the ActivTrader Platform through WebSockets. The client can execute all trading operations as well as to subscribe for market data updates The Account state is updated through real time notifications.

Installation

Install via NuGet Package Manager

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ActivTrader.Client.API:

Package Downloads
ActivTrader.Client.API.ConsoleExample

ActivTrader client API console example. The ActivTrader server supports client API sessions for accounts with specific permissions only. For more information about the client API account permissions, please contact Activtrader support team. Usage: Add the line below to your console application main method: string loggingConfigFile = $"{System.AppContext.BaseDirectory.TrimEnd('\\')}\\log4net.config"; log4net.Config.XmlConfigurator.ConfigureAndWatch(new System.IO.FileInfo(loggingConfigFile)); ExampleRunner.Run("web platform url", "email", "passowrd", account id, additional accounts); You can see example in Example.readme file.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.20.1.44966 205 2/21/2026
4.9.0.41061 407 7/30/2025
4.9.0.40673 338 7/11/2025
4.9.0.36213 488 1/18/2025
4.9.0.36136 594 1/9/2025
4.8.1.33273 368 8/10/2024
4.8.0.31667 716 4/27/2024
4.3.9.24271 2,768 6/16/2023
4.3.8.24123 2,514 6/12/2023
4.3.7.23976 2,455 5/31/2023
4.3.6.23908 2,487 5/29/2023
4.3.6.23856 2,447 5/27/2023
4.3.3.23666 2,532 5/18/2023
4.3.2.23607 2,347 5/16/2023
4.2.24.23419 2,574 5/11/2023
4.2.22.22361 2,669 3/22/2023
4.2.21.22267 2,687 3/21/2023
4.2.20.22055 2,688 3/10/2023
4.2.18.20886 2,613 1/16/2023
Loading failed