StockSharp.OkexHistory
5.0.2
Prefix Reserved
dotnet add package StockSharp.OkexHistory --version 5.0.2
NuGet\Install-Package StockSharp.OkexHistory -Version 5.0.2
<PackageReference Include="StockSharp.OkexHistory" Version="5.0.2" />
<PackageVersion Include="StockSharp.OkexHistory" Version="5.0.2" />
<PackageReference Include="StockSharp.OkexHistory" />
paket add StockSharp.OkexHistory --version 5.0.2
#r "nuget: StockSharp.OkexHistory, 5.0.2"
#:package StockSharp.OkexHistory@5.0.2
#addin nuget:?package=StockSharp.OkexHistory&version=5.0.2
#tool nuget:?package=StockSharp.OkexHistory&version=5.0.2
OkexHistory Connector
Русский | 中文 | Español | Deutsch | Português | 日本語
The OkexHistory connector connects StockSharp to a digital-asset market-data and analytics service. It translates provider-specific data and operations into the unified StockSharp message model, so applications can use the same subscriptions and workflows across different venues.
Key capabilities
- Typical coverage: digital assets.
- Instrument discovery and provider reference data.
- Market data supported by the adapter: tick trades, order books and candles.
- Historical data requests for charting, analysis, and backtesting.
- This adapter is intended for market data and does not route orders.
- Provider-specific transport, sessions, and data formats are hidden behind the standard StockSharp API.
Typical use
Use this connector to feed charts, market-data storage, analytics, research workflows, and strategy testing with provider data.
Available instruments, data depth, trading permissions, rate limits, and service availability are controlled by OkexHistory and by the connected account or API plan.
| 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.IO.Compression (>= 1.0.50)
- StockSharp.Media.Names (>= 5.0.4)
- StockSharp.Messages (>= 5.0.246)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Docs: add multilingual connector store READMEs
Connectors: normalize source indentation
OkexHistory: replace private archive discovery API
Connectors: expose service endpoints as settings
Add README files to the connectors that lacked one
Add more open connectors