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
                    
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.Okex" Version="5.0.199" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Okex" Version="5.0.199" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Okex" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Okex --version 5.0.199
                    
#r "nuget: StockSharp.Okex, 5.0.199"
                    
#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.
#:package StockSharp.Okex@5.0.199
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Okex&version=5.0.199
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Okex&version=5.0.199
                    
Install as a Cake Tool

OKX connector

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.