StockSharp 4.4.14

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.14
NuGet\Install-Package StockSharp -Version 4.4.14
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.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StockSharp --version 4.4.14
#r "nuget: StockSharp, 4.4.14"
#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.14

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

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

Message. IgnoreOffline -> OfflineMode.
SampleSmartCandles removed.
SmartCOM. Fix candles and historical ticks requests.
LocalMarketDataDrive. GetAvailableDataTypes fix.
CandleBuilderMessageAdapter. Fix start date for compression subscriptions.
IConnector. MarketDataSubscriptionFinished event to notify end of subscription packet.
Diagram. Options elements description.
Plaza. Spectra 6.1 supported.
TWIME. 3.1 supported.
Algo.Expressions. Moved to Algo proj.
IBasketSecurityProcessorProvider. Basket securities refactoring.
BaseGridControl. Autoscroll added.
Bitfinex. Market data v2 API.
Bithumb. WebSocket support.
CandleBuilderProvider. Ability to register own CandleBuilder-s.
CandleBuilderMessageAdapter. Fix non time-frame based candles processing.
MarketDataGenerator. Set Interval default value.
Charting. Move orders with mouse beyond chart range.
Charting. Fix exception in BoxVolume chart.
Charting. Fix date on x-axis not clipped to control bounds.
Charting. Panels resize animation.
Charting. Indicators binding with additional axis fix.
Charting. Composite indicators properties modification fix.
Charting. Volatility smile chart. Line interpolation.
Charting. Equity and option charts - change drawing style possibility.
Charting. Annotations creates from code.
UserInfoMessage. The message provided user's information.
ExpirationContinuousSecurity. Moved implementation from ContinuousSecurity. ContinuousSecurity is abstract.
FinamHistorySource. Fix stocks lookup.
Charting. OptionVolitilitySmileChart. Combine approximated lines + points in legend.
CEX. Remove ClientId settings.
BasePosition. ExpirationDate property added.
FXCM fixes.
CsvImporter. SecurityUpdated event added.
Positions. ClientCode moved from Position to BasePosition.
ImportSettingsPanel. IPersistable implemented.
Monitor. Clear sources tree in monitor fixes.
Monitor. Do not trim log sources names.
CsvEntityRegistry. Support Position.ClientCode save-load.
SessionMessage->BoardStateMessage renamed.
BoardLookupMessage, BoardRequestMessage, UserRequestMessage added.
IConnector. LookupBoardsResult event added.
IConnector. LookupBoards method added.
IConnector. SubscribeBoard/UnSubscribeBoard methods added.
SubscriptionMessageAdapter. Set original trans id while disconnect unsubscribe.
Connector. SupportBasketSecurities property added.
InteractiveBrokers. MaxVersion settings added.
Level1ChangeMessage. CommissionMaker, CommissionTaker fields added.
PositionChangeMessage. CommissionMaker, CommissionTaker fields added.
Order, MyTrade. CommissionCurrency field added.
SecurityGrid, Level1Grid. CommissionMaker, CommissionTaker columns added.
PortfolioGrid. Show Board, CommissionMaker, CommissionTaker columns.
InteractiveBrokers, Micex, Plaza. Commission translate supported.
Crypto connectors. Commission translate supported.
FIX server. CommissionCurrency supported.
ExchangeBoard. LME, WIKI instances.
MfdHistorySource. Filter for options lookup.
QuandlHistorySource. Lookup securities. Support newest protocol changes.
Plaza. TableEditor fix.