StockSharp.Okex
5.0.199
Prefix Reserved
dotnet add package StockSharp.Okex --version 5.0.199
NuGet\Install-Package StockSharp.Okex -Version 5.0.199
<PackageReference Include="StockSharp.Okex" Version="5.0.199" />
<PackageVersion Include="StockSharp.Okex" Version="5.0.199" />
<PackageReference Include="StockSharp.Okex" />
paket add StockSharp.Okex --version 5.0.199
#r "nuget: StockSharp.Okex, 5.0.199"
#:package StockSharp.Okex@5.0.199
#addin nuget:?package=StockSharp.Okex&version=5.0.199
#tool nuget:?package=StockSharp.Okex&version=5.0.199
OKX connector
Product | Versions 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. |
-
net6.0
- Ecng.Net.SocketIO (>= 1.0.421)
- StockSharp.Media.Names (>= 5.0.1)
- StockSharp.Messages (>= 5.0.217)
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.199 | 302 | 7/20/2025 |
5.0.198 | 180 | 7/20/2025 |
5.0.197 | 312 | 7/8/2025 |
5.0.196 | 485 | 6/20/2025 |
5.0.195 | 208 | 6/18/2025 |
5.0.194 | 308 | 6/2/2025 |
5.0.193 | 396 | 5/14/2025 |
5.0.192 | 617 | 3/29/2025 |
5.0.191 | 162 | 3/27/2025 |
5.0.190 | 506 | 2/26/2025 |
5.0.189 | 327 | 2/16/2025 |
5.0.188 | 175 | 2/14/2025 |
5.0.187 | 669 | 12/30/2024 |
5.0.186 | 466 | 12/6/2024 |
5.0.185 | 334 | 11/18/2024 |
5.0.184 | 170 | 11/16/2024 |
5.0.183 | 497 | 10/14/2024 |
5.0.182 | 198 | 10/9/2024 |
5.0.181 | 174 | 10/7/2024 |
5.0.180 | 168 | 10/3/2024 |
5.0.179 | 214 | 9/18/2024 |
5.0.178 | 161 | 9/16/2024 |
5.0.177 | 124 | 9/8/2024 |
5.0.176 | 147 | 8/24/2024 |
5.0.175 | 145 | 8/9/2024 |
5.0.174 | 108 | 8/1/2024 |
5.0.173 | 125 | 7/30/2024 |
Portfolio message type. Removed as supported by default.
IMessageAdapter. Inverted logic of SupportedResultMessages property.
TimeFrameLookupMessage -> DataTypeLookupMessage
Order replace supported.
OkexOrderCondition. ClosePosition removed.
Margin mode is required.
Logging moved to Ecng.
Explicit BasicSettingAttribute applied.
Fixes
Native reconnect.
Reconnect fixes
Historical candles long range supported.
Re-connect improved.
Fix subscribe order book 5
Business endpoint supported.
Remove License proj dependency.
IMessageAdapter. AssociatedBoard -> AssociatedBoards
Broker code embedded.
IMessageAdapter. IsSupportCandlesUpdates, IsSupportCandlesPriceLevels converted into methods.
MarginModes enum.
Default domain: okex.com -> okx.com
Disable warning with channel-conn-count channel
Fix processing order without instId
Doc link fixes.
SecurityMessage. UnderlyingSecurityCode -> UnderlyingSecurityId
Subscriptions cancellation fixes.
AsyncMessageAdapter removed controls subscription results.
IPassphraseAdapter
MarketDataMessage. Count handling supported.
AsyncMessageAdapter controls subscription results. Removed long running tasks.
MessageAdapter. TimeFrames property.
Fix allow connection for market data only.
ExecutionMessage. HasTradeInfo is readonly.
Position. LiquidationPrice
ss-250: async adapters: removed sending finished msg when not necessary + updates for iasyncmessageadapter interface changes
TypedCandleMessage.
trml-17: basic settings for connectorwindow
svg logo.
Usage AsyncMessageAdapter
ss-242: OKEX updates for latest API changes
ss-235: okex add test security to fix connection errors
MoreLinq removed.
ss-188: connector fixes for updated RestSharp version
Connectors depends from Messages ref only.
net6.0
ss-222: moved common async code out of connectors
ExecutionMessage. ExecutionType marked as obsolete.
ss-182: fix order cancel delays + more logging
ss-182: fix okex invalid transactions order
okex small fix
okex small fix
OKEX: fix orderstatus subscription to avoid new order changes misses right after connect
okex: option to limit history orders request
Doc url. New path.
ArrayHelper.Empty -> Array.Empty
CompareIgnoreCase -> EqualsIgnoreCase
okex: get instruments, small fixes, handle aggregate exception
Okex API v5
props fixes
Binance, Okex connectors.