Refinitiv.Data
1.0.0-beta1
See the version list below for details.
dotnet add package Refinitiv.Data --version 1.0.0-beta1
NuGet\Install-Package Refinitiv.Data -Version 1.0.0-beta1
<PackageReference Include="Refinitiv.Data" Version="1.0.0-beta1" />
paket add Refinitiv.Data --version 1.0.0-beta1
#r "nuget: Refinitiv.Data, 1.0.0-beta1"
// Install Refinitiv.Data as a Cake Addin #addin nuget:?package=Refinitiv.Data&version=1.0.0-beta1&prerelease // Install Refinitiv.Data as a Cake Tool #tool nuget:?package=Refinitiv.Data&version=1.0.0-beta1&prerelease
An ease-of-use library for the .NET developer providing access to Refinitiv's Data Platform. Access is available from either the desktop, through your deployed streaming services or directly to the cloud.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- AWSSDK.Core (>= 3.7.0.15)
- AWSSDK.SQS (>= 3.7.0.15)
- BouncyCastle.NetCore (>= 1.8.8)
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.7.9)
- System.Net.Http (>= 4.3.4)
- System.Threading.Tasks.Dataflow (>= 5.0.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- AWSSDK.Core (>= 3.7.0.15)
- AWSSDK.SQS (>= 3.7.0.15)
- BouncyCastle.NetCore (>= 1.8.8)
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.7.9)
- System.Net.Http (>= 4.3.4)
- System.Threading.Tasks.Dataflow (>= 5.0.0)
- System.ValueTuple (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Refinitiv.Data:
Package | Downloads |
---|---|
Refinitiv.Data.Content
An ease-of-use library for the .NET developer providing access to Refinitiv's Data Platform. Access is available from either the desktop, through your deployed streaming services or directly to the cloud. The Content Library provides higher level content-based interfaces. |
|
Refinitiv.Data.WebSockets.WebSocket4Net
A WebSocket implementation built on top of the WebSocket4Net package (based on SuperSocket 2.0) that acts as the communication channel to Refinitiv's real-time streaming services. |
|
Refinitiv.Data.WebSockets.NinjaWebSockets
A WebSocket implementation built on top of the Ninja WebSockets package that acts as the communication channel to Refinitiv's real-time streaming services. |
|
Refinitiv.Data.WebSockets.Websocket-client
A WebSocket implementation built on top of the WebSocket-client package that acts as the communication channel to Refinitiv's real-time streaming services |
|
Refinitiv.Data.WebSockets.WebSocketSharp
A WebSocket implementation built on top of the WebSocketSharp-netstandard package that acts as the communication channel to Refinitiv's real-time streaming services |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta5 | 4,623 | 6/29/2023 |
1.0.0-beta4 | 9,001 | 6/27/2022 |
1.0.0-beta3 | 6,653 | 1/18/2022 |
1.0.0-beta2 | 2,885 | 5/19/2021 |
1.0.0-beta1 | 442 | 4/23/2021 |
Renamed Namespace and NuGet package.
Support for .Net Framework 4.52, .Net Standard 2.0. Applications can target .Net Core, .Net 5.
Addressed disconnect and other issues when using the streaming interfaces.
Standardized callback signatures within Session, Stream, Queue and Endpoint interfaces.
Standardized Delivery and Core layer interfaces providing consistent definitions.
New OMMStream interface supports batch requests.
Re-designed WebSocket integration allowing external NuGet packages to be registered within the library. By default, the native Microsoft WebSocket implementation is registered. Optionally, developers can register any of the currently available implementations including: NinjaWebSockets, WebSocket4Net, Websocket-client and WebSocketSharp.