question

Upvotes
Accepted

Using EMA C#,finding difficulties in posting data to ATS from new code. would need any sample in .net 8.0 that will be helpful.

we are using RFANET100 assembly it has dependency on Microsoft redistributable 2010 x86, soon we will get windows 11 this RFA assembly is obsolete from new OS and not work, we are willing to use LSEG.Ema.Core v3.2.0.1 for .NET/C# but finding difficulties in posting data to ATS from new code tried to find solution in LSEG support section but no luck. If you have any sample in .net 8.0 it will be helpful.

We are rewriting our old code in .Net 8.0, and for fetching data from ATS we are using nuget package LSEG.Ema.Core v3.2.0.1, also taking reference of SDK “RTSDK-2.1.3.L1.CSharp.rrg”.

We are trying to post data to our ATS and failing to do it, there is no issue in ATS (because old code is working), we are seeking technical help from you, if you can provide any sample code it will be helpful.

#technologyema-apiapiATS
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
27.7k 67 18 14

Hello @LanceGabriel.Villacrusis

The RTSDK C# just releases a new version, 2.2.2.L1 which supports .NET 8.0 LTS.

The client can download the SDK package from the RTSDK C# page.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
27.7k 67 18 14

Hello @LanceGabriel.Villacrusis

We do not have the EMA C# example with ATS yet. However, there are the EMA Java and EMA C++ example with ATS code walkthrough on the following articles:

The client can apply the Java/C++ code logic with the EMA C# 341_MP_OffStreamPos example to work with the ATS server as the EMA API interface for Java, C++, and C# are mostly identical.

Another point is the .NET 8.0. According to the EMA C# readme file and API Compatibility Matrix document the EMA C# supports .NET 6.0 LTS, not .NET 8.0.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.