StockSharp.BusinessEntities 5.0.201

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

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

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on StockSharp.BusinessEntities:

Package Downloads
StockSharp.Alerts.Interfaces

S#.Alerts.Interfaces More info on web site https://stocksharp.com/store/

StockSharp.Charting.Interfaces

S#.Charting.Interfaces More info on web site https://stocksharp.com/store/

TradeSystemsCommon.Tools

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.216 4,396 9/11/2025
5.0.215 672 9/1/2025
5.0.214 630 8/30/2025
5.0.213 839 8/10/2025
5.0.212 1,159 7/23/2025
5.0.211 967 7/20/2025
5.0.210 1,426 7/14/2025
5.0.209 581 7/8/2025
5.0.208 574 7/4/2025
5.0.207 582 6/30/2025
5.0.206 1,079 6/20/2025
5.0.205 574 6/18/2025
5.0.204 687 6/2/2025
5.0.203 815 5/14/2025
5.0.202 1,464 3/29/2025
5.0.201 533 3/27/2025
5.0.200 1,255 2/26/2025
5.0.199 1,087 2/15/2025
5.0.198 647 2/14/2025
5.0.197 1,162 1/7/2025
Loading failed

UnitTypes. Step and Point made as obsolete.
OrderFail. TransactionId property.
ITimeProvider
IConnector. Moved session state members into IMarketDataProvider and made them obsolete.
TimeFrameLookupMessage -> DataTypeLookupMessage
ISubscriptionProvider. Global subscriptions.
ITransactionProvider, IMarketDataProvider. Marked as obsolete events.
ITransactionProvider. NewOrder, OrderChanged, NewMyTrade reverted and marked as obsolete.
ITransactionProvider, IMarketDataProvider, ISubscriptionProvider, IConnector. Removed obsolete events.
DataType. Renko, Volume, Range, Tick, PnF methods.
SubscriptionBase has Clone method.
CandleSeries made obsolete.
CreateCandleMessage moved to Messages.