StockSharp 4.4.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package StockSharp --version 4.4.8
NuGet\Install-Package StockSharp -Version 4.4.8
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" Version="4.4.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StockSharp --version 4.4.8
#r "nuget: StockSharp, 4.4.8"
#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.
// Install StockSharp as a Cake Addin
#addin nuget:?package=StockSharp&version=4.4.8

// Install StockSharp as a Cake Tool
#tool nuget:?package=StockSharp&version=4.4.8

Trading and algorithmic trading platform (stock markets, forex, bitcoins and options). .NET wrapper for InteractiveBrokers, GainCapital, IQFeed, Oanda, FIX/FAST, QUIK etc. More info on web site https://stocksharp.com/products/api/

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Connector. ICandleManager implemented.
ICandleSourceList removed.
BasketMessageAdapter. Fix news ubsubscribe requests.
StorageMessageAdapter. Build candles from tick data in case IsCalcVolumeProfile=true
Candles building refactored. Supported IsCalcVolumeProfile. Removed IsHistory usage.
Grids. Fix filters for enum based fields.
BufferMessageAdapter. Fix subscription for IsCalcVolumeProfile and AllowBuildFromSmallerTimeFrame.
Managers. Moved from Connector to BasketMessageAdatper.
StorageMessageAdapter. Store historical level1.
ImportSettingsPanel control.
CSV storages. Provide error details as return from Init method.
CsvEntityRegistry. Store UnderlyingSecurityType, CfiCode, IssueDate, IssueSize.
MarketDepthControl. GetOrders method.
MarketDepthControl. CellMouseLeftDoubleClick event.
InteractiveBrokers. Min10, Min 20, Hour2, Hour3, Hour4, Hour8 timeframes support.
InteractiveBrokers. Historical data types AdjustedLast, RebateRate, FeeRate support.
InteractiveBrokers. End date for candles request fix https://stocksharp.ru/posts/m/43390/.
InteractiveBrokers. SecurityLookup error response handling fix.
InteractiveBrokers. Candles request fix.
PortfolioPicker.
DukasCopyHistorySource.GetCandles. Sides -> Level1Fields.
OrderRegisterMessage. CopyTo method.
OfflineMessageAdapter. Support replace for pending orders.
Real time candles subscription determine fix.
InteractiveBrokers. Native order ids fix.
Charting. Fix order creation for non first panel.
Charting. Auto select Security and Portfolio.
CsvEntityRegistry. Securities IsChanged fix (new empty values).
SampleLogging fix. Support Verbose.
SampleFix. Market data adapter switch FIX<->FAST.
LogControl. Fix themes https://stocksharp.ru/forum/9253/kak-zapretit-izmenenie-svoistv-kontrola/
FIX connector. CFI code sending fix.
FIX connector. FixTags.Product support.
FIX connector. AstsFixDialect splitted on Currency and Equity dialects.
NewsPanel. IPersistable support.