StockSharp.WS
5.0.0
Prefix Reserved
dotnet add package StockSharp.WS --version 5.0.0
NuGet\Install-Package StockSharp.WS -Version 5.0.0
<PackageReference Include="StockSharp.WS" Version="5.0.0" />
<PackageVersion Include="StockSharp.WS" Version="5.0.0" />
<PackageReference Include="StockSharp.WS" />
paket add StockSharp.WS --version 5.0.0
#r "nuget: StockSharp.WS, 5.0.0"
#:package StockSharp.WS@5.0.0
#addin nuget:?package=StockSharp.WS&version=5.0.0
#tool nuget:?package=StockSharp.WS&version=5.0.0
StockSharp WebSocket Connector
The StockSharp WebSocket connector connects StockSharp applications to a StockSharp WebSocket gate. It exchanges normalized market-data and trading messages through the gate's streaming protocol.
Key capabilities
- Security, portfolio, position, and transaction-state synchronization.
- Real-time Level 1 quotes, tick trades, and incremental order books.
- Native one-, five-, fifteen-, and sixty-minute candle subscriptions.
- Order submission, replacement, cancellation, status, and execution workflows.
- API-key, secret, login, and password authentication supported by the gate.
- Subscription lifecycle and connection-state events mapped to the standard StockSharp adapter model.
Typical use
Use this connector for remote terminals, browser-facing services, distributed strategies, and monitoring tools that access a centralized StockSharp gate.
Available instruments, data types, order operations, and permissions are determined by the connected gate and the authenticated account.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- Ecng.Net.SocketIO (>= 1.0.578)
- StockSharp.Media.Names (>= 5.0.4)
- StockSharp.Messages (>= 5.0.244)
- StockSharp.Ws.Core (>= 5.0.3)
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 |
|---|---|---|
| 5.0.0 | 75 | 8/21/2026 |
Take the WebSocket wire out of the server