StockSharp.Messages 5.0.223

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

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.Core

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

StockSharp.Fix

FIX/FAST

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.223 471 11/20/2025
5.0.222 3,575 9/11/2025
5.0.221 922 9/1/2025
5.0.220 1,334 8/30/2025
5.0.219 3,580 8/10/2025
5.0.218 1,287 7/23/2025
5.0.217 2,162 7/20/2025
5.0.216 916 7/14/2025
5.0.215 1,474 7/8/2025
5.0.214 835 7/4/2025
5.0.213 851 6/30/2025
5.0.212 3,380 6/20/2025
5.0.211 1,192 6/18/2025
5.0.210 1,310 6/2/2025
5.0.209 1,418 5/14/2025
5.0.208 2,913 3/29/2025
5.0.207 1,159 3/27/2025
5.0.206 2,266 2/26/2025
5.0.205 2,409 2/14/2025
5.0.204 3,181 2/5/2025
5.0.203 405 2/4/2025
5.0.202 3,250 12/30/2024
5.0.201 2,283 11/18/2024
5.0.200 1,100 11/18/2024
5.0.199 1,395 11/16/2024
5.0.198 1,821 10/14/2024
5.0.197 1,855 10/9/2024
5.0.196 1,303 10/7/2024
5.0.195 1,316 10/3/2024
5.0.194 1,046 9/23/2024
5.0.193 1,417 9/18/2024
5.0.192 2,521 9/16/2024
5.0.191 1,672 9/8/2024
5.0.190 1,931 8/24/2024
5.0.189 1,742 8/9/2024
5.0.188 1,783 8/1/2024
5.0.187 2,587 7/28/2024
5.0.186 2,595 7/4/2024
5.0.185 1,526 6/23/2024
5.0.184 1,504 6/13/2024
5.0.183 2,852 5/30/2024
5.0.182 977 5/22/2024
5.0.181 1,352 5/13/2024
5.0.180 1,591 5/5/2024
5.0.179 998 4/26/2024
5.0.178 1,368 4/25/2024
5.0.177 3,045 4/12/2024
5.0.176 2,123 4/4/2024
5.0.175 619 3/29/2024
5.0.174 1,885 3/12/2024
5.0.173 3,144 2/21/2024
5.0.172 1,726 2/14/2024
5.0.171 1,618 2/12/2024
5.0.170 1,937 2/6/2024
5.0.169 1,943 1/31/2024
5.0.168 4,136 1/10/2024
5.0.167 4,034 12/15/2023
5.0.166 2,732 12/8/2023
5.0.165 2,912 11/28/2023
5.0.164 2,423 11/28/2023
5.0.163 8,950 10/8/2023
5.0.162 6,198 9/29/2023
5.0.161 6,345 9/19/2023
5.0.160 1,864 9/18/2023
5.0.159 10,791 7/30/2023
5.0.158 9,052 7/10/2023
5.0.157 8,540 7/8/2023
5.0.156 8,865 7/5/2023
5.0.155 3,278 6/22/2023
5.0.154 9,014 6/19/2023
5.0.153 14,765 5/14/2023
5.0.152 10,009 5/8/2023
5.0.151 14,329 4/21/2023
5.0.150 10,649 4/17/2023
5.0.149 11,779 4/7/2023
5.0.148 11,238 4/3/2023
5.0.147 16,811 3/6/2023
5.0.146 14,249 2/23/2023
5.0.145 15,302 2/13/2023
5.0.144 14,642 2/9/2023
5.0.143 14,307 2/8/2023
5.0.142 1,856 2/8/2023
5.0.141 15,938 2/2/2023
5.0.140 15,734 1/30/2023
5.0.139 22,698 1/3/2023
5.0.138 18,118 12/30/2022
5.0.137 18,441 12/12/2022
5.0.136 18,614 12/8/2022
5.0.135 26,331 11/11/2022
5.0.134 21,826 11/1/2022
5.0.133 22,628 10/16/2022
5.0.132 49,238 9/8/2022
5.0.131 43,843 8/29/2022
5.0.130 44,518 8/24/2022
5.0.129 51,116 7/26/2022
5.0.128 44,269 7/19/2022
5.0.127 51,219 5/13/2022
5.0.126 43,949 4/30/2022
5.0.125 9,450 3/29/2022
5.0.124 50,771 3/25/2022
5.0.123 44,761 3/17/2022
5.0.122 54,231 2/15/2022
5.0.121 46,586 2/11/2022
5.0.120 15,629 2/2/2022
5.0.119 11,647 1/28/2022
5.0.118 43,202 1/26/2022
5.0.117 43,687 1/21/2022
5.0.116 43,204 1/21/2022
5.0.115 48,122 1/13/2022
5.0.114 27,082 12/29/2021
5.0.113 27,202 12/20/2021
5.0.112 27,182 12/11/2021
5.0.111 27,324 12/6/2021
5.0.110 29,367 11/29/2021
5.0.109 27,252 11/22/2021
5.0.108 28,206 11/13/2021
5.0.107 30,173 11/8/2021
5.0.106 2,214 11/8/2021
5.0.105 30,835 11/5/2021
5.0.104 31,076 10/21/2021
5.0.103 30,535 10/14/2021
5.0.102 30,693 10/14/2021
5.0.101 2,974 10/13/2021
5.0.100 5,818 10/13/2021
5.0.99 31,297 10/11/2021
5.0.98 32,328 10/8/2021
5.0.97 5,216 10/7/2021
5.0.96 31,173 10/7/2021
5.0.95 32,687 9/23/2021
5.0.94 30,327 9/7/2021
5.0.93 31,019 7/31/2021
5.0.92 29,653 7/30/2021
5.0.91 29,250 7/30/2021
5.0.90 29,144 7/19/2021
5.0.89 29,687 7/13/2021
5.0.88 29,727 7/5/2021
5.0.87 31,154 6/16/2021
5.0.86 30,384 6/4/2021
5.0.85 29,857 5/15/2021
5.0.84 30,104 4/30/2021
5.0.83 29,996 4/26/2021
5.0.82 30,089 4/19/2021
5.0.81 29,442 4/16/2021
5.0.80 29,404 4/13/2021
5.0.79 29,306 4/12/2021
5.0.78 29,864 4/8/2021
5.0.77 29,365 4/7/2021
5.0.76 29,245 4/6/2021
5.0.75 29,507 3/29/2021
5.0.74 29,541 3/28/2021
5.0.73 29,684 3/26/2021
5.0.72 29,289 3/26/2021
5.0.71 29,113 3/24/2021
5.0.70 28,073 3/23/2021
5.0.69 27,946 3/18/2021
5.0.68 27,602 3/17/2021
5.0.67 27,831 3/12/2021
5.0.66 27,904 3/4/2021
5.0.65 4,079 3/4/2021
5.0.64 27,888 2/26/2021
5.0.63 28,173 2/17/2021
5.0.62 27,535 2/15/2021
5.0.61 27,395 2/13/2021
5.0.60 27,596 2/12/2021
5.0.59 28,188 2/7/2021
5.0.58 27,528 2/2/2021
5.0.57 27,489 2/2/2021
5.0.56 27,897 1/26/2021
5.0.55 27,483 1/25/2021
5.0.54 27,305 1/25/2021
5.0.53 28,179 1/21/2021
5.0.52 27,767 1/20/2021
5.0.51 27,577 1/19/2021
5.0.50 26,466 1/16/2021
5.0.49 27,905 1/14/2021
5.0.48 28,471 12/29/2020
5.0.47 28,856 12/23/2020
5.0.46 28,325 12/18/2020
5.0.45 54,500 12/14/2020
5.0.44 31,159 12/10/2020
5.0.43 29,317 12/1/2020
5.0.43-a3 2,447 11/30/2020
5.0.43-a2 2,434 11/30/2020
5.0.42 32,392 11/29/2020
5.0.41 27,530 11/22/2020
5.0.40 27,426 11/22/2020
5.0.40-a7 20,711 11/22/2020
5.0.40-a6 21,187 11/22/2020
5.0.40-a3 2,345 11/19/2020
5.0.39 30,926 11/13/2020
5.0.38 28,314 10/11/2020
5.0.37 28,461 9/20/2020
5.0.36 26,910 9/18/2020
5.0.35 28,098 9/15/2020
5.0.34 27,091 9/9/2020
5.0.33 26,963 9/3/2020
5.0.32 27,614 8/21/2020
5.0.31 27,718 8/11/2020
5.0.30 27,404 8/10/2020
5.0.29 27,960 8/10/2020
5.0.28 27,037 7/28/2020
5.0.27 27,002 7/19/2020
5.0.26 26,834 7/9/2020
5.0.25 26,715 7/7/2020
5.0.24 27,918 6/10/2020
5.0.23 27,410 6/9/2020
5.0.22 27,719 6/9/2020
5.0.21 28,191 6/4/2020
5.0.20 27,843 6/2/2020
5.0.19 27,624 5/29/2020
5.0.18 27,768 5/25/2020
5.0.17 27,688 5/21/2020
5.0.16 28,096 5/14/2020
5.0.15 28,137 5/12/2020
5.0.14 28,290 5/11/2020
5.0.13 28,339 5/9/2020
5.0.12 28,300 5/5/2020
5.0.11 28,244 5/4/2020
5.0.10 3,704 4/24/2020
5.0.9 5,317 4/22/2020
5.0.8 29,733 4/18/2020
5.0.7 27,813 4/16/2020
5.0.6 23,482 4/15/2020
5.0.5 928 4/14/2020
5.0.4 24,910 4/12/2020
5.0.3 971 4/6/2020
5.0.2 24,570 4/4/2020
5.0.1 10,200 3/27/2020
5.0.0 10,153 3/26/2020

.net 10 supported
ISecurityProvider. Async mode.
GetCandleBounds. Fix weekly and monthly tf calc.
DateTimeOffset -> DateTime UTC
OrderGroupCancelModes
NewsMessage. ISecurityIdMessage implemented.
IMessageAdapterProvider. CreateTransportAdapter uses IAsyncMessageAdapter.
IMessageAdapter. SendOutMessage
IAsyncMessageAdapter
GetTradeVolume extension.
Unit. Fix percentage multiply.
AsyncMessageProcessor. Fix dispose cancellation tokens.
SubscriptionHolder inherited from Disposable.
SubscriptionHolder
ISnapshotHolder
DataType. Candle alias supported.
DataType. Custom aliases supported.
IDataTypeMessage interface.
ExecutionTypes made as internal only.
DataType. Immutable returns copy.
MarketDataTypes removed as obsolete.
ExecutionMessage. ExecutionType removed as obsolete.
Message. IsBack removed as obsolete.
ICandleMessage. GetTypicalPrice, GetMedianPrice extensions.
DataType. ToSerializableString uses aliases.
DataType. ToSerializableString, FromSerializableString fixes.
FromMicexCurrencyName. Param errorHandler is required.