StockSharp.Messages 5.0.217

Prefix Reserved
dotnet add package StockSharp.Messages --version 5.0.217
                    
NuGet\Install-Package StockSharp.Messages -Version 5.0.217
                    
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="StockSharp.Messages" Version="5.0.217" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Messages" Version="5.0.217" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Messages" />
                    
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 StockSharp.Messages --version 5.0.217
                    
#r "nuget: StockSharp.Messages, 5.0.217"
                    
#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 StockSharp.Messages@5.0.217
                    
#: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=StockSharp.Messages&version=5.0.217
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Messages&version=5.0.217
                    
Install as a Cake Tool

StockSharp Messages Library

The Messages project contains the essential message definitions shared across the StockSharp (S#) trading framework. Messages are the contracts used by connectors, adapters and other services for all interactions such as connecting to brokers, requesting market data or placing orders.

Overview

Core Messages

The library defines messages for all major trading activities:

The project targets .NET Standard 2.0 and .NET 6.0 for cross-platform compatibility.

Usage Example

Below is a minimal example of creating a market data subscription message:

using StockSharp.Messages;

var mdMessage = new MarketDataMessage
{
    DataType2 = DataType.Ticks,
    IsSubscribe = true,
    TransactionId = 1,
    SecurityId = new SecurityId
    {
        SecurityCode = "AAPL",
        BoardCode = "NASDAQ"
    }
};

Such messages are passed to an adapter, which forwards them to the broker or data provider.

Documentation

Further details on messages and architecture can be found in the StockSharp documentation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (33)

Showing the top 5 NuGet packages that depend on StockSharp.Messages:

Package Downloads
StockSharp.BusinessEntities

Trading entities (security, trade etc.). More info on web site https://stocksharp.com/store/

StockSharp.Configuration

Configuration components. More info on web site https://stocksharp.com/store/

StockSharp.Fix

FIX/FAST

StockSharp.Fix.Core

Fix core. More info on web site https://stocksharp.com/store/

StockSharp.FinViz

Trading and algorithmic trading platform (stock markets, forex, bitcoins and options). .NET API for InteractiveBrokers, GainCapital, OANDA, FIX/FAST, Binance etc. More info on web site https://stocksharp.com/store/api/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.217 0 7/20/2025
5.0.216 498 7/14/2025
5.0.215 760 7/8/2025
5.0.214 457 7/4/2025
5.0.213 508 6/30/2025
5.0.212 1,568 6/20/2025
5.0.211 654 6/18/2025
5.0.210 756 6/2/2025
5.0.209 889 5/14/2025
5.0.208 1,941 3/29/2025
5.0.207 613 3/27/2025
5.0.206 1,531 2/26/2025
5.0.205 1,592 2/14/2025
5.0.204 1,552 2/5/2025
5.0.203 258 2/4/2025
5.0.202 2,259 12/30/2024
5.0.201 1,707 11/18/2024
5.0.200 782 11/18/2024
5.0.199 841 11/16/2024
5.0.198 1,305 10/14/2024
5.0.197 1,142 10/9/2024
5.0.196 766 10/7/2024
5.0.195 773 10/3/2024
5.0.194 706 9/23/2024
5.0.193 887 9/18/2024
5.0.192 1,574 9/16/2024
5.0.191 1,120 9/8/2024
5.0.190 1,342 8/24/2024
5.0.189 1,206 8/9/2024
5.0.188 1,076 8/1/2024
5.0.187 1,521 7/28/2024
5.0.186 1,738 7/4/2024
5.0.185 1,039 6/23/2024
5.0.184 992 6/13/2024
5.0.183 1,915 5/30/2024
5.0.182 683 5/22/2024
5.0.181 879 5/13/2024
5.0.180 1,047 5/5/2024
5.0.179 678 4/26/2024
5.0.178 887 4/25/2024
5.0.177 2,023 4/12/2024
5.0.176 1,427 4/4/2024
5.0.175 424 3/29/2024
5.0.174 1,348 3/12/2024
5.0.173 2,282 2/21/2024
5.0.172 1,239 2/14/2024
5.0.171 1,184 2/12/2024
5.0.170 1,355 2/6/2024
5.0.169 1,495 1/31/2024
5.0.168 3,075 1/10/2024
5.0.167 3,013 12/15/2023
5.0.166 2,043 12/8/2023
5.0.165 2,199 11/28/2023
5.0.164 1,810 11/28/2023
5.0.163 7,769 10/8/2023
5.0.162 5,723 9/29/2023
5.0.161 5,891 9/19/2023
5.0.160 1,467 9/18/2023
5.0.159 9,841 7/30/2023
5.0.158 8,528 7/10/2023
5.0.157 8,063 7/8/2023
5.0.156 8,379 7/5/2023
5.0.155 2,671 6/22/2023
5.0.154 8,535 6/19/2023
5.0.153 12,980 5/14/2023
5.0.152 9,388 5/8/2023
5.0.151 13,041 4/21/2023
5.0.150 10,164 4/17/2023
5.0.149 11,157 4/7/2023
5.0.148 10,724 4/3/2023
5.0.147 15,691 3/6/2023
5.0.146 13,637 2/23/2023
5.0.145 14,591 2/13/2023
5.0.144 14,119 2/9/2023
5.0.143 13,833 2/8/2023
5.0.142 1,592 2/8/2023
5.0.141 15,281 2/2/2023
5.0.140 15,145 1/30/2023
5.0.139 21,374 1/3/2023
5.0.138 17,303 12/30/2022
5.0.137 17,647 12/12/2022
5.0.136 17,823 12/8/2022
5.0.135 25,161 11/11/2022
5.0.134 21,018 11/1/2022
5.0.133 22,031 10/16/2022
5.0.132 48,085 9/8/2022
5.0.131 43,027 8/29/2022
5.0.130 43,690 8/24/2022
5.0.129 49,903 7/26/2022
5.0.128 43,454 7/19/2022
5.0.127 50,049 5/13/2022
5.0.126 43,147 4/30/2022
5.0.125 9,050 3/29/2022
5.0.124 49,732 3/25/2022
5.0.123 43,931 3/17/2022
5.0.122 53,054 2/15/2022
5.0.121 45,146 2/11/2022
5.0.120 14,952 2/2/2022
5.0.119 11,167 1/28/2022
5.0.118 42,448 1/26/2022
5.0.117 42,929 1/21/2022
5.0.116 42,437 1/21/2022
5.0.115 46,961 1/13/2022
5.0.114 26,292 12/29/2021
5.0.113 26,446 12/20/2021
5.0.112 26,418 12/11/2021
5.0.111 26,554 12/6/2021
5.0.110 28,438 11/29/2021
5.0.109 26,438 11/22/2021
5.0.108 27,395 11/13/2021
5.0.107 29,369 11/8/2021
5.0.106 2,032 11/8/2021
5.0.105 29,959 11/5/2021
5.0.104 30,353 10/21/2021
5.0.103 29,743 10/14/2021
5.0.102 29,925 10/14/2021
5.0.101 2,789 10/13/2021
5.0.100 5,472 10/13/2021
5.0.99 30,510 10/11/2021
5.0.98 31,558 10/8/2021
5.0.97 4,874 10/7/2021
5.0.96 30,389 10/7/2021
5.0.95 31,772 9/23/2021
5.0.94 29,603 9/7/2021
5.0.93 30,246 7/31/2021
5.0.92 28,927 7/30/2021
5.0.91 28,542 7/30/2021
5.0.90 28,415 7/19/2021
5.0.89 28,977 7/13/2021
5.0.88 29,029 7/5/2021
5.0.87 30,442 6/16/2021
5.0.86 29,608 6/4/2021
5.0.85 29,214 5/15/2021
5.0.84 29,338 4/30/2021
5.0.83 29,258 4/26/2021
5.0.82 29,407 4/19/2021
5.0.81 28,745 4/16/2021
5.0.80 28,688 4/13/2021
5.0.79 28,614 4/12/2021
5.0.78 29,164 4/8/2021
5.0.77 28,651 4/7/2021
5.0.76 28,548 4/6/2021
5.0.75 28,771 3/29/2021
5.0.74 28,798 3/28/2021
5.0.73 28,987 3/26/2021
5.0.72 28,607 3/26/2021
5.0.71 28,392 3/24/2021
5.0.70 27,316 3/23/2021
5.0.69 27,236 3/18/2021
5.0.68 26,844 3/17/2021
5.0.67 27,190 3/12/2021
5.0.66 27,202 3/4/2021
5.0.65 3,821 3/4/2021
5.0.64 27,165 2/26/2021
5.0.63 27,506 2/17/2021
5.0.62 26,825 2/15/2021
5.0.61 26,702 2/13/2021
5.0.60 26,895 2/12/2021
5.0.59 27,530 2/7/2021
5.0.58 26,778 2/2/2021
5.0.57 26,770 2/2/2021
5.0.56 27,186 1/26/2021
5.0.55 26,793 1/25/2021
5.0.54 26,550 1/25/2021
5.0.53 27,452 1/21/2021
5.0.52 27,052 1/20/2021
5.0.51 26,895 1/19/2021
5.0.50 25,815 1/16/2021
5.0.49 27,114 1/14/2021
5.0.48 27,731 12/29/2020
5.0.47 28,020 12/23/2020
5.0.46 27,515 12/18/2020
5.0.45 52,956 12/14/2020
5.0.44 30,140 12/10/2020
5.0.43 28,374 12/1/2020
5.0.43-a3 2,228 11/30/2020
5.0.43-a2 2,206 11/30/2020
5.0.42 31,264 11/29/2020
5.0.41 26,819 11/22/2020
5.0.40 26,694 11/22/2020
5.0.40-a7 19,938 11/22/2020
5.0.40-a6 20,463 11/22/2020
5.0.40-a3 2,063 11/19/2020
5.0.39 29,860 11/13/2020
5.0.38 27,580 10/11/2020
5.0.37 27,765 9/20/2020
5.0.36 26,221 9/18/2020
5.0.35 27,332 9/15/2020
5.0.34 26,419 9/9/2020
5.0.33 26,279 9/3/2020
5.0.32 26,927 8/21/2020
5.0.31 27,038 8/11/2020
5.0.30 26,718 8/10/2020
5.0.29 27,269 8/10/2020
5.0.28 26,327 7/28/2020
5.0.27 26,309 7/19/2020
5.0.26 26,169 7/9/2020
5.0.25 26,057 7/7/2020
5.0.24 27,300 6/10/2020
5.0.23 26,792 6/9/2020
5.0.22 27,033 6/9/2020
5.0.21 27,504 6/4/2020
5.0.20 27,189 6/2/2020
5.0.19 27,026 5/29/2020
5.0.18 27,093 5/25/2020
5.0.17 27,004 5/21/2020
5.0.16 27,426 5/14/2020
5.0.15 27,463 5/12/2020
5.0.14 27,622 5/11/2020
5.0.13 27,654 5/9/2020
5.0.12 27,568 5/5/2020
5.0.11 27,468 5/4/2020
5.0.10 3,431 4/24/2020
5.0.9 4,981 4/22/2020
5.0.8 28,941 4/18/2020
5.0.7 27,142 4/16/2020
5.0.6 22,858 4/15/2020
5.0.5 797 4/14/2020
5.0.4 24,225 4/12/2020
5.0.3 835 4/6/2020
5.0.2 23,916 4/4/2020
5.0.1 9,497 3/27/2020
5.0.0 9,420 3/26/2020

Merge branch 'master' of https://github.com/StockSharp/stocksharp
Remove license references from READMEs
Expand Messages README